Opened 10 years ago
Closed 10 years ago
#26 closed defect (fixed)
name of coordinate one-dimensional variable
Reported by: | aclsce | Owned by: | ymipsl |
---|---|---|---|
Priority: | major | Component: | XIOS |
Version: | 1.0 | Keywords: | CF dimensions coordinate |
Cc: |
Description
As it is said in CF convention (http://cf-pcmdi.llnl.gov/documents/cf-conventions/1.6/cf-conventions.html):
"We use this term precisely as it is defined in section 2.3.1 of the NUG 2.3.1 of the NUG . It is a one-dimensional variable with the same name as its dimension [e.g., time(time)], and it is defined as a numeric data type with values that are ordered monotonically. Missing values are not allowed in coordinate variables."
It means we have to rename lon(x) into lon(lon) or x(x) (same for lat and time_counter).
Comment : lon(lon) seems better than x(x)...
Thanks !
Change History (2)
comment:1 Changed 10 years ago by ymipsl
- Status changed from new to assigned
comment:2 Changed 10 years ago by ymipsl
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
Change has be done in rev r433
Could you make some tests before to close the ticket ?
Yann