Data Types | |
type | seq_cdata |
Functions/Subroutines | |
subroutine | seq_cdata_init (cdata, ID, dom, gsMap, infodata, name) |
subroutine | seq_cdata_clean (cdata) |
subroutine | seq_cdata_setptrs (cdata, ID, mpicom, dom, gsMap, infodata, name) |
subroutine | seq_cdata_info (cdata) |
Variables | |
character(*), paramete | isset ) |
character(*), paramete | unset ) |
subroutine seq_cdata_mod::seq_cdata_clean | ( | type(seq_cdata),intent(inout) | cdata | ) |
Definition at line 106 of file seq_cdata_mod.F90.
subroutine seq_cdata_mod::seq_cdata_info | ( | type(seq_cdata),intent(in) | cdata | ) |
Definition at line 190 of file seq_cdata_mod.F90.
subroutine seq_cdata_mod::seq_cdata_init | ( | type(seq_cdata),intent(inout) | cdata, | |
integer,intent(in) | ID, | |||
type(mct_gGrid),intent(in),target | dom, | |||
type(mct_gsMap),intent(in),target | gsMap, | |||
type(seq_infodata_type),intent(in),target | infodata, | |||
character(len=*),intent(in),optional | name | |||
) |
Definition at line 59 of file seq_cdata_mod.F90.
subroutine seq_cdata_mod::seq_cdata_setptrs | ( | type(seq_cdata),intent(in) | cdata, | |
integer,optional | ID, | |||
integer,optional | mpicom, | |||
type(mct_gGrid),optional,pointer | dom, | |||
type(mct_gsMap),optional,pointer | gsMap, | |||
type(seq_infodata_type),optional,pointer | infodata, | |||
character(len=*),optional | name | |||
) |
Definition at line 137 of file seq_cdata_mod.F90.
character(*),paramete seq_cdata_mod::isset) |
Definition at line 52 of file seq_cdata_mod.F90.
character(*),paramete seq_cdata_mod::unset) |
Definition at line 53 of file seq_cdata_mod.F90.