Changes between Version 1 and Version 2 of PDAF3_assimilate_enkf_nondiagR
- Timestamp:
- Mar 27, 2025, 2:11:02 PM (6 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF3_assimilate_enkf_nondiagR
v1 v2 31 31 Notes: 32 32 * The difference to the routine `PDAF3_assimilate_global` used for diagonal R-matrices is only in the additional arguments `U_add_obs_err_pdafomi` and `U_init_obscovar_pdafomi`. 33 * 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. 33 34 * The global filters ESTKF, ETKF, and SEIK use the separate routine [wiki:PDAF3_assimilate_global_nondiagR]. 34 35 * The global filters NETF and PF use the separate routine [wiki:PDAF3_assimilate_nonlin_nondiagR]. 35 36 * It is recommended that the value of `status_pdaf` is checked in the program after this routine is executed. Only if its value is 0 the initialization was successful. 36 37 38 37 39 The user-supplied call-back routines are described on the page on [ImplementAnalysisGlobal implementing the analysis step of the global filters].