Changes between Version 28 and Version 29 of ImplementationofAnalysisStep


Ignore:
Timestamp:
Dec 13, 2021, 4:34:38 PM (2 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImplementationofAnalysisStep

    v28 v29  
    1212<li>Implementing the analysis step with OMI</li>
    1313<ol>
     14<li> <a href="ImplementFilterAnalysisOverview"> General overview for ensemble filters</a></li>
     15<ol>
    1416<li><a href="ImplementAnalysisGlobal">Implementation for Global Filters</a></li>
    1517<li><a href="ImplementAnalysisLocal">Implementation for Local Filters</a></li>
    1618<li><a href="ImplementAnalysislenkfOmi">Implementation for LEnKF</a></li>
     19</ol>
    1720<li><a href="ImplementAnalysis_3DVar">Implementation for 3D-Var</a></li>
    1821<li><a href="ImplementAnalysis_3DEnVar">Implementation for 3D Ensemble Var</a></li>
     
    4144With 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.
    4245
    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
     48There 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]
    4753
    4854For the application of the 3D-Var methods there are separate routines (added with PDAF 2.0):
     
    5460== Implementation of the analysis step without OMI ==
    5561
    56 PDAF-OMI was introduced with vesion 1.16 of PDAF. While we recommend using OMI, the [wiki:ImplementationofAnalysisStep_noOMI implementation of the analysis step without OMI] is still possible.
     62PDAF-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.
    5763
    5864