Skip to content
Snippets Groups Projects
Commit 7d97f72a authored by lkugler's avatar lkugler
Browse files

fix

parent b5a17084
No related branches found
No related tags found
Loading
...@@ -13,7 +13,7 @@ MAINDIR=<cluster.wrf_rundir_base> ...@@ -13,7 +13,7 @@ MAINDIR=<cluster.wrf_rundir_base>
pinning=(0-11 12-23 24-35 36-47) pinning=(0-11 12-23 24-35 36-47)
mytasks=4 mytasks=4
for i in `seq 1 $mytasks` for n in `seq 1 $mytasks`
do do
IENS="$(((($SLURM_ARRAY_TASK_ID - 1)* 4) + $n))" # ensemble number (5,6,7,8 for job array element 2) IENS="$(((($SLURM_ARRAY_TASK_ID - 1)* 4) + $n))" # ensemble number (5,6,7,8 for job array element 2)
RUNDIR=$MAINDIR/$EXPNAME/$IENS RUNDIR=$MAINDIR/$EXPNAME/$IENS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment