cf.Variable.id

Variable.id

A definitive identity for the variable.

The id attribute may be used in place of a standard_name when there is no appropriate standard name for the variable.

The identity method returns either the standard_name property or, if that does not exist, the id attribute.

Examples

>>> f.id = 'data_123'
>>> f.id
'data_123'
>>> del f.id

Previous topic

cf.Variable.varray

Next topic

cf.Variable.properties

This Page