Changes between Version 4 and Version 5 of PDAF_iau_init


Ignore:
Timestamp:
Mar 26, 2025, 5:55:23 PM (6 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_iau_init

    v4 v5  
    33This page documents the routine `PDAF_iau_init` of PDAF, which was introduced with PDAF V3.0.
    44
    5 This routine initializes parameters for incremental analysis updating, IAU. It further allocates the array in which the ensemlbe increments are stored. This array exists on all processes that are part of model tasks.
     5This routine initializes parameters for incremental analysis updating, IAU. It further allocates the array in which the ensemble increments are stored. This array exists on all processes that are part of model tasks.
    66
    77The routine is usually called in `init_pdaf` after the initialization of PDAF in `PDAF_init`. it is important that the routine is called by all model processes because all these processes need the information on the IAU configuration and need to allocate the increment array.