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 shape src_shape then this is the source grid mask that was used during the creation of the weights.

New in version 3.14.0.