Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.

...

  BACKEND_machName of machine to run on → Keep set to ${TRUE_HOST}

BACKEND_time_modRequested job wallclock time in seconds

BACKEND_cmRequested memory per MPI process -> gets adjusted automatically by the model scripts




GEM_ptopoMPI(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_expCurrent experiment name; Keep the '_YYYYMM' at the end. It will get replaced by the scripts with the current year/month!

GEM_analFull path of initial condition file. This file needs to match the start date of your simulation!

GEM_anclimaFull path of SST & sea ice fraction files minus the _YYYYMM at the end!

GEM_climatoClimatological file or directory

GEM_ozoneFull path of the ozone climatology file

GEM_geophyGeophysical fields file; specify directory of file 'Gem_geophy.fst'
This file should match your grid!

GEM_inrepWorking directory for driving data
On CC machines this should be under ~/scratch/...

GEM_ovbinPath to the model executables (up until but excluding 'build-${ORDENV_PLAT}')

...