Changes between Version 2 and Version 3 of ImplementationofAnalysisStep
- Timestamp:
- Aug 27, 2010, 11:21:38 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImplementationofAnalysisStep
v2 v3 7 7 Filter-specific implementations: 8 8 * [ImplementAnalysisseik Implementation of the analysis for SEIK] 9 10 11 == Testing the full implementation == 12 13 After 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 15 To 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