Changes between Version 2 and Version 3 of ImplementationofAnalysisStep


Ignore:
Timestamp:
Aug 27, 2010, 11:21:38 AM (14 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImplementationofAnalysisStep

    v2 v3  
    77Filter-specific implementations:
    88 * [ImplementAnalysisseik Implementation of the analysis for SEIK]
     9
     10
     11== Testing the full implementation ==
     12
     13After the implementation of the user-supplied routines for the analysis step, the data assimilation system is fully implemented. In order to test the program one has to compile it without setting 'PDAF_NO_UPDATE'.
     14
     15To speed up the testing it can be useful to comment out the time stepping part. In that case only the model initialization and the assimilation cycle would be executed, without the usually costly time integration of the ensemble. One should then check if all user-supplied routines perform as they should.
     16
     17