Lorenz '96 model

Lorenz/Emmanuel 1996 chaotic model usually used to test data assimilation systems.

You are now following this Submission

X = lorenz4D(tf,F,pert)

In general, the Lorenz model is: (cyclical)
dX[j]/dt=(X[j+1]-X[j-2])*X[j-1]-X[j]+F
We use
J=40; %the number of variables
h=0.05; %the time step, equivalent to 6 hours

For the imput: tf is final time, F is the perturbation generally chosen to be 8 and pert is the perturbation (in the 20th variable) which is of the order of 10^-3.

Cite As

Javier Amezcua (2026). Lorenz '96 model (https://se.mathworks.com/matlabcentral/fileexchange/25054-lorenz-96-model), MATLAB Central File Exchange. Retrieved .

Categories

Find more on Weather and Atmospheric Science in Help Center and MATLAB Answers

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0