Changes between Version 1 and Version 2 of Lorenz_96_model
- Timestamp:
- Jun 19, 2018, 11:12:50 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Lorenz_96_model
v1 v2 3 3 [[PageOutline(2-3,Contents of this page)]] 4 4 5 The implementation of the Loren -96 model coupled to PDAF is in the directory `testsuite/src/lorenz96` of the PDAF package.5 The implementation of the Lorenz-96 model coupled to PDAF is in the directory `testsuite/src/lorenz96/` of the PDAF package. 6 6 Provided is a full implementation of PDAF with the nonlinear Lorenz96 model (E. N. Lorenz (1996) Predictability - a problem partly 7 solved. Proceedings Seminar on Predictability, ECMWF, READING, UK) providing various filter and smoother methods. We used this implementation for the different publications in which we studiesthe behavior of different data assimilation methods.7 solved. Proceedings Seminar on Predictability, ECMWF, READING, UK) providing various filter and smoother methods. We used this implementation for different publications in which we studied the behavior of different data assimilation methods. 8 8 9 9 Next to the implementation of Lorenz-96 with PDAF, the test case provides tool programs and scripts that … … 78 78 to activate the coupling to PDAF in the model code. 79 79 80 Now compile the Lorenz96 model with activated 81 PDAF. First clean the directories for the main driver and the lorenz96 82 model using 80 Now compile the Lorenz-96 model with activated 81 PDAF. First clean the directories for the main driver and the Lorenz-96 model using 83 82 {{{ 84 83 cd ../../ … … 111 110 and see the file README there for a description of the available plotting scripts. 112 111 113 For example, 114 plot_example.m 112 For example, `plot_example.m` 115 113 plots the true and estimated mean RMS errors as a function of the 116 114 forgetting factor. For the usage of the other functions, use 'help'