...
Bounds Name | Dimensions | Comments |
---|---|---|
time_bnds | leadtime, bnds | |
leadtime_bnds | ||
lat_bnds | lat, bnds | Values (1x1deg grid) prescribed: [-90., 89.], [-89., -88.], ... [89., 90.] |
lon_bnds | lon, bnds | Values (1x1deg grid) prescribed: [0., 1.], [1., 2.], ... [359., 360.] |
depth_bnds | depth, bnds | Should define the full vertical extent of the soil model layers |
Grid mapping
...
Info |
---|
As described in section 5.6 Grid Mappings and Projections of CF convention. |
...
(see quote below) When the coordinate variables for a horizontal grid are longitude and latitude, a grid mapping variable called hcrswith an"grid_mapping_name attribute" of value"latitude_longitude" may be used to specify the ellipsoid and prime meridian. |
Following that, it has been decided to include, as mandatory, in this C3S netcdf encoding guide the following variable
Code Block |
---|
char hcrs ; hcrs:grid_mapping_name = "latitude_longitude" ; |
...