Lorenz '96 model
バージョン 1.0.0.0 (1.54 KB) 作成者:
Javier Amezcua
Lorenz/Emmanuel 1996 chaotic model usually used to test data assimilation systems.
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.
引用
Javier Amezcua (2025). Lorenz '96 model (https://jp.mathworks.com/matlabcentral/fileexchange/25054-lorenz-96-model), MATLAB Central File Exchange. に取得済み.
MATLAB リリースの互換性
作成:
R2006b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linuxカテゴリ
Help Center および MATLAB Answers で Weather and Atmospheric Science についてさらに検索
タグ
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!| バージョン | 公開済み | リリース ノート | |
|---|---|---|---|
| 1.0.0.0 |
