Changes between Version 7 and Version 8 of OfflineImplementationofAnalysisStep
- Timestamp:
- May 19, 2025, 7:24:18 PM (11 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OfflineImplementationofAnalysisStep
v7 v8 1 = Implement ation of the analysis step with OMI=1 = Implementing the analysis step = 2 2 3 3 {{{ … … 51 51 52 52 53 There are three different routines that call the filter analysis step.53 There is a universal routine that calls the filter analysis step for all filter methods. 54 54 * [ImplementFilterAnalysisOverview General overview] of routines required to implement the analysis step for ensemble filters. 55 1. [ImplementAnalysisUniversal Implementation of the analysis] 56 55 57 1. [ImplementAnalysisGlobal Implementation of the analysis for Global Filters] 56 58 1. [ImplementAnalysisLocal Implementation of the analysis for Local Filters] … … 64 66 65 67 66 == Implementation of the analysis step without OMI==68 == Older implementation variants == 67 69 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 === 71 In 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 76 Before 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'. 69 77 70 78