cf.Field.field_ancillaries¶
-
Field.
field_ancillaries
¶ Return field ancillary constructs.
New in version 1.7.0.
See also
- Parameters
- copy:
bool
, optional If True then return copies of the constructs. By default the constructs are not copied.
- copy:
- Returns
Constructs
The field ancillary constructs and their construct keys.
Examples:
>>> print(f.field_ancillaries) Constructs: {}
>>> print(f.field_ancillaries) Constructs: {'fieldancillary0': <FieldAncillary: air_temperature standard_error(10, 9) K>}
>>> print(f.field_ancillaries('specific_humuidity standard_error')) Constructs: {'fieldancillary0': <FieldAncillary: specific_humidity standard_error(10, 9) K>}