Changes between Version 1 and Version 2 of ImplementAnalysisLocal_untilPDAF221
- Timestamp:
- Sep 19, 2024, 2:22:25 PM (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImplementAnalysisLocal_untilPDAF221
v1 v2 1 = Implementation of the Analysis Step for the Local Filters with OMI =1 = Implementation of the Analysis Step for the Local Filters with OMI without PDAFlocal= 2 2 3 3 {{{ … … 14 14 <ol> 15 15 <li><a href="ImplementAnalysisGlobal">Implementation for Global Filters</a></li> 16 <li>Implementation for Local Filters</li> 16 <li><a href="ImplementAnalysisGlobal">Implementation for Local Filters with PDAFlocal</a></li> 17 <li>Implementation for Local Filters without PDAFLocal</li> 17 18 <li><a href="ImplementAnalysislenkfOmi">Implementation for LEnKF</a></li> 18 19 </ol> … … 37 38 == Overview == 38 39 39 This documentation describes the implementation with OMI as it was standard since the introduction of PDAF-OMI in version 1.16 and until and including PDAF version 2.2.1. With PDAF 2.3 we introduced the [wiki:PDAFlocal_overview PDAFlocal interface], which simplifies the implemenation of the local analysis. Thisis described on the current page on the [wiki:ImplementAnalysisLocal Implementation for Local Filters].40 This documentation describes the implementation with OMI as it was standard since the introduction of PDAF-OMI in PDAF version 1.16 and until and including PDAF version 2.2.1. With PDAF 2.3 we introduced the [wiki:PDAFlocal_overview PDAFlocal interface], which simplifies the implemenation of the local analysis. This approach is described on the current page on the [wiki:ImplementAnalysisLocal Implementation for Local Filters]. 40 41 41 42 PDAF-OMI provides generic routines for the analysis step, which only distinguish global and local filters. This page describes the implementation of the analysis step for domain-local filters (LESTKF, LETKF, LNETF, LSEIK).