Changes between Version 12 and Version 13 of Lorenz_63_model


Ignore:
Timestamp:
Feb 1, 2020, 1:47:13 PM (4 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Lorenz_63_model

    v12 v13  
    4040To run the forward model use
    4141{{{
    42   ./lorenz_63 -total_steps 10000
     42  ./lorenz_63 -total_steps 5000
    4343}}}
    44 This runs the Lorenz-63 model for 10000 time steps and the trajectory is written into a file `state_l63.nc`.
     44This runs the Lorenz-63 model for 5000 time steps and the trajectory is written into a file `state_l63.nc`.
    4545
    4646=== 2. Generate observations ===