Parameters : |
- variable : cf.AuxiliaryCoordinate or cf.DimensionCoordinate or cf.Coordinate
The new dimension coordinate or auxiliary coordinate. If
required, it will be converted to the appropiate object type
(dimension coordinate or auxiliary).
- key : str
The identifier for the new coordinate. The identifier must
start with the string dim or aux, corresponding to
whether the variable is to be a dimension coordinate or an
auxiliary coordinate respectively.
- axes : list, optional
If the variable is an auxiliary coordinate then the
identities of its dimensions must be provided. Ignored if the
variable is a dimension coordinate.
- copy: bool, optional
If False then the variable is not copied before
insertion. By default it is copied.
transform : cf.Transform
- finalize : bool, optional
If False then do not finalize the domain for the new
coordinate. By default the domain is finalized. Only set to
False if the domain is guaranteed to be finalized
subsequently, in which case there may be a performance
advantage.
|