Changes between Version 12 and Version 13 of Lorenz_63_model
- Timestamp:
- Feb 1, 2020, 1:47:13 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Lorenz_63_model
v12 v13 40 40 To run the forward model use 41 41 {{{ 42 ./lorenz_63 -total_steps 1000042 ./lorenz_63 -total_steps 5000 43 43 }}} 44 This runs the Lorenz-63 model for 10000 time steps and the trajectory is written into a file `state_l63.nc`.44 This runs the Lorenz-63 model for 5000 time steps and the trajectory is written into a file `state_l63.nc`. 45 45 46 46 === 2. Generate observations ===