Changes between Version 11 and Version 12 of ImplementationofAnalysisStep


Ignore:
Timestamp:
May 17, 2011, 3:42:27 PM (13 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImplementationofAnalysisStep

    v11 v12  
    2525Several of the routines are general and hence usable for all filter algorithms. There are some differences between local (LSEIK and LETKF) and global filters (SEIK, SEEK, EnKF, ETKF). The routines are described in separate pages for each filter algorithm. The general routines will be repeated, but they are marked as general.
    2626
    27 Filter-specific implementations:
     27Filter-specific implementations for global filters:
    2828 * [ImplementAnalysisseik Implementation of the analysis for SEIK]
     29 * [ImplementAnalysisetkf Implementation of the analysis for ETKF]
     30
     31Filter-specific implementations for local filters:
    2932 * [ImplementAnalysislseik Implementation of the analysis for LSEIK]
    30  * [ImplementAnalysisetkf Implementation of the analysis for ETKF]
    3133 * [ImplementAnalysisletkf Implementation of the analysis for LETKF]
    3234