...
BACKEND_mach | Name of machine to run on → Keep set to ${TRUE_HOST} | |
BACKEND_time_mod | Requested job wallclock time in seconds | |
BACKEND_cm | Requested memory per MPI process -> gets adjusted automatically by the model scripts | |
GEM_ptopo | MPI(x*y) * OMP PEs topology (Syntax: MPIx x MPIy x OpenMP). Example: GEM_ptopo=8x4x2 uses 8 MPI tiles in x-direction, 4 MPI tiles in y-direction with OpenMP=2 for a total of 64 cores. You can set the OpanMP factor (last factor ) to 1 or 2. If there are enough resources you can also set it to 4. | |
GEM_exp | Current experiment name; Keep the '_YYYYMM' at the end. It will get replaced by the scripts with the current year/month! | |
GEM_anal | Full path of initial condition file. This file needs to match the start date of your simulation! | |
GEM_anclima | Full path of SST & sea ice fraction files minus the _YYYYMM at the end! | |
GEM_climato | Climatological file or directory | |
GEM_ozone | Full path of the ozone climatology file | |
GEM_geophy | Geophysical fields file; specify directory of file 'Gem_geophy.fst' This file should match your grid! | |
GEM_inrep | Working directory for driving data On CC machines this should be under ~/scratch/... | |
GEM_ovbin | Path to the model executables (up until but excluding 'build-${ORDENV_PLAT}') |
...