Changes between Initial Version and Version 1 of PDAF_finalize


Ignore:
Timestamp:
Apr 9, 2026, 3:17:08 PM (37 hours ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_finalize

    v1 v1  
     1= PDAF_finalize =
     2
     3This page documents the routine `PDAF_finalize` of PDAF, which was introduced with PDAF V3.1 as a replacement for `PDAF_deallocate`.
     4
     5This routine deallocates the big internal arrays of PDAF to clean up memory at the end of a data assimilation simulation. It further finalizes the MPI parallelization if it was initilize by PDAF.
     6
     7The interface is the following:
     8{{{
     9SUBROUTINE PDAF_finalize()
     10}}}
     11Thus, it was no arguments.
     12
     13Note:
     14 * In the code structure of the templates and tutorials,  this routine is called in the interface user routine `finalize_pdaf`.