Changes between Version 7 and Version 8 of OfflineImplementationofAnalysisStep


Ignore:
Timestamp:
May 19, 2025, 7:24:18 PM (11 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OfflineImplementationofAnalysisStep

    v7 v8  
    1 = Implementation of the analysis step with OMI =
     1= Implementing the analysis step =
    22
    33{{{
     
    5151
    5252
    53 There are three different routines that call the filter analysis step.
     53There is a universal routine that calls the filter analysis step for all filter methods.
    5454 * [ImplementFilterAnalysisOverview General overview] of routines required to implement the analysis step for ensemble filters.
     55 1. [ImplementAnalysisUniversal Implementation of the analysis]
     56
    5557 1. [ImplementAnalysisGlobal Implementation of the analysis for Global Filters]
    5658 1. [ImplementAnalysisLocal Implementation of the analysis for Local Filters]
     
    6466
    6567
    66 == Implementation of the analysis step without OMI ==
     68== Older implementation variants ==
    6769
    68 PDAF-OMI was introduced with version 1.16 of PDAF. While we recommend using OMI, the [wiki:ImplementationofAnalysisStep_noOMI implementation of the analysis step using PDAF's full interface] is still possible. This approach should be considered as an 'expert mode'.
     70=== PDAF-OMI implementation ===
     71In PDAF2 the implementation was done using PDAF-OMI as described on the
     72[wiki:OfflineImplementationofAnalysisStep_PDAF23 Page on implementing the analysis with PDAF-OMI]
     73
     74=== Implementation using the full interface ===
     75
     76Before the introduction of PDAF-OMI only the full interface routines of PDAF were used. This approach required a larger amount of coding. This [wiki:ImplementationofAnalysisStep_noOMI implementation of the analysis step using PDAF's full interface] is still possible. This approach should be considered as an 'expert mode'.
    6977
    7078