cf.Variable.Units¶
-
Variable.
Units
¶ The
cf.Units
object containing the units of the data array.Stores the units and calendar CF properties in an internally consistent manner. These are mirrored by the
units
andcalendar
CF properties respectively.Examples: >>> f.Units <CF Units: K>
>>> f.Units <CF Units: days since 2014-1-1 calendar=noleap>