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

Annotation of /MITgcm_contrib/heimbach/OpenAD/code_heat_transport/findAndDiff.bash

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


Revision 1.2 - (hide annotations) (download)
Thu May 10 14:50:19 2007 UTC (18 years, 2 months ago) by heimbach
Branch: MAIN
Changes since 1.1: +2 -1 lines
Modify writeBinaryPrec for OpenAD gradient I/O

1 utke 1.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 heimbach 1.2 # kdiff3 $i $1
8     diff $i $1
9 utke 1.1 fi
10     done

  ViewVC Help
Powered by ViewVC 1.1.22