Changes between Version 9 and Version 10 of ImplementationofAnalysisStep_PDAF23


Ignore:
Timestamp:
Jun 10, 2025, 1:23:15 PM (7 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImplementationofAnalysisStep_PDAF23

    v9 v10  
    1313<li> <a href="ImplementFilterAnalysisOverview_PDAF23"> General overview for ensemble filters</a></li>
    1414<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>
    1818</ol>
    1919<li> <a href="Implement3DVarAnalysisOverview_PDAF23"> General overview for 3D-Var methods</a></li>
    2020<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>
    2424</ol>
    2525</ol>
     
    5858There are three different routines that call the filter analysis step.
    5959 * [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]
    6363
    6464For the application of the 3D-Var methods there are separate routines (added with PDAF 2.0):
    6565 * [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]
    6969
    7070