/[MITgcm]/mitgcm.org/scripts/check_outp
ViewVC logotype

Diff of /mitgcm.org/scripts/check_outp

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

revision 1.57 by jmc, Tue May 30 04:39:17 2023 UTC revision 1.59 by jmc, Wed Feb 7 20:18:24 2024 UTC
# Line 114  make_resdir_list() Line 114  make_resdir_list()
114              MTH=0              MTH=0
115              UR4=0              UR4=0
116              if test -r $dir/summary.txt ; then              if test -r $dir/summary.txt ; then
117                  TAPENAD=`grep -c ' Tapenade$' $dir/summary.txt`                  TAPENAD=`grep -c ' generated by Tapenade' $dir/summary.txt`
118                  ADJOINT=`grep -c -i '^ADJOINT' $dir/summary.txt`                  ADJOINT=`grep -c -i '^ADJOINT' $dir/summary.txt`
119                  TANGLIN=`grep -c -i '^TANGLIN' $dir/summary.txt`                  TANGLIN=`grep -c -i '^TANGLIN' $dir/summary.txt`
120                  if test "x$ADJOINT" = x1 ; then                  if test "x$ADJOINT" = x1 ; then
# Line 548  for pname in $MACHINES ; do Line 548  for pname in $MACHINES ; do
548                  rm -f tmploc                  rm -f tmploc
549                  #-- count Nb of different lines                  #-- count Nb of different lines
550                  ndf=`wc -l $TMP.dif | awk '{print $1}'`                  ndf=`wc -l $TMP.dif | awk '{print $1}'`
551                    nn=`grep -c ' generated by TAF Version ' $TMP.dif`
552                    ndf=`expr $ndf - $nn`
553                  ndf=`expr $ndf / 2`                  ndf=`expr $ndf / 2`
554                  nn=`grep -c '^---' $TMP.dif`                  nn=`grep -c '^---' $TMP.dif`
555                  ndf=`expr $ndf - $nn`                  ndf=`expr $ndf - $nn`

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.59

  ViewVC Help
Powered by ViewVC 1.1.22