Changes between Version 20 and Version 21 of ImplementFilterAnalysisOverview


Ignore:
Timestamp:
May 29, 2025, 6:02:52 PM (7 weeks ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImplementFilterAnalysisOverview

    v20 v21  
    6868  * `init_dim_l`: This routine determines the state vector size for the local analysis domain and initializes the index information to fill a local state vector
    6969
    70 For the covariance localization in the LEnKF and EnsRF/EAKF filters, there is the routine [wiki:PDAFomi_set_localize_covar], which is called in the observation-specific `init_dim_obs` routine of each observation module.
    71 
    7270== Code examples in tutorial and templates ==
    7371
     
    8280  templates/
    8381}}}
    84 provide the requires files without functionality. They contain instructions on what needs to be implemented.
     82provide the requires files without functionality. They contain instructions on what needs to be implemented and can help in the implementation steps.
    8583
    8684== Documention of the required implementations ==