Changes between Version 1 and Version 2 of PDAF3_assimilate_enkf_nondiagR


Ignore:
Timestamp:
Mar 27, 2025, 2:11:02 PM (6 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF3_assimilate_enkf_nondiagR

    v1 v2  
    3131Notes:
    3232 * 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.
    3334 * The global filters ESTKF, ETKF, and SEIK use the separate routine [wiki:PDAF3_assimilate_global_nondiagR].
    3435 * The global filters NETF and PF use the separate routine [wiki:PDAF3_assimilate_nonlin_nondiagR].
    3536 * 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.
    3637
     38
    3739The user-supplied call-back routines are described on the page on [ImplementAnalysisGlobal implementing the analysis step of the global filters].