cf.FieldList.domain_mask¶
-
FieldList.
domain_mask
(*args, **kwargs)[source]¶ For each field, the mask of the data array.
New in version 1.1.
Examples 1: Creat a which is True within 30 degrees of the equator:
>>> m = f.domain_mask(latitude=cf.wi(-30, 30))
Parameters: args, kwargs: optional
Returns: - out : cf.FieldList
For each field, the domain mask.
Examples 2: