Description Usage Arguments Value Examples
Time integration with lorenz MII: implemented with a euler scheme in fortran90.
| 1 2 | lm2_integrate(state, nsteps = 1, deltat = 1/200, ndim = 960, kint = 32,
  Forcing = 15)
 | 
| deltat | time interval for model integration | 
| ndim | dimension of system | 
| kint | parameter K in model specification, related to number of waves | 
| Forcing | external forcing on dynamics | 
state at the end of integration (either a vector or a matrix depending on initial state)
| 1 2 3 4 5 6 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.