Lorenz '96 model

Lorenz/Emmanuel 1996 chaotic model usually used to test data assimilation systems.
1,7K Downloads
Aktualisiert 17. Aug 2009

Lizenz anzeigen

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.

Zitieren als

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

Kompatibilität der MATLAB-Version
Erstellt mit R2006b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Weather and Atmospheric Science finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0.0