Test whether or not each field satisfies the given conditions.
fl.match() is equivalent to cf.List(f.match() for f in fl).
See cf.Field.match for details.
Parameters: |
coord : optional
ndim : int or cf.Query, optional |
---|
DCH
- exact : bool, optional
- The exact argument applies to the interpretion of particular conditions given by values of the match argument and by keys of the cvalue and csize arguments. See cf.Field.match for details.
- match_and : bool, optional
- By default match_and is True and the field matches if it satisfies all of the conditions specified by all of the test types (properties, coordinate object values, coordinate object cell sizes, domain rank and data array rank). See cf.Field.match for details.
- inverse : bool, optional
- If True then return a field matches if it does not satisfy the given conditions. See cf.Field.match for details.
Returns: |
|
---|