cf.Field.directions

Field.directions()[source]

Return a dictionary mapping all domain axes to their directions.

See also

direction

Returns
dict

A dictionary whose key/value pairs are domain axis keys and their directions.

Examples

>>> d.directions()
{'domainaxis1': True, 'domainaxis1': False}