l63_integrate: Integrate state forward with lorenz63

Description Usage Arguments Value Examples

Description

Time integration with lorenz63: implemented with a euler scheme in fortran90.

Usage

1
l63_integrate(state, nsteps = 1, deltat = 1/75, params)

Arguments

deltat

time interval for model integration

params

named vector (sigma, rho, beta) for the dynamics

Value

state at the end of integration (either a vector or a matrix depending on initial state)

Examples

1
state1 <- l63_integrate(rnorm(3), params=c(sigma=10, rho=28, beta=8/3), nsteps=10, deltat=1/75)

robertsy/lorenzr documentation built on May 27, 2019, 10:33 a.m.