Changes between Version 1 and Version 2 of PDAF_iau_reset


Ignore:
Timestamp:
Mar 20, 2025, 6:37:55 PM (12 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_iau_reset

    v1 v2  
    33This page documents the routine `PDAF_iau_reset` of PDAF, which was introduced with PDAF V3.0.
    44
    5 This routine is used to modify the IAU type and the number of IAU time steps during a run. While `PDAF_iau_init` set the IAU type and number of IAU steps initially, one can change these settings during a model run.
     5This routine is used to modify the IAU type and the number of IAU time steps during a run. While [wiki:PDAF_iau_init `PDAF_iau_init`] sets the IAU type and number of IAU steps initially, one can change these settings during a model run.
    66
    77The routine has to be called by all processes that are model processes. A common place is to call the routine in `assimilate_pdaf` after an analysis step or in `distribute_state_pdaf`.