-
Notifications
You must be signed in to change notification settings - Fork 298
Closed
Milestone
Description
Currently iris implements the following default units for its containers (ignoring AuxCoordFactory here, as the units of the resultant derived coordinate is determined from the units of AuxCoordFactory coordinate dependencies)
| Class | Default Unit | Abstract |
|---|---|---|
_DimensionalMetadata |
no-unit |
✅ |
AncillaryVariable |
no-unit |
|
AuxCoord |
1 |
|
CellMeasure |
1 |
|
Coord |
1 |
✅ |
Cube |
unknown |
|
DimCoord |
1 |
Are these sensible defaults?
I think that we should answer this question as part of the MVP of 3.0.0.
Checkout these related issues/PRs :
- [FB] [PI-3585] Change default loading unit from "1" to "unknown" #3705 "Change default loading unit from "1" to "unknown""
- [PI] Improve load/create to default to "unknown" #3708 "Improve load/create to default to "unknown""