Changes between Version 9 and Version 10 of Lorenz_63_model
- Timestamp:
- Feb 1, 2020, 12:02:09 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Lorenz_63_model
v9 v10 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 -forget 0.8 -filtertype 6 -file_asml ESTKF_N20.nc 162 ./pdaf_lorenz_63 -total_steps 5000 -step_null 1000 -dim_ens 20 ... 163 -forget 0.8 -filtertype 6 -file_asml ESTKF_N20.nc 163 164 }}} 164 165 and the experiment in `run_PF.sh` is executed like 165 166 {{{ 166 ./pdaf_lorenz_63 -total_steps 5000 -step_null 1000 -dim_ens 20 -pf_res_type 2 -pf_noise_type 2 -pf_noise_amp 0.2 -filtertype 12 -file_asml PF_N20.nc 167 ./pdaf_lorenz_63 -total_steps 5000 -step_null 1000 -dim_ens 20 ... 168 -pf_res_type 2 -pf_noise_type 2 -pf_noise_amp 0.2 -filtertype 12 -file_asml PF_N20.nc 167 169 }}} 168 170 The meaning of the different options is the following: