cf.DimensionCoordinate.leap_month

DimensionCoordinate.leap_month

The leap_month CF property.

Specifies which month is lengthened by a day in leap years for a user defined calendar. See http://cfconventions.org/latest.html for details.

Examples

>>> f.leap_month = 2
>>> f.leap_month
2
>>> del f.leap_month
>>> f.set_property('leap_month', 11)
>>> f.has_property('leap_month')
True
>>> f.get_property('leap_month')
11
>>> f.del_property('leap_month')