Changes between Version 38 and Version 39 of ImplementationofAnalysisStep
- Timestamp:
- May 25, 2025, 11:58:37 AM (7 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImplementationofAnalysisStep
v38 v39 67 67 For more specific cases, there are further routines 68 68 * [wiki:ImplementAnalysisPDAF3UniversalLocal Implementation with user-provided routines for transfer between global and local state vectors (g2l_state_pdaf/l2g_state_pdaf) in local filters] 69 * [wiki:ImplementanalysisPDAF3Global Implemenation exclusively for global filters and LEnKF] 70 71 72 1. [ImplementAnalysisGlobal Implementation of the analysis for Global Filters] 73 1. [ImplementAnalysisLocal Implementation of the analysis for Local Filters] 74 1. [ImplementAnalysislenkfOmi Implementation of the analysis for the LEnKF using covariance localization] 69 * [wiki:ImplementanalysisPDAF3Global Implementation specific for global filters and LEnKF] 75 70 76 71 … … 81 76 82 77 For the application of the 3D-Var methods there are universal routines for all methods: 83 * [wiki:Implement3DVarAnalysis Universal Implementation of the analysis using the universal routines.]78 * [wiki:Implement3DVarAnalysisPDAF3Universal Implementation of the analysis using the universal routines.] 84 79 85 80 For more specific cases, there are further routines 86 81 87 1. [wiki:ImplementAnalysis _3DVar Implementation of the analysis for 3D-Var with parameterized background covariance matrix]88 1. [wiki:ImplementAnalysis _3DEnVar Implementation of the analysis for 3D Ensemble Var ]89 1. [wiki:ImplementAnalysis _Hyb3DVar Implementation of the analysis for hybrid 3D-Var]82 1. [wiki:ImplementAnalysisPDAF3_3DVar Implementation of the analysis for 3D-Var with parameterized background covariance matrix] 83 1. [wiki:ImplementAnalysisPDAF3_3DEnVar Implementation of the analysis for 3D Ensemble Var ] 84 1. [wiki:ImplementAnalysisPDAF3_Hyb3DVar Implementation of the analysis for hybrid 3D-Var] 90 85 91 86