Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | long_name | |||
character(len=*), | intent(in) | :: | canonical_units |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | long_name | |||
character(len=*), | intent(in) | :: | canonical_units | |||
character(len=*), | intent(in) | :: | alias |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | long_name | |||
character(len=*), | intent(in) | :: | canonical_units | |||
character(len=*), | intent(in) | :: | aliases(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | long_name | |||
character(len=*), | intent(in) | :: | canonical_units | |||
type(StringVector), | intent(in) | :: | aliases |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(FieldDictionaryItem), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(FieldDictionaryItem), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(FieldDictionaryItem), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(FieldDictionaryItem), | intent(in) | :: | this |
type :: FieldDictionaryItem private character(:), allocatable :: long_name character(:), allocatable :: canonical_units type(ESMF_RegridMethod_Flag) :: regrid_method type(StringVector) :: aliases !!$ character(:), allocatable :: physical_dimensions contains procedure :: get_long_name procedure :: get_units procedure :: get_aliases procedure :: get_regrid_method end type FieldDictionaryItem