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 | |
| 51 | There 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] |
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 | |
| 66 | 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. |