...
Bounds Name | Dimensions | Comments |
---|---|---|
time_bounds | time,bounds |
e.g.
[0,24] is that convention always valid? |
lat_bounds | lat, bounds | Values (1x1deg grid) prescribed: [-90., 89.], [-89., -88.], ... [89., 90.] |
lon_bounds | lon, bounds | Values (1x1deg grid) prescribed: [0., 1.], [1., 2.], ... [359., 360.] |
depth_bounds | depth,bounds | Should define the full vertical extent of the soil model layers |
NOTE: about bounds, time_bounds etc. in the context of SPECS (i.e. one variable per file).... for variables with different time steps time variables should be different, and then there should be different time_bounds variables, but this will be a problem for merging data fields in the same file, we are safe here because of the SPECS "one variable per file" rule
Variables
NOTE: coordinates should list first of all the auxiliary coordinate(s) and then all the other coordinates
...
Surface Fields (defined at a given height level)
...
)
attributes | |||||||||||||||||
name (CMIP5) | dimensions | standard_name | long_name (CMIP5) | units | coordinates | cell_methods | grid_mapping | NOTES | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
tas | time,lat,lon | air_temperature | "Near-Surface Air Temperature" | K | "height time lat lon"
| "time: point" | latitude_longitude what value has this variable? | height is usually 2m | |||||||||
tasmax | time,lat,lon | air_temperature | "Daily Maximum Near-Surface Air Temperature" | K | "height time lat lon" | "time: maximum (interval: value unit<value> <unit>)" C3S: required. CF: interval is optional | height is usually 2m C3S: The interval is required to have a value<=3 hours) | ||||||||||
tasmin | time,lat,lon | air_temperature | "Daily Minimum Near-Surface Air Temperature" | K | "height time lat lon" | "time: minimum (interval: value unit <value> <unit>)" C3S: required. CF: interval is optional | height is usually 2m C3S: The interval is required to have a value<=3 hours) | ||||||||||
time,lat,lon | dew_point_temperature | K | "height time lat lon" | "time: point" C3S: required CF: recommended | height is usually 2m
| ||||||||||||
uas | time,lat,lon | x_wind | Eastward Near-Surface Wind | m s-1 | "height time lat lon" | "time: point" C3S: required CF: recommended | height is usually 10m | ||||||||||
vas | time,lat,lon | y_wind | Northward Near-Surface Wind | m s-1 | "height time lat lon" | "time: point" C3S: required CF: recommended | height is usually 10m | ||||||||||
time,lat,lon | wind_speed_of_gust | m s-1 | "height time lat lon" | k"time: maximum (interval: <value> <unit>)" C3S: required. CF: interval is optional | height is usually 10m | C3S: The interval is required to have a value<=3 hours) |
Surface Fields (not defined at a height level)
...