cf.RegridOperator.dst_mask¶
-
RegridOperator.
dst_mask
¶ A destination grid mask to be applied to the weights matrix.
If
None
then no additional destination grid cells are masked.If a Boolean
numpy
array then it is required that this mask is applied to the weights matrix prior to use in a regridding operation. The mask must have shapedst_shape
, and a value ofTrue
signifies a masked destination grid cell.New in version 3.14.0.