# 17 September 2011
# This file is executable.  But you should also experiment with individual instructions. 
# remove old files to start fresh:
./Cleanit
echo "please wait a few seconds"
#compile ezan:
./compileit
#either enter responses to queries (or use file of responses) to run ezan,
#then wait until 20.0 appears in first column, that means 20 time units have elapsed.
./ezan < responses
# now plot some results:
./plothist.py noslip
./plothist.py --y1 -10 --y2 5 noslip
./plothist.py -o timehist.png --y1 -10 --y2 5 noslip
eog timehist.png
./mpeza.py noslip/eza017000.dat 
./mpeza.py noslip/eza017000.dat -c -e
./mpeza.py noslip/eza017000.dat -v 'viscu bdf' -d '.0001 .1' -x 1 -y 1 -g 
./mpeza.py noslip/eza017000.dat -o rzplane.png 
eog rzplane.png
./mpeza.py --help
# restart to make more output files during time of intense vortex:
rm -rf intense
mkdir intense
head -100 noslip/eza.hist > intense/eza.hist 
cp noslip/eza017000.dat intense/.
cp noslip/eza.input intense/.
./ezan < restart
./plothist.py --y1 -10 --y2 5 intense 
./mpeza.py intense/eza017400.dat -o mostintense.png 
eog mostintense.png
