cf.RegridOperator.dst_mask¶
- RegridOperator.dst_mask¶
A destination grid mask to be applied to the weights matrix.
If
Nonethen no additional destination grid cells are masked.If a Boolean
numpyarray 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 ofTruesignifies a masked destination grid cell.Added in version 3.14.0.