Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: added attribute details for variables

...

Info
When the coordinate variables for a horizontal grid are longitude and latitude, a grid mapping variable called hcrs with an grid_mapping_name attribute of value "latitude_longitude" may be used to specify the ellipsoid and prime meridian.

...

The following attributes must be included in all the variables:

attribute
name
valuecomment
grid_mappinghcrs 
_FillValue1.0e20Those attributes must be included JUST when the variable has missing values.
It needs to be enforced that they are not present if they should not be there.
missing_value1.0e20

Conditional attributes

The following attributes may be included in the attribute list for a given variable if the conditions specified are fulfilled:

attribute namevaluecomment
_FillValue1.0e20Those attributes must be included JUST when the variable has missing values.
It needs to be enforced that they are not present if they should not be there.
missing_value1.0e20

Candidate attributes

The following attributes may be included in the attribute list for a given variable at a later date:

 attribute namevaluecomment
valid_maxTBD see below
valid_minTBDsee below
Info
titlevalid range attributes

Both "valid_min" and "valid_max" attributes should be included as variable attributes, but a set of sensible values for each and every variable needs to be provided. In the meantime, it is proposed not to include them and just bear in mind that they will be required to be introduced at some point in the future.

...