Changes between Version 29 and Version 30 of ImplementationofAnalysisStep
- Timestamp:
- Dec 13, 2021, 5:51:20 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImplementationofAnalysisStep
v29 v30 18 18 <li><a href="ImplementAnalysislenkfOmi">Implementation for LEnKF</a></li> 19 19 </ol> 20 <li> <a href="Implement3DVarAnalysisOverview"> General overview for 3D-Var methods</a></li> 21 <ol> 20 22 <li><a href="ImplementAnalysis_3DVar">Implementation for 3D-Var</a></li> 21 23 <li><a href="ImplementAnalysis_3DEnVar">Implementation for 3D Ensemble Var</a></li> 22 24 <li><a href="ImplementAnalysis_Hyb3DVar">Implementation for Hybrid 3D-Var</a></li> 25 </ol> 23 26 </ol> 24 27 <li><a href="Porting_to_OMI">Porting an existing implemention to OMI</a></li> … … 53 56 54 57 For the application of the 3D-Var methods there are separate routines (added with PDAF 2.0): 55 * [wiki:ImplementAnalysis_3DVar Implementation of the analysis for 3D-Var with parameterized background covariance matrix] 56 * [wiki:ImplementAnalysis_3DEnVar Implementation of the analysis for 3D Ensemble Var ] 57 * [wiki:ImplementAnalysis_Hyb3DVar Implementation of the analysis for hybrid 3D-Var] 58 * [wiki:Implement3DVarAnalysisOverview General overview] of routines required to implement the analysis step for 3D-Var. 59 1. [wiki:ImplementAnalysis_3DVar Implementation of the analysis for 3D-Var with parameterized background covariance matrix] 60 1. [wiki:ImplementAnalysis_3DEnVar Implementation of the analysis for 3D Ensemble Var ] 61 1. [wiki:ImplementAnalysis_Hyb3DVar Implementation of the analysis for hybrid 3D-Var] 58 62 59 63