conf-example.txt 797 B

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