Changes between Version 38 and Version 39 of Lorenz_96_model
- Timestamp:
- Feb 1, 2020, 7:17:07 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Lorenz_96_model
v38 v39 160 160 The implementation for the Lorenz-96 model has a wide range of options. For the full set, we recommend to check the list in the file init_pdaf.F90 in the directory lorenz96. Essentially all of the options can be specified on the command line in the format '-VARIABLE VALUE', where VARIABLE is the name of the variable in the program and VALUE is its value. The experiments in `runasml.sh` are executed like 161 161 {{{ 162 ./pdaf_lorenz_96 -total_steps 5000 -step_null 1000 -dim_ens 30 -filtertype 6\163 -forget 0.99 -file_asml t1_N30_f0.99.nc162 ./pdaf_lorenz_96 -total_steps 5000 -step_null 1000 -dim_ens 30 \ 163 -filtertype 6 -forget 0.99 -file_asml t1_N30_f0.99.nc 164 164 }}} 165 165 The meaning of the different options is the following: