Changes between Version 7 and Version 8 of Lorenz_96_model
- Timestamp:
- Aug 16, 2018, 4:28:36 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Lorenz_96_model
v7 v8 8 8 9 9 Next to the implementation of Lorenz-96 with PDAF, the test case provides tool programs and scripts that 10 allow to run a test case and to display the outputs. 10 allow to run a test case and to display the outputs. Note, that this implementation runs without parallelization. 11 11 12 12 13 13 == Running the test case == 14 14 15 Runnning a data assimilation experim net with the Lorenz-96 model is a two step process: First one runs the model without PDAF to generate a file holding the trajectory of a forward run. Then one generates files with observations and a covariance matrix for the initialization of the initial ensemble. In the second step, one compiles the Lorenz-96 with activated coupling to PDAF and runs the experiments.15 Runnning a data assimilation experiment with the Lorenz-96 model is a two step process: First one runs the model without PDAF to generate a file holding the trajectory of a forward run. Then one generates files with observations and a covariance matrix for the initialization of the initial ensemble. In the second step, one compiles the Lorenz-96 with activated coupling to PDAF and runs the experiments. 16 16 17 17 === 1. Compile and run the forward model without assimilation ===