Changes between Version 1 and Version 2 of OMI_ImplementationofAnalysisStep


Ignore:
Timestamp:
Nov 24, 2020, 10:35:56 AM (3 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OMI_ImplementationofAnalysisStep

    v1 v2  
    99<li><a href="InitPdaf">Initialization of PDAF</a></li>
    1010<li><a href="ModifyModelforEnsembleIntegration">Modifications for ensemble integration</a></li>
    11 <li><a href="ImplementationofAnalysisStep">Implementation of the analysis step</a></li>
     11<li>Implementation of the analysis step</li>
    1212<ol>
    1313<li><a href="ImplementAnalysisGlobal">Implementation for Global Filters</a></li>
     
    2020The 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.
    2121
    22 Several of the routines are general and hence usable for all filter algorithms. There are some differences between the available local and global filters. The routines are described in separate pages for each filter algorithm. The general routines will be repeated, but they are marked as general.
     22With PDAF-OMI many of the routines are general and hence usable for all filter algorithms. There are some differences between the local and global filters and the LEnKF. The general routines will be repeated, but they are marked as general.
    2323
    24 Filter-specific implementations for global filters:
    25  * [ImplementAnalysisestkf Implementation of the analysis for the ESTKF]
    26  * [ImplementAnalysisetkf Implementation of the analysis for the ETKF]
    27  * [ImplementAnalysisseik Implementation of the analysis for the SEIK filter]
    28  * [ImplementAnalysisseek Implementation of the analysis for the SEEK filter]
    29  * [ImplementAnalysisenkf Implementation of the analysis for the EnKF]
    30  * [ImplementAnalysisnetf Implementation of the analysis for the NETF]
    31  * [ImplementAnalysispf Implementation of the analysis for the PF]
     24There are three different routines that call the filter analysis step:
     25 * [ImplementAnalysisGlobal Implementation of the analysis for Global Filters]
     26 * [ImplementAnalysisLocal Implementation of the analysis for Local Filters]
     27 * [ImplementAnalysislenkfOmi Implementation of the analysis for the LEnKF using covariance localization]
    3228
    33 Filter-specific implementations for domain-local filters:
    34  * [ImplementAnalysislestkf Implementation of the analysis for the LESTKF]
    35  * [ImplementAnalysisletkf Implementation of the analysis for the LETKF]
    36  * [ImplementAnalysislseik Implementation of the analysis for the LSEIK filter]
    37  * [ImplementAnalysislnetf Implementation of the analysis for the LNETF]
    38 
    39 Filter-specific implementation for filter with covariance localization:
    40  * [ImplementAnalysislenkf Implementation of the analysis for the LEnKF]
    41 
    42 (The filters ESTKF and LESTKF have been added with PDAF version 1.8; the filters LEnKF, NETF and LNETF have been addid with PDAF version 1.12)
    4329
    4430== Testing the full implementation ==