UnmappedAction¶
-
class
ESMF.api.constants.
UnmappedAction
(value, names=None, module=None, type=None, start=1)¶ 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.
-