Changes between Version 10 and Version 11 of Lorenz_96_model
- Timestamp:
- Aug 21, 2018, 3:26:32 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Lorenz_96_model
v10 v11 128 128 == Run options == 129 129 130 The implementation for the Lorenz-96 model has a wide range of options. For the full set, we re ommend to check the list in the file init_pdaf.F90. Essentiall 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 like130 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. Essentiall 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 131 131 {{{ 132 132 ./pdaf_lorenz_96 -total_steps 5000 -step_null 1000 -dim_ens 30 -filtertype 1 -forget 0.99 -file_asml t1_N30_f0.99.nc … … 156 156 || use_obs_mask || whether to use incomplete observations (need to be .true. for any other settings on the observation density to be used) || .false. || 157 157 158 For the full set of options, please see init_pdaf.F90. There, also the possible setting e. .gfor `filtertype` are described.158 For the full set of options, please see init_pdaf.F90. There, also the possible setting e.g. for `filtertype` are described. 159 159 160 160