Changes between Version 16 and Version 17 of ImplementationofAnalysisStep


Ignore:
Timestamp:
Apr 30, 2014, 8:58:04 PM (10 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImplementationofAnalysisStep

    v16 v17  
    1111<li>Implementation of the analysis step</li>
    1212<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>
    1317<li><a href="ImplementAnalysisseik">Implementation for SEIK</a></li>
    1418<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>
    1719<li><a href="ImplementAnalysisseek">Implementation for SEEK</a></li>
    1820<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>
    2121</ol>
    2222<li><a href="AddingMemoryandTimingInformation">Memory and timing information</a></li>
     
    3030
    3131Filter-specific implementations for global filters:
     32 * [ImplementAnalysisestkf Implementation of the analysis for the ESTKF]
     33 * [ImplementAnalysisetkf Implementation of the analysis for the ETKF]
    3234 * [ImplementAnalysisseik Implementation of the analysis for the SEIK filter]
    33  * [ImplementAnalysisetkf Implementation of the analysis for the ETKF]
    3435 * [ImplementAnalysisseek Implementation of the analysis for the SEEK filter]
    3536 * [ImplementAnalysisenkf Implementation of the analysis for the EnKF]
    36  * [ImplementAnalysisestkf Implementation of the analysis for the ESTKF]
    3737
    3838Filter-specific implementations for local filters:
     39 * [ImplementAnalysislestkf Implementation of the analysis for the LESTKF]
     40 * [ImplementAnalysisletkf Implementation of the analysis for the LETKF]
    3941 * [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]
    4242
    4343(The filters ESTKF and LESTKF have been added with PDAF version 1.8)