Functions/Subroutines | |
subroutine | shr_mct_sMatReadnc (sMat, fileName) |
subroutine | shr_mct_sMatPInitnc (sMatP, gsMapX, gsMapY, ConfigFileName, MapLabel, MapTypeLabel, mpicom, ni_i, nj_i, ni_o, nj_o, areasrc, areadst) |
subroutine | shr_mct_sMatReaddnc (sMat, SgsMap, DgsMap, newdom, areasrc, areadst, fileName, mytask, mpicom, ni_i, nj_i, ni_o, nj_o) |
subroutine | shr_mct_sMatWritednc (sMat, fileName, compid, mpicom) |
Variables | |
integer, parameter | R8 = SHR_KIND_R8 |
integer, parameter | IN = SHR_KIND_IN |
integer, parameter | CL = SHR_KIND_CL |
subroutine shr_mct_mod::shr_mct_sMatPInitnc | ( | type(mct_sMatP),intent(inout) | sMatP, | |
type(mct_gsMap),intent(in) | gsMapX, | |||
type(mct_gsMap),intent(in) | gsMapY, | |||
character(*),intent(in) | ConfigFileName, | |||
character(*),intent(in) | MapLabel, | |||
character(*),intent(in) | MapTypeLabel, | |||
integer,intent(in) | mpicom, | |||
integer,intent(out),optional | ni_i, | |||
integer,intent(out),optional | nj_i, | |||
integer,intent(out),optional | ni_o, | |||
integer,intent(out),optional | nj_o, | |||
type(mct_Avect),intent(out),optional | areasrc, | |||
type(mct_Avect),intent(out),optional | areadst | |||
) |
Definition at line 196 of file shr_mct_mod.F90.
subroutine shr_mct_mod::shr_mct_sMatReaddnc | ( | type(mct_sMat),intent(out) | sMat, | |
type(mct_gsMap),intent(in),target | SgsMap, | |||
type(mct_gSMap),intent(in),target | DgsMap, | |||
character(*),intent(in) | newdom, | |||
type(mct_Avect),intent(out),optional | areasrc, | |||
type(mct_Avect),intent(out),optional | areadst, | |||
character(*),intent(in) | filename, | |||
integer(IN),intent(in) | mytask, | |||
integer(IN),intent(in) | mpicom, | |||
integer(IN),intent(out),optional | ni_i, | |||
integer(IN),intent(out),optional | nj_i, | |||
integer(IN),intent(out),optional | ni_o, | |||
integer(IN),intent(out),optional | nj_o | |||
) |
Definition at line 350 of file shr_mct_mod.F90.
subroutine shr_mct_mod::shr_mct_sMatReadnc | ( | type(mct_sMat),intent(inout) | sMat, | |
character(*),intent(in) | filename | |||
) |
Definition at line 66 of file shr_mct_mod.F90.
subroutine shr_mct_mod::shr_mct_sMatWritednc | ( | type(mct_sMat),intent(in) | sMat, | |
character(*),intent(in) | filename, | |||
integer(IN),intent(in) | compid, | |||
integer(IN),intent(in) | mpicom | |||
) |
Definition at line 706 of file shr_mct_mod.F90.
integer,parameter shr_mct_mod::CL = SHR_KIND_CL |
Definition at line 42 of file shr_mct_mod.F90.
integer,parameter shr_mct_mod::IN = SHR_KIND_IN |
Definition at line 41 of file shr_mct_mod.F90.
integer,parameter shr_mct_mod::R8 = SHR_KIND_R8 |
Definition at line 40 of file shr_mct_mod.F90.