Changes between Version 7 and Version 8 of ImplementAnalysisPDAF3Universal


Ignore:
Timestamp:
May 25, 2025, 12:03:23 PM (7 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImplementAnalysisPDAF3Universal

    v7 v8  
    8080=== `PDAF3_assim_offline` ===
    8181
    82 For the offline mode of PDAF, the routine `PDAF3_assim_offline_local` is used to perform the analysis step.
     82For the offline mode of PDAF, the routine `PDAF3_assim_offline` is used to perform the analysis step.
    8383The interface of the routine is identical with that of `PDAF3_assimilate`, except that the user-supplied routines `U_distribute_state`, `U_collect_state` and `U_next_observation` are missing.
    8484
     
    9898This routine exists for backward-compatibility. In implementations that were done before the release of PDAF V3.0, a 'put_state' routine was used for the `flexible` parallelization variant and for the offline mode.
    9999When the 'flexible' implementation variant is chosen for the assimilation system, the routine. The routine `PDAF3_put_state` allows to port such implemnetations to the PDAF3 interface with minimal changes.
    100 The interface of the routine is identical with that of `PDAF3_assimilate_local`, except that the user-supplied routines `U_distribute_state` and `U_next_observation` are missing.
     100The interface of the routine is identical with that of `PDAF3_assimilate`, except that the user-supplied routines `U_distribute_state` and `U_next_observation` are missing.
    101101
    102102The interface when using one of the local filters is the following: