# configuration file for the ece2evt translator # adjust to your needs # experiment name # expname is given as 1st argument to ece2-evtmaster, no need to set it here # reference date refdate="1850-1-1" # years to process start_yyyy=1995 end_yyyy=1999 # where to find the raw model output resdir=/nobackup/rossby15/sm_wyser/run/$expname/output # temporary directory (local disc if possible) tmpdir_root=${SNIC_TMP:-./tmp} # where to put the final results outdir=/nobackup/rossby17/sm_wyser/ece2esmvaltool/CMIP5 mkdir -p $outdir # parameter tables needed to translate variable names to # CMIP5 compatible names ifs_par=ifs.par nemo_par=nemo.par # number of processors for processing IFS and NEMO # set nprocs_xxx=0 if you don't want this component to be processed nprocs_ifs=8 nprocs_nemo=4