Changes between Version 9 and Version 10 of ImplementationofAnalysisStep_PDAF23
- Timestamp:
- Jun 10, 2025, 1:23:15 PM (7 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImplementationofAnalysisStep_PDAF23
v9 v10 13 13 <li> <a href="ImplementFilterAnalysisOverview_PDAF23"> General overview for ensemble filters</a></li> 14 14 <ol> 15 <li><a href="ImplementAnalysisGlobal ">Implementation for Global Filters</a></li>16 <li><a href="ImplementAnalysisLocal ">Implementation for Local Filters</a></li>17 <li><a href="ImplementAnalysislenkfOmi ">Implementation for LEnKF</a></li>15 <li><a href="ImplementAnalysisGlobal_PDAF23">Implementation for Global Filters</a></li> 16 <li><a href="ImplementAnalysisLocal_PDAF23">Implementation for Local Filters</a></li> 17 <li><a href="ImplementAnalysislenkfOmi_PDAF23">Implementation for LEnKF</a></li> 18 18 </ol> 19 19 <li> <a href="Implement3DVarAnalysisOverview_PDAF23"> General overview for 3D-Var methods</a></li> 20 20 <ol> 21 <li><a href="ImplementAnalysis_3DVar ">Implementation for 3D-Var</a></li>22 <li><a href="ImplementAnalysis_3DEnVar ">Implementation for 3D Ensemble Var</a></li>23 <li><a href="ImplementAnalysis_Hyb3DVar ">Implementation for Hybrid 3D-Var</a></li>21 <li><a href="ImplementAnalysis_3DVar_PDAF23">Implementation for 3D-Var</a></li> 22 <li><a href="ImplementAnalysis_3DEnVar_PDAF23">Implementation for 3D Ensemble Var</a></li> 23 <li><a href="ImplementAnalysis_Hyb3DVar_PDAF23">Implementation for Hybrid 3D-Var</a></li> 24 24 </ol> 25 25 </ol> … … 58 58 There are three different routines that call the filter analysis step. 59 59 * [wiki:ImplementFilterAnalysisOverview_PDAF23 General overview] of routines required to implement the analysis step for ensemble filters. 60 1. [ImplementAnalysisGlobal Implementation of the analysis for Global Filters]61 1. [ImplementAnalysisLocal Implementation of the analysis for Local Filters]62 1. [ImplementAnalysislenkfOmi Implementation of the analysis for the LEnKF using covariance localization]60 1. [ImplementAnalysisGlobal_PDAF23 Implementation of the analysis for Global Filters] 61 1. [ImplementAnalysisLocal_PDAF23 Implementation of the analysis for Local Filters] 62 1. [ImplementAnalysislenkfOmi_PDAF23 Implementation of the analysis for the LEnKF using covariance localization] 63 63 64 64 For the application of the 3D-Var methods there are separate routines (added with PDAF 2.0): 65 65 * [wiki:Implement3DVarAnalysisOverview_PDAF23 General overview] of routines required to implement the analysis step for 3D-Var. 66 1. [wiki:ImplementAnalysis_3DVar Implementation of the analysis for 3D-Var with parameterized background covariance matrix]67 1. [wiki:ImplementAnalysis_3DEnVar Implementation of the analysis for 3D Ensemble Var ]68 1. [wiki:ImplementAnalysis_Hyb3DVar Implementation of the analysis for hybrid 3D-Var]66 1. [wiki:ImplementAnalysis_3DVar_PDAF23 Implementation of the analysis for 3D-Var with parameterized background covariance matrix] 67 1. [wiki:ImplementAnalysis_3DEnVar_PDAF23 Implementation of the analysis for 3D Ensemble Var ] 68 1. [wiki:ImplementAnalysis_Hyb3DVar_PDAF23 Implementation of the analysis for hybrid 3D-Var] 69 69 70 70