Changes between Version 32 and Version 33 of ImplementationofAnalysisStep


Ignore:
Timestamp:
May 22, 2025, 9:29:40 PM (10 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImplementationofAnalysisStep

    v32 v33  
    11= 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}}}
    215
    316{{{
     
    3144}}}
    3245
    33 {{{
    34 #!html
    35 <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 
    4646The 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.
    4747
     
    5050
    5151
    52 There are three different routines that call the filter analysis step.
     52There is a universal routine that calls the filter analysis step for all filter methods.
    5353 * [ImplementFilterAnalysisOverview General overview] of routines required to implement the analysis step for ensemble filters.
     54 1. [ImplementAnalysisUniversal Implementation of the analysis]
     55
     56
    5457 1. [ImplementAnalysisGlobal Implementation of the analysis for Global Filters]
    5558 1. [ImplementAnalysisLocal Implementation of the analysis for Local Filters]