Functions/Subroutines | |
subroutine | ice_init_mct (EClock, cdata_i, x2i_i, i2x_i, NLFilename) |
subroutine | ice_run_mct (EClock, cdata_i, x2i_i, i2x_i) |
subroutine | ice_final_mct () |
subroutine | ice_SetGSMap_mct (mpicom_ice, ICEID, gsMap_ice) |
subroutine | ice_export_mct (i2x_i) |
subroutine | ice_import_mct (x2i_i) |
subroutine | ice_domain_mct (lsize, gsMap_i, dom_i) |
character(len=char_len_long) | restart_filename (yr_spec, mon_spec, day_spec, sec_spec) |
subroutine ice_comp_mct::ice_domain_mct | ( | integer,intent(in) | lsize, | |
type(mct_gsMap),intent(in) | gsMap_i, | |||
type(mct_ggrid),intent(inout) | dom_i | |||
) | [private] |
Definition at line 1240 of file ice_comp_mct.F90.
subroutine ice_comp_mct::ice_export_mct | ( | type(mct_aVect),intent(inout) | i2x_i | ) | [private] |
Definition at line 783 of file ice_comp_mct.F90.
subroutine ice_comp_mct::ice_final_mct | ( | ) |
Definition at line 683 of file ice_comp_mct.F90.
subroutine ice_comp_mct::ice_import_mct | ( | type(mct_aVect),intent(inout) | x2i_i | ) | [private] |
Definition at line 931 of file ice_comp_mct.F90.
subroutine ice_comp_mct::ice_init_mct | ( | type(ESMF_Clock),intent(in) | EClock, | |
type(seq_cdata),intent(inout) | cdata_i, | |||
type(mct_aVect),intent(inout) | x2i_i, | |||
type(mct_aVect),intent(inout) | i2x_i, | |||
character(len=*),intent(in),optional | NLFilename | |||
) |
Definition at line 106 of file ice_comp_mct.F90.
subroutine ice_comp_mct::ice_run_mct | ( | type(ESMF_Clock),intent(in) | EClock, | |
type(seq_cdata),intent(inout) | cdata_i, | |||
type(mct_aVect),intent(inout) | x2i_i, | |||
type(mct_aVect),intent(inout) | i2x_i | |||
) |
Definition at line 345 of file ice_comp_mct.F90.
subroutine ice_comp_mct::ice_SetGSMap_mct | ( | integer,intent(in) | mpicom_ice, | |
integer,intent(in) | ICEID, | |||
type(mct_gsMap),intent(inout) | gsMap_ice | |||
) | [private] |
Definition at line 704 of file ice_comp_mct.F90.
character(len=char_len_long) ice_comp_mct::restart_filename | ( | integer,intent(in) | yr_spec, | |
integer,intent(in) | mon_spec, | |||
integer,intent(in) | day_spec, | |||
integer,intent(in) | sec_spec | |||
) | [private] |
Definition at line 1392 of file ice_comp_mct.F90.