/[MITgcm]/MITgcm/verification/global_ocean.90x40x15/code_oad/findAndDiff.bash
ViewVC logotype

Annotation of /MITgcm/verification/global_ocean.90x40x15/code_oad/findAndDiff.bash

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


Revision 1.1 - (hide annotations) (download)
Wed Apr 3 21:18:00 2013 UTC (11 years, 2 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, checkpoint64g
Add verification for OpenAD.
Is identical to the one in input_ad except that
  multiDimAdvection=.FALSE.,
There is still an issue with this.

1 heimbach 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     kdiff3 $i $1
8     fi
9     done

  ViewVC Help
Powered by ViewVC 1.1.22