Changes between Version 36 and Version 37 of Lorenz_96_model
- Timestamp:
- Jan 30, 2020, 7:28:57 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Lorenz_96_model
v36 v37 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 1-forget 0.99 -file_asml t1_N30_f0.99.nc162 ./pdaf_lorenz_96 -total_steps 5000 -step_null 1000 -dim_ens 30 -filtertype 6 -forget 0.99 -file_asml t1_N30_f0.99.nc 163 163 }}} 164 164 The meaning of the different options is the following: … … 167 167 || dim_ens || ensemble size || 30 168 168 || file_asml || the name of the output file || assimilation.nc || 169 || filtertype || Specifies the filter to use; 1 sets the SEIK filter|| 1 ||169 || filtertype || Specifies the filter to use; 6 sets the filter ESTKF || 1 || 170 170 || forget || value of the forgetting factor for multiplicative variance inflation || 1.0 || 171 171 || step_null || initial time step of experiment. This specifies the offset of the observations which are generated from a model forward run. A value 1000 avoids the spin-up phase of the model || 0 ||