cf.Field.calendar

Field.calendar

The calendar CF attribute.

This attribute is a mirror of the calendar stored in the Units attribute.

Examples

>>> f.calendar = 'noleap'
>>> f.calendar
'noleap'
>>> del f.calendar

Previous topic

cf.Field.ancillary_variables

Next topic

cf.Field.cell_methods

This Page