Functions/Subroutines | |
subroutine | mrg_x2a_init_mct (cdata_a, l2x_a, o2x_a, i2x_a, xao_a) |
subroutine | mrg_x2a_run_mct (cdata_a, l2x_a, o2x_a, xao_a, i2x_a, fractions_a, x2a_a) |
subroutine | mrg_x2a_final_mct |
subroutine mrg_x2a_mct::mrg_x2a_final_mct | ( | ) |
Definition at line 266 of file mrg_x2a_mct.F90.
subroutine mrg_x2a_mct::mrg_x2a_init_mct | ( | type(seq_cdata),intent(in) | cdata_a, | |
type(mct_aVect),intent(inout) | l2x_a, | |||
type(mct_aVect),intent(inout) | o2x_a, | |||
type(mct_aVect),intent(inout) | i2x_a, | |||
type(mct_aVect),intent(inout) | xao_a | |||
) |
Definition at line 34 of file mrg_x2a_mct.F90.
subroutine mrg_x2a_mct::mrg_x2a_run_mct | ( | type(seq_cdata),intent(in) | cdata_a, | |
type(mct_aVect),intent(in) | l2x_a, | |||
type(mct_aVect),intent(in) | o2x_a, | |||
type(mct_aVect),intent(in) | xao_a, | |||
type(mct_aVect),intent(in) | i2x_a, | |||
type(mct_aVect),intent(in) | fractions_a, | |||
type(mct_aVect),intent(inout) | x2a_a | |||
) |
Definition at line 82 of file mrg_x2a_mct.F90.