Changes between Version 11 and Version 12 of ImplementationofAnalysisStep
- Timestamp:
- May 17, 2011, 3:42:27 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImplementationofAnalysisStep
v11 v12 25 25 Several 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. 26 26 27 Filter-specific implementations :27 Filter-specific implementations for global filters: 28 28 * [ImplementAnalysisseik Implementation of the analysis for SEIK] 29 * [ImplementAnalysisetkf Implementation of the analysis for ETKF] 30 31 Filter-specific implementations for local filters: 29 32 * [ImplementAnalysislseik Implementation of the analysis for LSEIK] 30 * [ImplementAnalysisetkf Implementation of the analysis for ETKF]31 33 * [ImplementAnalysisletkf Implementation of the analysis for LETKF] 32 34