Changes between Version 7 and Version 8 of PDAF3_assimilate_global
- Timestamp:
- Mar 27, 2025, 12:22:51 PM (5 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF3_assimilate_global
v7 v8 29 29 * The routine is identical to the routine `PDAFomi_assimilate_global` of PDAF 2. The new name reflects consistency with `PDAF3_assimilate_local`. If one has used `PDAFomi_assimilate_global` before one can just adapt the name of the called routine. 30 30 * To use the localization in the LEnKF, one needs to call [wiki:PDAFomi_set_localize_covar] in the observation modules to initialize the localization information. 31 * It is recommended that the value of `status_pdaf` is checked in the program after PDAFomi_assimilate_global is executed. Only if its value is 0 the initialization was successful. 31 32 32 33 The user-supplied call-back routines are described on the page on [ImplementAnalysisGlobal implementing the analysis step of the global filters]. 33 34 34 It is recommended that the value of `status_pdaf` is checked in the program after PDAFomi_assimilate_global is executed. Only if its value is 0 the initialization was successful. 35