Changes between Version 1 and Version 2 of ImplementationofAnalysisStep


Ignore:
Timestamp:
Aug 26, 2010, 12:49:14 PM (14 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImplementationofAnalysisStep

    v1 v2  
    11= Implementation of the analysis step =
     2
     3The 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.
     4
     5Several 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 pedeated, but they are marked to be general.
     6
     7Filter-specific implementations:
     8 * [ImplementAnalysisseik Implementation of the analysis for SEIK]