Changes between Version 17 and Version 18 of ImplementationofAnalysisStep
- Timestamp:
- Dec 21, 2016, 1:05:02 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImplementationofAnalysisStep
v17 v18 19 19 <li><a href="ImplementAnalysisseek">Implementation for SEEK</a></li> 20 20 <li><a href="ImplementAnalysisenkf">Implementation for EnKF</a></li> 21 <li><a href="ImplementAnalysislenkf">Implementation for LEnKF</a></li> 22 <li><a href="ImplementAnalysisnetf">Implementation for NETF</a></li> 23 <li><a href="ImplementAnalysislnetf">Implementation for LNETF</a></li> 21 24 </ol> 22 25 <li><a href="AddingMemoryandTimingInformation">Memory and timing information</a></li> … … 35 38 * [ImplementAnalysisseek Implementation of the analysis for the SEEK filter] 36 39 * [ImplementAnalysisenkf Implementation of the analysis for the EnKF] 40 * [ImplementAnalysisnetf Implementation of the analysis for the NETF] 37 41 38 42 Filter-specific implementations for local filters: … … 40 44 * [ImplementAnalysisletkf Implementation of the analysis for the LETKF] 41 45 * [ImplementAnalysislseik Implementation of the analysis for the LSEIK filter] 46 * [ImplementAnalysislenkf Implementation of the analysis for the LEnKF] 47 * [ImplementAnalysislnetf Implementation of the analysis for the LNETF] 42 48 43 (The filters ESTKF and LESTKF have been added with PDAF version 1.8 )49 (The filters ESTKF and LESTKF have been added with PDAF version 1.8; the filters LEnKF, NETF and LNETF have been addid with PDAF version 1.12) 44 50 45 51 == Testing the full implementation ==