Changes between Version 17 and Version 18 of ImplementationofAnalysisStep


Ignore:
Timestamp:
Dec 21, 2016, 1:05:02 PM (7 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImplementationofAnalysisStep

    v17 v18  
    1919<li><a href="ImplementAnalysisseek">Implementation for SEEK</a></li>
    2020<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>
    2124</ol>
    2225<li><a href="AddingMemoryandTimingInformation">Memory and timing information</a></li>
     
    3538 * [ImplementAnalysisseek Implementation of the analysis for the SEEK filter]
    3639 * [ImplementAnalysisenkf Implementation of the analysis for the EnKF]
     40 * [ImplementAnalysisnetf Implementation of the analysis for the NETF]
    3741
    3842Filter-specific implementations for local filters:
     
    4044 * [ImplementAnalysisletkf Implementation of the analysis for the LETKF]
    4145 * [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]
    4248
    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)
    4450
    4551== Testing the full implementation ==