The title CF property.
Examples
>>> f.title = 'model data' >>> f.title 'model data' >>> del f.title
>>> f.setprop('title', 'model data') >>> f.getprop('title') 'model data' >>> f.delprop('title')
cf.Field.standard_name
cf.Field.units
Enter search terms or a module, class or function name.