UnmappedAction¶
-
class
ESMF.api.constants.UnmappedAction¶ This is used to indicate what action to take with respect to unmapped destination points and the entries of the sparse matrix that correspond to these points.
-
ERROR= <UnmappedAction.ERROR: 0>¶ Unmapped points result in an error code return.
-
IGNORE= <UnmappedAction.IGNORE: 1>¶ Unmapped points are ignored.
-