A derived type which associates a name with a dimension.
The name component can be used to identify a dimension which is used for
mapping a dimension in the in-memory array to one or more dimensions in the
netCDF variable data. For example, the patch dimension which ranges from 1
to mp can be mapped to a (land, patch) coordinate which ranges from (1,
1) to (mland_global, max_veg_patches).
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=64), | public | :: | name |
The name of the dimension. |
|||
| integer, | public | :: | size |
The size of the dimension. |