Skip to Content

Lorenz96

Description

Ten-dimensional explicit expansion of the Lorenz-96 system: dx_i/dt = (x_{i+1} - x_{i-2}) x_{i-1} - x_i + F with cyclic indices modulo N (here N=10 unrolled to avoid symbolic indexing that the current parser cannot interpret). Initial conditions follow the Julia reference default u0 = range(0; length=N, step=0.1) i.e. x_i(0) = 0.1*i.

Parameters
NameValueUnit
F 0.01
N 10
State variables
NameInitial value
x0 0.0
x1 0.1
x2 0.2
x3 0.3
x4 0.4
x5 0.5
x6 0.6
x7 0.7
x8 0.8
x9 0.9