cf.RegridOperator.copy

RegridOperator.copy()[source]

Return a copy.

The contained ESMF.Regrid instance (see regrid) is shallow copied and the “dst” parameter, which is a Field or dict instance, is copied with its copy method.

Returns
RegridOperator

The copy.

Examples

>>> s = r.copy()