Changes between Version 10 and Version 11 of Lorenz_96_model


Ignore:
Timestamp:
Aug 21, 2018, 3:26:32 PM (6 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Lorenz_96_model

    v10 v11  
    128128== Run options ==
    129129
    130 The implementation for the Lorenz-96 model has a wide range of options. For the full set, we reommend 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 like
     130The 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
    131131{{{
    132132./pdaf_lorenz_96 -total_steps 5000 -step_null 1000 -dim_ens 30 -filtertype 1 -forget 0.99 -file_asml t1_N30_f0.99.nc
     
    156156|| use_obs_mask || whether to use incomplete observations (need to be .true. for any other settings on the observation density to be used) || .false. ||
    157157
    158 For the full set of options, please see init_pdaf.F90. There, also the possible setting e..g for `filtertype` are described.
     158For the full set of options, please see init_pdaf.F90. There, also the possible setting e.g. for `filtertype` are described.
    159159
    160160