Changes between Version 20 and Version 21 of ImplementFilterAnalysisOverview
- Timestamp:
- May 29, 2025, 6:02:52 PM (7 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImplementFilterAnalysisOverview
v20 v21 68 68 * `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 69 69 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 72 70 == Code examples in tutorial and templates == 73 71 … … 82 80 templates/ 83 81 }}} 84 provide the requires files without functionality. They contain instructions on what needs to be implemented .82 provide the requires files without functionality. They contain instructions on what needs to be implemented and can help in the implementation steps. 85 83 86 84 == Documention of the required implementations ==