Changes between Version 10 and Version 11 of Lorenz_63_model


Ignore:
Timestamp:
Feb 1, 2020, 12:02:42 PM (4 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Lorenz_63_model

    v10 v11  
    160160The 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
    161161{{{
    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 \
    163163        -forget 0.8 -filtertype 6 -file_asml ESTKF_N20.nc
    164164}}}
    165165and the experiment in `run_PF.sh` is executed like
    166166{{{
    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 \
    168168        -pf_res_type 2 -pf_noise_type 2 -pf_noise_amp 0.2 -filtertype 12 -file_asml PF_N20.nc
    169169}}}