Changes between Version 4 and Version 5 of PDAF_iau_init
- Timestamp:
- Mar 26, 2025, 5:55:23 PM (6 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_iau_init
v4 v5 3 3 This page documents the routine `PDAF_iau_init` of PDAF, which was introduced with PDAF V3.0. 4 4 5 This routine initializes parameters for incremental analysis updating, IAU. It further allocates the array in which the ensem lbe increments are stored. This array exists on all processes that are part of model tasks.5 This 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. 6 6 7 7 The 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.