set -x
rm answers subele
crun
drun 1 36
trun 120 1
for i in 0 30 60 90 120
do
	for j in 0 4 8 12 16 20 24 28 32 36
	do
		xrun $i $j
	done
done
tplot answers >graph
echo "process complete"
