/[MITgcm]/MITgcm/verification/OpenAD/code_oad_all/findAndDiff.bash
ViewVC logotype

Contents of /MITgcm/verification/OpenAD/code_oad_all/findAndDiff.bash

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


Revision 1.1 - (show annotations) (download)
Thu Jan 29 21:46:50 2009 UTC (15 years, 3 months ago) by utke
Branch: MAIN
CVS Tags: checkpoint62c, checkpoint62b, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64m, checkpoint64l, checkpoint62u, checkpoint62t, checkpoint64a, checkpoint62z, checkpoint64c, checkpoint64b, checkpoint64e, checkpoint64d, checkpoint64g, checkpoint64f, checkpoint61t, checkpoint62x, checkpoint61k, checkpoint61j, checkpoint61x, checkpoint61q, checkpoint61y, checkpoint61u, checkpoint61r, checkpoint61m, checkpoint61i, checkpoint61n, checkpoint61o, checkpoint61l, checkpoint62y, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint61z, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint62s, checkpoint61v, checkpoint62r, checkpoint61p, checkpoint62q, checkpoint64, checkpoint62p, checkpoint62, checkpoint63, checkpoint62w, checkpoint61s, checkpoint61w, checkpoint62v
added files following the new naming convention _oad for OpenAD
verification experiments

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