/[MITgcm]/MITgcm_contrib/heimbach/OpenAD/code_ad_1x1_moc/findAndDiff.bash
ViewVC logotype

Contents of /MITgcm_contrib/heimbach/OpenAD/code_ad_1x1_moc/findAndDiff.bash

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Fri Sep 18 16:34:10 2009 UTC (15 years, 10 months ago) by utke
Branch: MAIN
CVS Tags: HEAD
added

1 for i in `find ../../../../MITgcm -name $1 -print | grep -v verification`
2 do
3 echo -n "diff $i ? y/[n] "
4 read answer
5 if [ "$answer" == "y" ]
6 then
7 kdiff3 $i $1
8 fi
9 done

  ViewVC Help
Powered by ViewVC 1.1.22