#!/bin/csh
# Location of cyclone programs
setenv CYCBIN /home/zakieh/Desktop/test/Fall/CTS/cts.dir/software.dir/cyc.dir/cycbin
alias cyclocx $CYCBIN/cyclocx.hr
alias trackx $CYCBIN/trackx.hr
alias trackmnx $CYCBIN/trackmnx.hr
alias tstatx $CYCBIN/tstatx.hr
@ ys =1
@ ye = 114
#
@ y = ($ys)
while ($y <= $ye)
trackx -FO -i intrack.Era -c cycdat_${y} >& outtr.${y}.Era && cat thist?.1 >! trkdat.Era_${y} && \rm -f thist*
#trackx -FO -i intrack.Era -c cycdat_7901 >& outtr.9701.Era && cat thist?.1 >! trkdat.9701.Era && \rm -f thist*
#@ sum(${y})=sum(${y}-1)+trkdat.Era_${y}
@ y ++
end
exit