cf.FieldList.dim

FieldList.dim(*args, **kwargs)[source]

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

fl.dim(*args, **kwargs) is equivalent to cf.List(f.dim(*args, **kwargs) for f in fl).

See cf.Field.dim for details.

Parameters :
args, kwargs : optional

See cf.Field.dim.

Returns :
out : cf.List

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

Previous topic

cf.FieldList.delprop

Next topic

cf.FieldList.dims

This Page