Changes between Version 2 and Version 3 of PDAF_iau_add_inc


Ignore:
Timestamp:
Mar 26, 2025, 6:06:41 PM (10 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified PDAF_iau_add_inc

    v2 v3  
    33This page documents the routine `PDAF_iau_add_inc` of PDAF, which was introduced with PDAF V3.0.
    44
    5 This routine is used with the flexible parallelization mode if a routine `PDAF3_put_state_X` (or any other PDAF*_put_state) routine is used. Since `PDAF*_put_state` is only called after a model state is integrated over the full forecast period, this routine cannot apply the increment. Hence, the routine `PDAF_iau_add_inc` has at each model time step in the time stepping loop of the model to apply the increment. This routine adds the increment for the currently integrated ensemble member according to the specified IAU type and number of IAU steps.
     5This routine is used with the flexible parallelization mode if a routine `PDAF3_put_state_X` (or any other PDAF*_put_state) routine is used. Since `PDAF*_put_state` is only called after a model state is integrated over the full forecast period, this routine cannot apply the increment. Hence, the routine `PDAF_iau_add_inc` has to be called at each model time step in the time stepping loop of the model to apply the increment. This routine adds the increment for the currently integrated ensemble member according to the specified IAU type and number of IAU steps.
    66
    77The routine has to be inserted in time stepping loop of the model code. It has to be called at each time step.