Changes between Version 2 and Version 3 of PDAF3_assimilate


Ignore:
Timestamp:
Apr 26, 2025, 11:57:38 AM (2 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF3_assimilate

    v2 v3  
    3434 * 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.
    3535 * To use the localization in the LEnKF and ENSRF/EAKF, one needs to call [wiki:PDAFomi_set_localize_covar] in the observation modules to initialize the localization information.
    36  * If one only uses the global filters or the LEnKF and ENSRF/EAKF, the routines `U_init_n_domains`, `U_init_dim_l`, `U_init_dim_obs_l_pdafomi` only need to be present. Because they are never called for global filters, they do not need to be completed with functionality. For example, one can just use the template files fo rthese routines.
    37  * If one only uses the global filters and the LEnKF one can also use alternative routine [wiki:PDAF3_assimilate_global], in which the routines `U_init_n_domains`, `U_init_dim_l`, `U_init_dim_obs_l_pdafomi` are not in the interface.
     36 * If one only uses the global filters or the LEnKF and ENSRF/EAKF, the routines `U_init_n_domains`, `U_init_dim_l`, `U_init_dim_obs_l_pdafomi` only need to be present. Because they are never called for global filters, they do not need to be completed with functionality. For example, one can just use the template files for these routines.
     37 * If one only uses the global filters and the LEnKF one can also use alternative routine [wiki:PDAF3_assimilate_global], in which the routines for localization are not in the interface.
    3838
    3939The user-supplied call-back routines are described on the page on [ImplementAnalysisLocal implementing the analysis step of the local filters].