pyPDAF.PDAF.finalize

pyPDAF.PDAF.finalize() None

Finalize PDAF and release PDAF-internal resources.

This is a thin wrapper around the upstream PDAF_finalize routine. Call it at the end of an assimilation application when no further PDAF routines will be used. It releases PDAF-internal arrays and performs the upstream finalization work associated with the active PDAF instance.

Return type:

None

See also

deallocate

Older PDAF deallocation helper.