Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | standard_name | |||
character(len=*), | intent(in) | :: | units | |||
integer, | intent(in) | :: | num_levels |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ModelVerticalGrid), | intent(inout) | :: | this | |||
class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
character(len=*), | intent(in), | optional | :: | edge | ||
character(len=*), | intent(in), | optional | :: | center |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ModelVerticalGrid), | intent(in) | :: | this | |||
class(VerticalGrid), | intent(in) | :: | dst | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ModelVerticalGrid), | intent(in) | :: | this | |||
type(ESMF_Field), | intent(out) | :: | field | |||
class(ComponentDriver), | intent(out), | pointer | :: | coupler | ||
character(len=*), | intent(in) | :: | standard_name | |||
type(ESMF_Geom), | intent(in) | :: | geom | |||
type(ESMF_TypeKind_Flag), | intent(in) | :: | typekind | |||
character(len=*), | intent(in) | :: | units | |||
type(VerticalDimSpec), | intent(in) | :: | vertical_dim_spec | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(VerticalGrid), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ModelVerticalGrid), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ModelVerticalGrid), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ModelVerticalGrid), | intent(in) | :: | this | |||
type(VerticalDimSpec), | intent(in) | :: | vertical_dim_spec | |||
integer, | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(VerticalGrid), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ModelVerticalGrid), | intent(in) | :: | this | |||
class(VerticalGrid), | intent(in), | allocatable | :: | that | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(VerticalGrid), | intent(in) | :: | this | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(VerticalGrid), | intent(in) | :: | this | |||
class(VerticalGrid), | intent(in) | :: | other |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(VerticalGrid), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ModelVerticalGrid), | intent(inout) | :: | this | |||
type(StateRegistry), | intent(in), | target | :: | registry |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(VerticalGrid), | intent(inout) | :: | this | |||
character(len=*), | intent(in) | :: | units |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ModelVerticalGrid), | intent(in) | :: | this | |||
integer, | intent(in) | :: | unit | |||
character(len=*), | intent(in) | :: | iotype | |||
integer, | intent(in) | :: | v_list(:) | |||
integer, | intent(out) | :: | iostat | |||
character(len=*), | intent(inout) | :: | iomsg |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ModelVerticalGrid), | intent(in) | :: | this | |||
integer, | intent(in) | :: | unit | |||
character(len=*), | intent(in) | :: | iotype | |||
integer, | intent(in) | :: | v_list(:) | |||
integer, | intent(out) | :: | iostat | |||
character(len=*), | intent(inout) | :: | iomsg |
type, extends(VerticalGrid) :: ModelVerticalGrid private character(:), allocatable :: standard_name integer :: num_levels = -1 character(:), allocatable :: short_name_edge character(:), allocatable :: short_name_center type(StateRegistry), pointer :: registry => null() contains procedure :: get_num_levels procedure :: get_coordinate_field procedure :: can_connect_to procedure :: is_identical_to procedure :: write_formatted ! subclass-specific methods procedure :: add_short_name procedure :: get_short_name procedure :: set_registry procedure :: get_registry end type ModelVerticalGrid