Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | standard_name | |||
real(kind=ESMF_KIND_R4), | intent(in) | :: | levels(:) | |||
character(len=*), | intent(in) | :: | units |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(FixedLevelsVerticalGrid), | intent(in) | :: | this | |||
class(VerticalGrid), | intent(in) | :: | dst | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(FixedLevelsVerticalGrid), | 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(FixedLevelsVerticalGrid), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(VerticalGrid), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(FixedLevelsVerticalGrid), | 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(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(FixedLevelsVerticalGrid), | 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) :: FixedLevelsVerticalGrid private real(kind=ESMF_KIND_R4), allocatable :: levels(:) character(:), allocatable :: standard_name ! air_pressure, height, etc. contains procedure :: get_num_levels procedure :: get_coordinate_field procedure :: can_connect_to procedure :: is_identical_to procedure :: write_formatted end type FixedLevelsVerticalGrid