Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(CoordinateAxis), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(CoordinateAxis), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(CoordinateAxis), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(CoordinateAxis), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_HConfig), | intent(in) | :: | hconfig | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(FileMetadata), | intent(in) | :: | file_metadata | |||
integer, | intent(out), | optional | :: | rc |
type, extends(CoordinateAxis) :: LatAxis private contains procedure, nopass :: supports_hconfig procedure, nopass :: supports_metadata generic :: supports => supports_hconfig, supports_metadata end type LatAxis