Functions/Subroutines | |
| subroutine | seq_frac_init (cdata_a, cdata_i, cdata_l, cdata_o, cdata_g, ice_present, ocn_present, lnd_present, glc_present, dead_comps, fractions_a, fractions_i, fractions_l, fractions_o, fractions_g) |
| subroutine | seq_frac_set (i2x_i, cdata_a, cdata_i, cdata_l, cdata_o, cdata_g, ice_present, ocn_present, lnd_present, glc_present, fractions_a, fractions_i, fractions_l, fractions_o, fractions_g) |
| subroutine | seq_frac_check (fractions, string) |
Variables | |
| logical | usevector = .false. |
| logical | usealltoall = .false. |
| integer | seq_frac_debug = 1 |
| logical | seq_frac_abort = .true. |
| logical | seq_frac_dead |
| real(r8), parameter | eps_fracsum = 1.0e-02 |
| real(r8), parameter | eps_fracval = 1.0e-02 |
| real(r8), parameter | eps_fraclim = 1.0e-03 |
| logical, parameter | atm_frac_correct = .false. |
| subroutine seq_frac_mct::seq_frac_check | ( | type(mct_aVect),intent(in) | fractions, | |
| character(len=*),intent(in),optional | string | |||
| ) | [private] |
Definition at line 532 of file seq_frac_mct.F90.
| subroutine seq_frac_mct::seq_frac_init | ( | type(seq_cdata),intent(in) | cdata_a, | |
| type(seq_cdata),intent(in) | cdata_i, | |||
| type(seq_cdata),intent(in) | cdata_l, | |||
| type(seq_cdata),intent(in) | cdata_o, | |||
| type(seq_cdata),intent(in) | cdata_g, | |||
| logical,intent(in) | ice_present, | |||
| logical,intent(in) | ocn_present, | |||
| logical,intent(in) | lnd_present, | |||
| logical,intent(in) | glc_present, | |||
| logical,intent(in) | dead_comps, | |||
| type(mct_aVect),intent(inout) | fractions_a, | |||
| type(mct_aVect),intent(inout) | fractions_i, | |||
| type(mct_aVect),intent(inout) | fractions_l, | |||
| type(mct_aVect),intent(inout) | fractions_o, | |||
| type(mct_aVect),intent(inout) | fractions_g | |||
| ) |
Definition at line 227 of file seq_frac_mct.F90.
| subroutine seq_frac_mct::seq_frac_set | ( | type(mct_aVect),intent(in) | i2x_i, | |
| type(seq_cdata),intent(in) | cdata_a, | |||
| type(seq_cdata),intent(in) | cdata_i, | |||
| type(seq_cdata),intent(in) | cdata_l, | |||
| type(seq_cdata),intent(in) | cdata_o, | |||
| type(seq_cdata),intent(in) | cdata_g, | |||
| logical,intent(in) | ice_present, | |||
| logical,intent(in) | ocn_present, | |||
| logical,intent(in) | lnd_present, | |||
| logical,intent(in) | glc_present, | |||
| type(mct_aVect),intent(inout) | fractions_a, | |||
| type(mct_aVect),intent(inout) | fractions_i, | |||
| type(mct_aVect),intent(inout) | fractions_l, | |||
| type(mct_aVect),intent(inout) | fractions_o, | |||
| type(mct_aVect),intent(inout) | fractions_g | |||
| ) |
Definition at line 429 of file seq_frac_mct.F90.
| logical,parameter seq_frac_mct::atm_frac_correct = .false. |
Definition at line 195 of file seq_frac_mct.F90.
| real(r8),parameter seq_frac_mct::eps_fraclim = 1.0e-03 |
Definition at line 194 of file seq_frac_mct.F90.
| real(r8),parameter seq_frac_mct::eps_fracsum = 1.0e-02 |
Definition at line 192 of file seq_frac_mct.F90.
| real(r8),parameter seq_frac_mct::eps_fracval = 1.0e-02 |
Definition at line 193 of file seq_frac_mct.F90.
| logical seq_frac_mct::seq_frac_abort = .true. |
Definition at line 188 of file seq_frac_mct.F90.
| logical seq_frac_mct::seq_frac_dead |
Definition at line 189 of file seq_frac_mct.F90.
| integer seq_frac_mct::seq_frac_debug = 1 |
Definition at line 187 of file seq_frac_mct.F90.
| logical seq_frac_mct::usealltoall = .false. |
Definition at line 184 of file seq_frac_mct.F90.
| logical seq_frac_mct::usevector = .false. |
Definition at line 178 of file seq_frac_mct.F90.
1.6.1