cf.Field.aux

Field.aux(item=None, key=False, **kwargs)[source]

Return an auxiliary coordinate object of the domain, or its domain identifier.

f.aux(item, key=key, **kwargs) is equivalent to f.item(item, key=key, role='a', **kwargs). See cf.Field.item for details.

See also

auxs, cm, coord, dim, item, remove_aux, transform

Examples

Previous topic

cf.Field.asreftime

Next topic

cf.Field.auxs

This Page