Changes between Version 1 and Version 2 of Lorenz_63_model
- Timestamp:
- Jul 4, 2019, 3:20:26 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Lorenz_63_model
v1 v2 2 2 3 3 [[PageOutline(2-3,Contents of this page)]] 4 5 Note: The data assimilation with the Lorenz-63 model has been added in version 1.14 of PDAF. 4 6 5 7 The implementation of the Lorenz-63 model coupled to PDAF is in the directory `testsuite/src/lorenz63/` of the PDAF package. … … 9 11 Next to the implementation of the Lorenz-63 model with PDAF, the test case provides tool programs and scripts that 10 12 allow to run a test case and to display the outputs. Note, that this implementation runs without parallelization. 11 12 The data assimilation with the Lorenz-63 model has been added in version 1.14 of PDAF.13 13 14 14