cf.Field.finalize

Field.finalize()[source]

Finalize a newly created field.

It is essential that this is carried out on every new field to ensure that methods and functions of fields work correctly. Finalization entails:

  • Expanding scalar coordinate and cell measures to 1-d.
  • Setting the direction of the domain’s dimensions.
  • Conforming the domain’s internal dimension names.
  • Partitioning the data arrays for LAMA functionality.
Returns :None

Examples

>>> f.finalize()

Previous topic

cf.Field.fill_value

Next topic

cf.Field.flip

This Page