The long_name CF property.
Examples
>>> f.long_name = 'zonal_wind' >>> f.long_name 'zonal_wind' >>> del f.long_name
>>> f.setprop('long_name', 'surface air temperature') >>> f.getprop('long_name') 'surface air temperature' >>> f.delprop('long_name')
cf.Coordinate.leap_year
cf.Coordinate.missing_value
Enter search terms or a module, class or function name.