Changes between Version 32 and Version 33 of ImplementationofAnalysisStep
- Timestamp:
- May 22, 2025, 9:29:40 PM (10 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImplementationofAnalysisStep
v32 v33 1 1 = Implementing the analysis step = 2 3 {{{ 4 #!html 5 <div class="wiki-toc"> 6 <h4>Online Mode: Implementation Guide</h4> 7 <ol><li><a href="OfflineImplementationGuide">Main page</a></li> 8 <li><a href="OfflineAdaptParallelization">Adapting the parallelization</a></li> 9 <li><a href="OfflineInitPdaf">Initializing PDAF</a></li> 10 <li>Implementing the analysis step</li> 11 <li><a href="OfflineAddingMemoryandTimingInformation">Memory and timing information</a></li> 12 </ol> 13 </div> 14 }}} 2 15 3 16 {{{ … … 31 44 }}} 32 45 33 {{{34 #!html35 <div class="wiki-toc">36 <h4>Online Mode: Implementation Guide</h4>37 <ol><li><a href="OfflineImplementationGuide">Main page</a></li>38 <li><a href="OfflineAdaptParallelization">Adaptation of the parallelization</a></li>39 <li><a href="OfflineInitPdaf">Initialization of PDAF</a></li>40 <li>Implementation of the analysis step</li>41 <li><a href="OfflineAddingMemoryandTimingInformation">Memory and timing information</a></li>42 </ol>43 </div>44 }}}45 46 46 The implementation of the analysis step requires that the user-supplied routines whose names are given in the call to the filter-specific put-state routine are implemented with full functionality. 47 47 … … 50 50 51 51 52 There are three different routines that call the filter analysis step.52 There is a universal routine that calls the filter analysis step for all filter methods. 53 53 * [ImplementFilterAnalysisOverview General overview] of routines required to implement the analysis step for ensemble filters. 54 1. [ImplementAnalysisUniversal Implementation of the analysis] 55 56 54 57 1. [ImplementAnalysisGlobal Implementation of the analysis for Global Filters] 55 58 1. [ImplementAnalysisLocal Implementation of the analysis for Local Filters]