Changes between Version 7 and Version 8 of ImplementAnalysisPDAF3Universal
- Timestamp:
- May 25, 2025, 12:03:23 PM (7 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImplementAnalysisPDAF3Universal
v7 v8 80 80 === `PDAF3_assim_offline` === 81 81 82 For the offline mode of PDAF, the routine `PDAF3_assim_offline _local` is used to perform the analysis step.82 For the offline mode of PDAF, the routine `PDAF3_assim_offline` is used to perform the analysis step. 83 83 The 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. 84 84 … … 98 98 This 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. 99 99 When 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.100 The 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. 101 101 102 102 The interface when using one of the local filters is the following: