Changes between Version 28 and Version 29 of ImplementationofAnalysisStep
- Timestamp:
- Dec 13, 2021, 4:34:38 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImplementationofAnalysisStep
v28 v29 12 12 <li>Implementing the analysis step with OMI</li> 13 13 <ol> 14 <li> <a href="ImplementFilterAnalysisOverview"> General overview for ensemble filters</a></li> 15 <ol> 14 16 <li><a href="ImplementAnalysisGlobal">Implementation for Global Filters</a></li> 15 17 <li><a href="ImplementAnalysisLocal">Implementation for Local Filters</a></li> 16 18 <li><a href="ImplementAnalysislenkfOmi">Implementation for LEnKF</a></li> 19 </ol> 17 20 <li><a href="ImplementAnalysis_3DVar">Implementation for 3D-Var</a></li> 18 21 <li><a href="ImplementAnalysis_3DEnVar">Implementation for 3D Ensemble Var</a></li> … … 41 44 With PDAF-OMI many of the routines are general and hence usable for all filter algorithms. There are some differences between the local and global filters and the LEnKF. The general routines will be repeated, but they are marked as general. 42 45 43 There are three different routines that call the filter analysis step: 44 * [ImplementAnalysisGlobal Implementation of the analysis for Global Filters] 45 * [ImplementAnalysisLocal Implementation of the analysis for Local Filters] 46 * [ImplementAnalysislenkfOmi Implementation of the analysis for the LEnKF using covariance localization] 46 47 48 There are three different routines that call the filter analysis step. 49 * [ImplementFilterAnalysisOverview General overview] of routines required to implement the analysis step for ensemble filters. 50 1. [ImplementAnalysisGlobal Implementation of the analysis for Global Filters] 51 1. [ImplementAnalysisLocal Implementation of the analysis for Local Filters] 52 1. [ImplementAnalysislenkfOmi Implementation of the analysis for the LEnKF using covariance localization] 47 53 48 54 For the application of the 3D-Var methods there are separate routines (added with PDAF 2.0): … … 54 60 == Implementation of the analysis step without OMI == 55 61 56 PDAF-OMI was introduced with ve sion 1.16 of PDAF. While we recommend using OMI, the [wiki:ImplementationofAnalysisStep_noOMI implementation of the analysis step without OMI] is still possible.62 PDAF-OMI was introduced with version 1.16 of PDAF. While we recommend using OMI, the [wiki:ImplementationofAnalysisStep_noOMI implementation of the analysis step without OMI] is still possible. 57 63 58 64