Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | lon_distribution(:) | |||
integer, | intent(in) | :: | lat_distribution(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | dims(2) | |||
class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
integer, | intent(in) | :: | petCount |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | dims(2) | |||
class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
integer, | intent(in) | :: | topology(2) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(LatLonDecomposition), | intent(in) | :: | decomp |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(LatLonDecomposition), | intent(in) | :: | this | |||
type(LatAxis), | intent(in) | :: | axis | |||
integer, | intent(in) | :: | rank |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(LatLonDecomposition), | intent(in) | :: | decomp |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(LatLonDecomposition), | intent(in) | :: | this | |||
type(LonAxis), | intent(in) | :: | axis | |||
integer, | intent(in) | :: | rank |
type :: LatLonDecomposition private integer, allocatable :: lon_distribution(:) integer, allocatable :: lat_distribution(:) contains procedure :: get_lon_distribution procedure :: get_lat_distribution procedure :: get_lon_subset procedure :: get_lat_subset end type LatLonDecomposition