The units string. May be any string allowed by the units attribute in the CF conventions.
Examples
>>> u = Units() >>> u.units = 'kg' >>> u.units 'kg'
>>> u = Units(units='percent') >>> u.units 'percent' >>> del u.units
cf.Units.istime
cf.Units.change_reftime_units
Enter search terms or a module, class or function name.