Changes between Version 6 and Version 7 of PDAF3_assimilate_local
- Timestamp:
- Mar 26, 2025, 6:47:19 PM (6 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF3_assimilate_local
v6 v7 33 33 * The order of the routine names does not show the order in which these routines are executed. See the [ImplementAnalysisLocal#Executionorderofuser-suppliedroutines section on the order of the execution] on the page on implementing the analysis step of the local filter algorithms. 34 34 * The routine is identical to the routine `PDAFlocalomi_assimilate` of PDAF 2.3. However, the argument `U_prepostep` is at a different place here. 35 * To use the localization in the ENSRF/EAKF, one needs to call [wiki:PDAFomi_set_localize_covar] in the observation modules to initialize the localization information. 35 36 36 37 The user-supplied call-back routines are described on the page on [ImplementAnalysisLocal implementing the analysis step of the local filters].