Functions/Subroutines | |
subroutine | mrg_x2i_init_mct (cdata_i, a2x_i, o2x_i) |
subroutine | mrg_x2i_run_mct (cdata_i, a2x_i, o2x_i, x2i_i) |
subroutine | mrg_x2i_final_mct |
subroutine mrg_x2i_mct::mrg_x2i_final_mct | ( | ) |
Definition at line 129 of file mrg_x2i_mct.F90.
subroutine mrg_x2i_mct::mrg_x2i_init_mct | ( | type(seq_cdata),intent(in) | cdata_i, | |
type(mct_aVect),intent(inout) | a2x_i, | |||
type(mct_aVect),intent(inout) | o2x_i | |||
) |
Definition at line 31 of file mrg_x2i_mct.F90.
subroutine mrg_x2i_mct::mrg_x2i_run_mct | ( | type(seq_cdata),intent(in) | cdata_i, | |
type(mct_aVect),intent(in) | a2x_i, | |||
type(mct_aVect),intent(in) | o2x_i, | |||
type(mct_aVect),intent(out) | x2i_i | |||
) |
Definition at line 59 of file mrg_x2i_mct.F90.