cf
Field.
data_axes
Return the domain axis identifiers for the data array dimensions.
See also
axes, axis, item_axes
axes
axis
item_axes
>>> d = f.data_axes()
list
None
The ordered axes of the data array. If there is no data array then None is returned.
>>> f.ndim 3 >>> f.data_axes() ['dim2', 'dim0', 'dim1'] >>> del f.Data >>> print f.data_axes() None
>>> f.ndim 0 >>> f.data_axes() []
cf.Field.cyclic
cf.Field.insert_axis