Changes between Version 9 and Version 10 of OMI_ImplementationofAnalysisStep


Ignore:
Timestamp:
Dec 13, 2021, 5:58:11 PM (2 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OMI_ImplementationofAnalysisStep

    v9 v10  
    1 = Implementation of the analysis step with OMI =
     1 Implementation of the analysis step with OMI =
    22
    33{{{
     
    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>
     20<li> <a href="Implement3DVarAnalysisOverview"> General overview for 3D-Var methods</a></li>
     21<ol>
    1722<li><a href="ImplementAnalysis_3DVar">Implementation for 3D-Var</a></li>
    1823<li><a href="ImplementAnalysis_3DEnVar">Implementation for 3D Ensemble Var</a></li>
    1924<li><a href="ImplementAnalysis_Hyb3DVar">Implementation for Hybrid 3D-Var</a></li>
     25</ol>
    2026</ol>
    2127<li><a href="Porting_to_OMI">Porting an existing implemention to OMI</a></li>
     
    4147With 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.
    4248
    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]
     49
     50
     51There are three different routines that call the filter analysis step.
     52 * [ImplementFilterAnalysisOverview General overview] of routines required to implement the analysis step for ensemble filters.
     53 1. [ImplementAnalysisGlobal Implementation of the analysis for Global Filters]
     54 1. [ImplementAnalysisLocal Implementation of the analysis for Local Filters]
     55 1. [ImplementAnalysislenkfOmi Implementation of the analysis for the LEnKF using covariance localization]
    4756
    4857For the application of the 3D-Var methods there are separate routines (added with PDAF 2.0):
    49  * [wiki:ImplementAnalysis_3DVar Implementation of the analysis for 3D-Var with parameterized background covariance matrix]
    50  * [wiki:ImplementAnalysis_3DEnVar Implementation of the analysis for 3D Ensemble Var ]
    51  * [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]
     62
     63
     64== Implementation of the analysis step without OMI ==
     65
     66PDAF-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.
    5267
    5368