#!/bin/bash
geom=6
extstim=59 # too short for Jonas kinetics
junction=59
extstim=54
junction=52
extstim=51
junction=43
extstim=15
junction=5
extstim=27
junction=19
for comps in 54,52 51,43 15,5 27,19 #59,59
do
qsub -N vsJ_${geom}_${comps} -l h_rt=24:00:00 -b y x86_64/special -nogui simulation_base.hoc -c "set_arg\($geom,$comps\)" vs-arg_cutoff_Jonas.hoc
done