cf.RegridOperator.src_mask¶
- RegridOperator.src_mask¶
The source grid mask that was applied during the weights creation.
If
None
then the weights are assumed to have been created assuming no source grid masked cells.If a Boolean
numpy.ndarray
with shapesrc_shape
then this is the source grid mask that was used during the creation of the weights.Added in version 3.14.0.