GEM config files

When running GEM 4 and up, UQAM style, the following configuration files are needed:


configexp.dot.cfg

This file is only used in batch mode. It controls where to send the batch run, how much cpu time allowed, which machine to run the job, which period to run, which absolutes to use, which input files to use, where to place the model output, etc.

General GEM parameters:

   BACKEND_mach Backend machine name

BACKEND_time_mod Job resources: model wallclock time

BACKEND_cm Job resources: model memory size




GEM_ptopo MPI&OMP PEs topology (npex x npey x nomp)

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

GEM_anclima SST & sea ice fraction

GEM_climato Climatological file

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}')
or the keyword "release", which uses GEM release executables: GEM_ovbin=release

   

Extra parameters when running "UQAM style":

  CLIMAT_startdate Start date of simulation. Format: 'YYYY MM DD hh'
This date must match the validity date of all the fields in the analysis file.
Never change the startdate during a running simulation!!!

CLIMAT_enddate End date of simulation. Format: 'YYYY MM DD hh'
You can change this while the simulation is running.

CLIMAT_arch_mach Archive machine (machine you are running on so you can always set:
  CLIMAT_arch_mach=${TRUE_HOST}

CLIMAT_archdir Archive directory on ${CLIMAT_arch_mach}

CLIMAT_interval Number of months to run in one job

CLIMAT_outrep Name of temporary output directory
On CC machines this should be under ~/scratch/...

CLIMAT_deltat Model time step. Must match 'Step_dt'

CLIMAT_etaname Pre-defined hybrib levels. See 'Climat_eta2preshyb'

CLIMAT_diagnos 1: Calculate monthly means and variances

CLIMAT_update_ghg 1: Update greenhous gases yearly

CLIMAT_ghg_list Greenhouse gas table

CLIMAT_nest_rept LAM only: Path of lateral boundary conditions

CLIMAT_nest_exp LAM only: Common base name of monthly files or directories in above directory; without the _YYYYMM

CLIMAT_out_anal Output initial condition files to be used to initialize other simulations

CLIMAT_out_pilot Output pilot files to be used to drive other simulations at the lateral boundaries

CLIMAT_pp_superjob Use super jobs instead of submitting post processing directly



outcfg.out example:

 grid=1,free;

 levels=1, eta, -1;
 levels=2, pres,[1000.,975.,950.,925.,900.,850.,800.,700.,600.,500.,400.,300.,250.,200.,150.,100.,70.,50.,30.,20.,15.,10.];
 levels=3, eta,  0;

 steps=1,step,0;
 steps=2,hour,<98592.,99312.,1>;
 steps=3,hour,<98592.,99312.,3>;
 steps=4,hour,<98592.,99312.,24>;

 sortie_p([PR,PC,AE,RN,SN,FR,PE,N3,N7,RNAC,O7,MLTS,MLTR,TRAF,TDRA,RFAC]  , grid, 1, levels, 1, steps, 2, avgacc)
 sortie_p([NF,NFR,NFRL,NFRM,NFRH,NFRT,AS,AI,AV,AH,AR,AB,AU,N4,AD,AHF,AVF], grid, 1, levels, 1, steps, 3, avgacc)
 sortie_p([IMAV,UVAV,ICRM,IIRM,IWVM]                                     , grid, 1, levels, 1, steps, 3, average)
 sortie_p([AL,SD,DN,FSNO,TN,GL,TM,I3,I4,I5,I6,I7,I8,I9,7S,3P,4P,5P]      , grid, 1, levels, 1, steps, 3)
 sortie_p([I0,I1,I2,J8,J9,TT2M,LMLT,LIFR,S5,S6,5P]                       , grid, 1, levels, 1, steps, 3)

 sortie_p([T5]                                                           , grid, 1, levels, 3, steps, 4, min)
 sortie_p([T9,UVMX]                                                      , grid, 1, levels, 3, steps, 4, max)

 sortie  ([P0,PN]                                                        , grid, 1, levels, 1, steps, 3)
 sortie  ([TT,UU,VV,HU,WW,GZ]                                            , grid, 1, levels, 2, steps, 3)
 sortie  ([TT,UU,VV,HU,HR]                                               , grid, 1, levels, 3, steps, 3)

 sortie_p([SAND,CLAY,DPTH,SCOL,8L,Y2C,MF,MG,2V,LB,FU,E8,C9,H7,HT,D2,D5,LDEP]  , grid, 1, levels, 1, steps, 1)
 sortie  ([ME]                                                           , grid, 1, levels, 1, steps, 1)



physics_input_table

The ‘physics_input_table’ contains a list of all your physics input fields. This contains geophysical fields (GEOP), fields to be read from the initial condition file (ANAL), fields read from the climatological file specified in ‘GEM_climato‘ (CLIM) as well as fields from the analyzed climatological file, ‘GEM_anclima’, like for ‘TM’ and ‘LG’ (INREP).

There is one row per field to be read with the following parameters:

    in : name of field to be read
    freq : frequency at which field will be read. 0: initial time step; 1: whenever it is found; 2: ?????????
    seach : shortcut of file to look for field. A list of files can be given.
    Interp : horizontal interpolation type. Options: linear, near, cubic
    timeint: linear, step, any, near

Examples:

    in=VF;   freq=0;   search=GEOP;       interp=near;   levels= 1,26;
    in=SD;   freq=0;   search=ANAL;       interp=near;   levels= 1,7;
    in=TM;   freq=0,1; search=ANAL,INREP; interp=linear; timeint=near
    in=LG;   freq=0,1; search=ANAL,INREP; interp=near;   timeint=near



Author: Katja Winger
Last update: September 2020