Changes between Version 15 and Version 16 of ImplementationofAnalysisStep
- Timestamp:
- Feb 12, 2012, 6:33:04 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImplementationofAnalysisStep
v15 v16 27 27 The 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. 28 28 29 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.29 Several of the routines are general and hence usable for all filter algorithms. There are some differences between local (LSEIK and LETKF, LESTKF) and global filters (SEIK, SEEK, EnKF, ETKF, ESTKF). The routines are described in separate pages for each filter algorithm. The general routines will be repeated, but they are marked as general. 30 30 31 31 Filter-specific implementations for global filters: … … 41 41 * [ImplementAnalysislestkf Implementation of the analysis for the LESTKF] 42 42 43 (The filters ESTKF and LESTKF have been added with PDAF version 1.8) 44 43 45 == Testing the full implementation == 44 46