Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=:), | public, | allocatable | :: | depends_on(:) | |||
character(len=ESMF_MAXSTR), | public, | pointer | :: | ATTR_INAMES(:) | => | null() | |
character(len=ESMF_MAXSTR), | public, | pointer | :: | ATTR_RNAMES(:) | => | null() | |
character(len=ESMF_MAXSTR), | public | :: | FRIENDLYTO | ||||
character(len=ESMF_MAXSTR), | public | :: | LONG_NAME | ||||
character(len=ESMF_MAXSTR), | public | :: | SHORT_NAME | ||||
character(len=ESMF_MAXSTR), | public | :: | UNGRIDDED_NAME | ||||
character(len=ESMF_MAXSTR), | public | :: | UNGRIDDED_UNIT | ||||
character(len=ESMF_MAXSTR), | public | :: | UNITS | ||||
character(len=ESMF_MAXSTR), | public | :: | VECTOR_PAIR | ||||
character(len=positive_length), | public | :: | positive | ||||
integer, | public | :: | ACCMLT_INTERVAL | ||||
integer, | public, | pointer | :: | ATTR_IVALUES(:) | => | null() | |
integer, | public | :: | COUPLE_INTERVAL | ||||
integer, | public | :: | DIMS | ||||
integer, | public | :: | FIELD_TYPE | ||||
integer, | public | :: | HALOWIDTH | ||||
integer, | public | :: | LABEL | ||||
integer, | public | :: | LOCATION | ||||
integer, | public | :: | NUM_SUBTILES | ||||
integer, | public | :: | OFFSET | ||||
integer, | public | :: | PRECISION | ||||
integer, | public | :: | RESTART | ||||
integer, | public | :: | ROTATION | ||||
integer, | public | :: | STAGGERING | ||||
integer, | public | :: | STAT | ||||
integer, | public, | pointer | :: | UNGRIDDED_DIMS(:) | => | null() | |
integer, | public | :: | VECTOR_ORDER | ||||
logical, | public | :: | alwaysAllocate | ||||
logical, | public | :: | defaultProvided | ||||
logical, | public | :: | depends_on_children | ||||
logical, | public | :: | doNotAllocate | ||||
real, | public, | pointer | :: | ATTR_RVALUES(:) | => | null() | |
real, | public | :: | DEFAULT | ||||
real, | public, | pointer | :: | UNGRIDDED_COORDS(:) | |||
type(ESMF_Field), | public, | pointer | :: | FIELD | => | null() | |
type(ESMF_Grid), | public | :: | GRID | ||||
type(ESMF_State), | public, | pointer | :: | STATE | => | null() | |
type(ESMF_FieldBundle), | public, | pointer | :: | BUNDLE | => | null() | |
type(FieldSpec), | public | :: | field_spec |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_Config), | intent(inout) | :: | cf | |||
integer, | intent(in) | :: | nwords | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(MAPL_VarSpecType), | intent(inout) | :: | spec | |||
character(len=*), | intent(in), | optional | :: | short_name | ||
character(len=*), | intent(in), | optional | :: | long_name | ||
character(len=*), | intent(in), | optional | :: | units | ||
integer, | intent(in), | optional | :: | dims | ||
integer, | intent(in), | optional | :: | vlocation | ||
type(ESMF_Field), | intent(in), | optional | :: | field | ||
type(ESMF_fieldbundle), | intent(in), | optional | :: | bundle | ||
type(ESMF_State), | intent(in), | optional | :: | state | ||
integer, | intent(in), | optional | :: | stat | ||
integer, | intent(in), | optional | :: | accmlt_interval | ||
integer, | intent(in), | optional | :: | couple_interval | ||
integer, | intent(in), | optional | :: | offset | ||
integer, | intent(in), | optional | :: | label | ||
character(len=*), | intent(in), | optional | :: | friendlyto | ||
integer, | intent(in), | optional | :: | field_type | ||
integer, | intent(in), | optional | :: | staggering | ||
integer, | intent(in), | optional | :: | rotation | ||
type(ESMF_Grid), | intent(in), | optional | :: | grid | ||
logical, | intent(in), | optional | :: | donotallocate | ||
logical, | intent(in), | optional | :: | alwaysallocate | ||
character(len=positive_length), | intent(in), | optional | :: | positive | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(MAPL_VarSpecType), | intent(inout) | :: | spec | |||
character(len=*), | intent(in), | optional | :: | short_name | ||
character(len=*), | intent(in), | optional | :: | long_name | ||
character(len=*), | intent(in), | optional | :: | units | ||
integer, | intent(in), | optional | :: | dims | ||
integer, | intent(in), | optional | :: | vlocation | ||
type(ESMF_Field), | intent(in), | optional | :: | field | ||
type(ESMF_fieldbundle), | intent(in), | optional | :: | bundle | ||
type(ESMF_State), | intent(in), | optional | :: | state | ||
integer, | intent(in), | optional | :: | stat | ||
integer, | intent(in), | optional | :: | accmlt_interval | ||
integer, | intent(in), | optional | :: | couple_interval | ||
integer, | intent(in), | optional | :: | offset | ||
integer, | intent(in), | optional | :: | label | ||
character(len=*), | intent(in), | optional | :: | friendlyto | ||
integer, | intent(in), | optional | :: | field_type | ||
integer, | intent(in), | optional | :: | staggering | ||
integer, | intent(in), | optional | :: | rotation | ||
type(ESMF_Grid), | intent(in), | optional | :: | grid | ||
logical, | intent(in), | optional | :: | donotallocate | ||
logical, | intent(in), | optional | :: | alwaysallocate | ||
character(len=positive_length), | intent(in), | optional | :: | positive | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(VarspecDescription), | intent(in) | :: | this | |||
type(ESMF_GridComp), | intent(inout) | :: | gc | |||
character(len=*), | intent(in) | :: | specType | |||
integer, | intent(out), | optional | :: | rc |
type, extends(MAPL_VarSpecType) :: VarspecDescription contains procedure :: addNewSpec end type VarspecDescription