FMS 2025.01-dev
Flexible Modeling System
|
type to hold the sub region information about a file More...
Public Attributes | |
class(*), dimension(:,:), allocatable | corners |
(x, y) coordinates of the four corner of the region | |
integer | grid_type |
Flag indicating the type of region, acceptable values are latlon_gridtype, index_gridtype, null_gridtype. | |
integer | tile |
Tile number of the sub region required if using the "index" grid type. | |
type to hold the sub region information about a file
Definition at line 89 of file fms_diag_yaml.F90.
class(*), dimension(:,:), allocatable corners |
(x, y) coordinates of the four corner of the region
Definition at line 93 of file fms_diag_yaml.F90.
integer grid_type |
Flag indicating the type of region, acceptable values are latlon_gridtype, index_gridtype, null_gridtype.
Definition at line 90 of file fms_diag_yaml.F90.
integer tile |
Tile number of the sub region required if using the "index" grid type.
Definition at line 94 of file fms_diag_yaml.F90.