/[MITgcm]/MITgcm/verification/tutorial_tracer_adjsens/code_oad/findAndDiff.bash
ViewVC logotype

Contents of /MITgcm/verification/tutorial_tracer_adjsens/code_oad/findAndDiff.bash

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


Revision 1.1 - (show annotations) (download)
Thu Mar 21 18:44:33 2013 UTC (11 years, 2 months ago) by jahn
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, checkpoint64g, checkpoint64f
add setup for OpenAD

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