Flip (reverse the direction of) axes of the field.
See also
axes, expand_dims, squeeze, transpose, unsqueeze
Select the axes. The axes are those which would be selected by this call of the field’s axes method: f.axes(axes, **kwargs). See cf.Field.axes for details.
If True then update the field in place. By default a new field is created.
out : cf.Field
>>> f.flip() >>> f.flip('time') >>> f.flip(1) >>> f.flip('dim2') >>> f.flip(['time', 1, 'dim2'])
cf.Field.fill_value
cf.Field.floor
Enter search terms or a module, class or function name.