Changes between Version 11 and Version 12 of Implement3DVarAnalysisPDAF3_Hyb3DVar
- Timestamp:
- Jun 10, 2025, 4:41:01 PM (7 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Implement3DVarAnalysisPDAF3_Hyb3DVar
v11 v12 24 24 </ol> 25 25 <li><a href="nondiagonal_observation_error_covariance_matrices_PDAF3">Using nondiagonal R-matrices</a></li> 26 <li><a href="PDAF_OMI_Overview_PDAF3"> PDAF-OMI Overview</a></li>26 <li><a href="PDAF_OMI_Overview_PDAF3">Observation handling with PDAF-OMI</a></li> 27 27 </ol> 28 28 </div> … … 38 38 || The interface for hybrid 3D-Var using the localized LESTKF for the transformation is the [wiki:Implement3DVarAnalysisPDAF3Universal universal interface]. If one intends to implement particularly for the variant using the global filter ESTKF, there is a separate interface for this special case. || 39 39 40 The different 3D-Var methods in PDAF were explained on the [wiki:Implement3DVarAnalysisOverviewPDAF3 page providing the verview of the Analysis Step for 3D-Var Methods]. Depending the type of 3D-Var, the background covariance matrix '''B''' is represented either in a parameterized form, by an ensemble, or by a combination of both. The 3D-Var methods that use an ensemble need to transform the ensemble perturbations using an ensemble Kalman filter. PDAF uses for this the error-subspace transform filter ESTKF. There are two variants: The first uses the localized filter LESTKF, while the second uses the global filter ESTKF.40 The different 3D-Var methods in PDAF were explained on the [wiki:Implement3DVarAnalysisOverviewPDAF3 page providing the overview of the Analysis Step for 3D-Var Methods]. Depending the type of 3D-Var, the background covariance matrix '''B''' is represented either in a parameterized form, by an ensemble, or by a combination of both. The 3D-Var methods that use an ensemble need to transform the ensemble perturbations using an ensemble Kalman filter. PDAF uses for this the error-subspace transform filter ESTKF. There are two variants: The first uses the localized filter LESTKF, while the second uses the global filter ESTKF. 41 41 42 42