...
v_4.8.12.u (GEM4.8)
v_5.0.0 (GEM5.0)
v_5.1.1 (GEM5.1.1)
Whenever you have problems with a simulation, let me know what the problem seems to be and where I can find your config files!
These are the needed config files:toc
Volet |
---|
configexp.cfg gem_settings.nml outcfg.out physics_input_table CLASS_input_table (only for GEM5 and up when running CLASS) |
If you want to start a new simulation I suggest you copy a set of config files from another simulation, which is as close as possible to the one you want to run .
configexp.cfg
This file is a shell parameter file which gets sourced by the scripts. You can put comments in it like in any other shell script and there must never be a space before or after the '=' sign. The parameters set here determine:
- name of experiment (always keep *_YYYYMM and the end of the name)
- start and end date
- model time step
- model levels
- number of cores to run on
- where to find the input files
- where to archive the output
- control output of pilot files
- ...
When running UQAM style there are several more parameters to be set than in ECCC's forecast mode. These extra parameters all start with 'CLIMAT_...'.
General GEM parameters:
...
Extra parameters when running "UQAM style":
...
gem_settings.nml
outcfg.out
physics_input_table
...
and then modify them.