FMS 2025.01-dev
Flexible Modeling System
Loading...
Searching...
No Matches
subregion_type Type Reference

type to hold the sub region information about a file More...

Collaboration diagram for subregion_type:
[legend]

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.
 

Detailed Description

type to hold the sub region information about a file

Definition at line 89 of file fms_diag_yaml.F90.

Member Data Documentation

◆ corners

class(*), dimension(:,:), allocatable corners

(x, y) coordinates of the four corner of the region

Definition at line 93 of file fms_diag_yaml.F90.

◆ grid_type

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.

◆ tile

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.


The documentation for this type was generated from the following file: