Changes between Version 1 and Version 2 of PDAF_iau_reset
- Timestamp:
- Mar 20, 2025, 6:37:55 PM (12 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_iau_reset
v1 v2 3 3 This page documents the routine `PDAF_iau_reset` of PDAF, which was introduced with PDAF V3.0. 4 4 5 This routine is used to modify the IAU type and the number of IAU time steps during a run. While `PDAF_iau_init` setthe IAU type and number of IAU steps initially, one can change these settings during a model run.5 This 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. 6 6 7 7 The 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`.