Changes between Version 10 and Version 11 of Lorenz_63_model
- Timestamp:
- Feb 1, 2020, 12:02:42 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Lorenz_63_model
v10 v11 160 160 The implementation for the Lorenz-63 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 lorenz63. 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 experiment in `run_ESTKF.sh` is executed like 161 161 {{{ 162 ./pdaf_lorenz_63 -total_steps 5000 -step_null 1000 -dim_ens 20 ...162 ./pdaf_lorenz_63 -total_steps 5000 -step_null 1000 -dim_ens 20 \ 163 163 -forget 0.8 -filtertype 6 -file_asml ESTKF_N20.nc 164 164 }}} 165 165 and the experiment in `run_PF.sh` is executed like 166 166 {{{ 167 ./pdaf_lorenz_63 -total_steps 5000 -step_null 1000 -dim_ens 20 ...167 ./pdaf_lorenz_63 -total_steps 5000 -step_null 1000 -dim_ens 20 \ 168 168 -pf_res_type 2 -pf_noise_type 2 -pf_noise_amp 0.2 -filtertype 12 -file_asml PF_N20.nc 169 169 }}}