#170: Unlimited dimension should be listed as first variable dimension in
Example
H.2 CDL
----------------------------+------------------------------
Reporter: edavis | Owner: cf-conventions@…
Type: defect | Status: new
Priority: medium | Milestone:
Component: cf-conventions | Version:
Keywords: |
----------------------------+------------------------------
In netCDF-3, the unlimited dimension must be declared first in the list of
dimensions for a variable [1].
So need to switch order of dimensions for `humidity` variable in Example
H.2 CDL:
`float humidity(station,time) ;`
to
`float humidity(time,station) ;`
[1] https://www.unidata.ucar.edu/software/netcdf/docs/unlimited_dims.html
--
Ticket URL: <https://cf-trac.llnl.gov/trac/ticket/170>
CF Metadata <http://cf-convention.github.io/>
CF Metadata