Changes between Version 2 and Version 3 of PDAF_get_fcst_info


Ignore:
Timestamp:
May 29, 2025, 5:00:22 PM (7 weeks ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_get_fcst_info

    v2 v3  
    55This 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.
    66
    7 See the [wiki:ExternalModelLoop explanation of the flexible parallelization mode]  for further information.
     7See the [wiki:OnlineFlexible_PDAF3 explanation of the flexible parallelization mode]  for further information.
    88
    99The routine have to be called by all processses that perform model integrations.