Changes between Version 4 and Version 5 of PDAF_get_fcst_info


Ignore:
Timestamp:
Apr 17, 2026, 11:42:07 AM (15 hours ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_get_fcst_info

    v4 v5  
    22
    33This page documents the routine `PDAF_get_fcst_info` of PDAF, which was introduced with PDAF V3.0.
     4
     5|| Note: With PDAF V3.1 we recommend to use [wiki:PDAF3_get_fcst_info] instead, which clarifies that this routine is part of the PDAF3 interface ||
    46
    57This routine returns information used for the flexible parallelization mode. In particular these are the number of time steps, current model time, and a flag whether the forecasting should be exited. This routine is used when the flexible parallelization mode is used with the `PDAF3_assimilate_X` routines, where `X` indicates the name of the DA method. (This also holds for the older interface routines `PDAFomi_assimilation_X`, `PDAF_assimilate_X`). The outputs are the same as for `PDAF_get_state`, which is used with the `PDAF*_put_state_X`. The routine `PDAF_get_state` is called inside `PDAF*_assimilate_X`, but the values are not directly returned to the user.