Changes between Version 37 and Version 38 of Lorenz_96_model
- Timestamp:
- Feb 1, 2020, 7:16:21 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Lorenz_96_model
v37 v38 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 -forget 0.99 -file_asml t1_N30_f0.99.nc 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.nc 163 164 }}} 164 165 The meaning of the different options is the following: