cf.FieldList.coord

FieldList.coord(item=None, key=False, **kwargs)[source]

Return a dimension or auxiliary coordinate object, or its domain identifier, from each field.

fl.coord() is equivalent to cf.List(f.coord() for f in fl).

See cf.Field.coord for details.

Parameters :
item, kwargs : optional

See `cf.Field.coord`for details.

key : bool, optional

If True then return the domain’s identifier for the item, rather than the item itself. See cf.Field.coord for details.

Returns :
out : cf.List

For each field, the unique dimension or auxiliary coordinate object or its domain identifier or, if there isn’t a unique item, None.

Previous topic

cf.FieldList.cms

Next topic

cf.FieldList.coords

This Page