The cf.Units objects containing the units of the data array of each field.
fl.Units is equivalent to cf.List(f.Units for f in fl).
fl.Units = value is equivalent to for f in fl: f.Units = value.
del fl.Units is equivalent to for f in fl: del f.Units.
See cf.Field.Units for details.