Changes between Version 16 and Version 17 of ImplementationofAnalysisStep
- Timestamp:
- Apr 30, 2014, 8:58:04 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImplementationofAnalysisStep
v16 v17 11 11 <li>Implementation of the analysis step</li> 12 12 <ol> 13 <li><a href="ImplementAnalysisestkf">Implementation for ESTKF</a></li> 14 <li><a href="ImplementAnalysislestkf">Implementation for LESTKF</a></li> 15 <li><a href="ImplementAnalysisetkf">Implementation for ETKF</a></li> 16 <li><a href="ImplementAnalysisletkf">Implementation for LETKF</a></li> 13 17 <li><a href="ImplementAnalysisseik">Implementation for SEIK</a></li> 14 18 <li><a href="ImplementAnalysislseik">Implementation for LSEIK</a></li> 15 <li><a href="ImplementAnalysisetkf">Implementation for ETKF</a></li>16 <li><a href="ImplementAnalysisletkf">Implementation for LETKF</a></li>17 19 <li><a href="ImplementAnalysisseek">Implementation for SEEK</a></li> 18 20 <li><a href="ImplementAnalysisenkf">Implementation for EnKF</a></li> 19 <li><a href="ImplementAnalysisestkf">Implementation for ESTKF</a></li>20 <li><a href="ImplementAnalysislestkf">Implementation for LESTKF</a></li>21 21 </ol> 22 22 <li><a href="AddingMemoryandTimingInformation">Memory and timing information</a></li> … … 30 30 31 31 Filter-specific implementations for global filters: 32 * [ImplementAnalysisestkf Implementation of the analysis for the ESTKF] 33 * [ImplementAnalysisetkf Implementation of the analysis for the ETKF] 32 34 * [ImplementAnalysisseik Implementation of the analysis for the SEIK filter] 33 * [ImplementAnalysisetkf Implementation of the analysis for the ETKF]34 35 * [ImplementAnalysisseek Implementation of the analysis for the SEEK filter] 35 36 * [ImplementAnalysisenkf Implementation of the analysis for the EnKF] 36 * [ImplementAnalysisestkf Implementation of the analysis for the ESTKF]37 37 38 38 Filter-specific implementations for local filters: 39 * [ImplementAnalysislestkf Implementation of the analysis for the LESTKF] 40 * [ImplementAnalysisletkf Implementation of the analysis for the LETKF] 39 41 * [ImplementAnalysislseik Implementation of the analysis for the LSEIK filter] 40 * [ImplementAnalysisletkf Implementation of the analysis for the LETKF]41 * [ImplementAnalysislestkf Implementation of the analysis for the LESTKF]42 42 43 43 (The filters ESTKF and LESTKF have been added with PDAF version 1.8)