Region¶
-
class
ESMF.api.constants.Region¶ Specify various regions in the data layout of a Field object.
-
TOTAL= <Region.TOTAL: 0>¶ An operation applies to every element in the selected domain.
-
SELECT= <Region.SELECT: 1>¶ An operation applies to a select portion of the domain. One use of this is to specify that the portions of a Field that are not mapped in a regridding operation should retain their original value (as opposed to being initialized to 0).
-
EMPTY= <Region.EMPTY: 2>¶ An operation does not apply any element in the domain.
-