#!/bin/bash
#SBATCH --mail-type=END,FAIL
#SBATCH --time=12:00:00
#SBATCH --partition=all
#SBATCH --mem-per-cpu=1000
#SBATCH -J HERMES_TRA
#SBATCH -o /mnt/beegfs/user/slmeyer/Promotion/HERMES/model/hermesv3_gr/conf/logs/hermes-%j.out
#SBATCH -e /mnt/beegfs/user/slmeyer/Promotion/HERMES/model/hermesv3_gr/conf/logs/hermes-%j.err
#SBATCH --ntasks=1
#SBATCH --cpus-per-task=1
#SBATCH --tasks-per-node=1
#SBATCH --no-requeue

module purge
module load conda/lamos_2020.1

#mpirun -np 1 hermesv3_gr -c hermes_all.conf
#mpirun -np 1 hermesv3_gr -c Single_Files/TechPaper/tests/hermes_CMIP6_ENE.conf
mpirun -np 1 hermesv3_gr -c Single_Files/TechPaper/new_nmvocs/hermes_CMIP6_AGR.conf
#srun hermesv3_gr -c Single_Files/hermes_LPJ_peatlands.conf
#srun hermesv3_gr -c hermes_all.conf
