Changes between Version 15 and Version 16 of ImplementationofAnalysisStep


Ignore:
Timestamp:
Feb 12, 2012, 6:33:04 PM (12 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImplementationofAnalysisStep

    v15 v16  
    2727The 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.
    2828
    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.
     29Several 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.
    3030
    3131Filter-specific implementations for global filters:
     
    4141 * [ImplementAnalysislestkf Implementation of the analysis for the LESTKF]
    4242
     43(The filters ESTKF and LESTKF have been added with PDAF version 1.8)
     44
    4345== Testing the full implementation ==
    4446