cf.Coordinate.climatology

Coordinate.climatology

Indicator for the coordinate array’s bounds representing climatological time intervals.

If not set then bounds are assumed to not represent climatological time intervals.

Examples

>>> c.climatology = True
>>> c.climatology
True
>>> del c.climatology

Previous topic

cf.Coordinate.bounds

Next topic

cf.Coordinate.id

This Page