Changes between Version 1 and Version 2 of ImplementAnalysisLocal_untilPDAF221


Ignore:
Timestamp:
Sep 19, 2024, 2:22:25 PM (9 hours ago)
Author:
lnerger
Comment:

--

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=
    22
    33{{{
     
    1414<ol>
    1515<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>
    1718<li><a href="ImplementAnalysislenkfOmi">Implementation for LEnKF</a></li>
    1819</ol>
     
    3738== Overview ==
    3839
    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. This is described on the current page on the [wiki:ImplementAnalysisLocal Implementation for Local Filters].
     40This 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].
    4041
    4142PDAF-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).