The units CF property.
This property is a mirror of the units stored in the Units attribute.
Examples
>>> f.units = 'K' >>> f.units 'K' >>> del f.units
>>> f.setprop('units', 'm.s-1') >>> f.getprop('units') 'm.s-1' >>> f.delprop('units')
cf.Field.title
cf.Field.valid_max
Enter search terms or a module, class or function name.