cf.Field.title

Field.title

The title CF attribute.

Examples

>>> f.title = 'model data'
>>> f.title
'model data'
>>> del f.title

Previous topic

cf.Field.standard_name

Next topic

cf.Field.units

This Page