Opened 3 years ago
Last modified 3 years ago
#170 new defect
Unlimited dimension should be listed as first variable dimension in Example H.2 CDL
Reported by: | edavis | Owned by: | cf-conventions@… |
---|---|---|---|
Priority: | medium | Milestone: | |
Component: | cf-conventions | Version: | |
Keywords: | Cc: |
Description
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
Change History (2)
comment:1 Changed 3 years ago by jonathan
comment:2 Changed 3 years ago by davidhassell
Much time has passed, so I think we can accept this defect ticket.
Thanks, Ethan
Note: See
TracTickets for help on using
tickets.
Thanks for pointing it out.