#!/bin/csh -f
# 
# use:  cleandata <directory>

rm -f  $1/*.bin 
rm -f  $1/run.log
rm -f  $1/restart.nml
rm -f  $1/runsqg
rm -f  $1/*~


	



