cf.RegridOperator¶
-
class
cf.RegridOperator(regrid, name, **parameters)[source]¶ Bases:
objectA regridding operator between two fields.
Stores an
ESMF.Regridregridding operator and associated parameters that describe the complete coordinate system of the destination grid.Initialization
- Parameters
- regrid:
ESMF.Regrid The
ESMFregridding operator between two fields.- name:
str A name that defines the context of the destination grid parameters.
- parameters:
dict Parameters that describe the complete coordinate system of the destination grid.
Any parameter names and values are allowed, and it is assumed that the these are well defined during the creation and subsequent use of a
RegridOperatorinstance.
- regrid:
Attributes
The regridding method. |
|
The name of the regrid method. |
|
The contained regridding operator. |
|
The parameters that describe the destination grid. |
Methods
Whether the given method is equivalent to the regridding method. |
|
Return a copy. |
|
Free the memory allocated by the |
|
Return a regrid operation parameter. |
Special¶
Methods
Calls the |
|
Return repr(self). |