/[MITgcm]/MITgcm/verification/testreport
ViewVC logotype

Diff of /MITgcm/verification/testreport

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

revision 1.156 by jmc, Thu Jan 20 21:55:52 2011 UTC revision 1.157 by jmc, Thu Jan 27 04:51:03 2011 UTC
# Line 1437  for dir in $TESTDIRS ; do Line 1437  for dir in $TESTDIRS ; do
1437          echo "tdir='$dir'" >> $locDIR"/summary.txt"          echo "tdir='$dir'" >> $locDIR"/summary.txt"
1438          if test "x$ADM" = xt ; then          if test "x$ADM" = xt ; then
1439              head -1 $dir/$builddir/taf_ad.log >> $locDIR"/summary.txt"              head -1 $dir/$builddir/taf_ad.log >> $locDIR"/summary.txt"
1440                nerr=`grep -c 'TAF *.* ERROR ' $dir/$builddir/taf_ad.log`
1441                nwar=`grep -c 'TAF RECOMPUTATION *.* WARNING ' $dir/$builddir/taf_ad.log`
1442                echo " TAF reports $nerr Errors and $nwar Recomputation Warnings" \
1443                                    >> $locDIR"/summary.txt"
1444              grep -A3 'Seconds in section "ALL' $dir/$rundir/$OUTPUTFILE \              grep -A3 'Seconds in section "ALL' $dir/$rundir/$OUTPUTFILE \
1445                                  >> $locDIR"/summary.txt"                                  >> $locDIR"/summary.txt"
1446          fi          fi
# Line 1463  for dir in $TESTDIRS ; do Line 1467  for dir in $TESTDIRS ; do
1467              echo "fresults='$fres'" | sed 's/ 99/ --/g' >> $locDIR"/summary.txt"              echo "fresults='$fres'" | sed 's/ 99/ --/g' >> $locDIR"/summary.txt"
1468              echo "tdir='$dir.$ex'" >> $locDIR"/summary.txt"              echo "tdir='$dir.$ex'" >> $locDIR"/summary.txt"
1469              if test "x$ADM" = xt ; then              if test "x$ADM" = xt ; then
                 head -1 $dir/$builddir/taf_ad.log >> $locDIR"/summary.txt"  
1470                  grep -A3 'Seconds in section "ALL' $dir/$pfxdir.$ex/$OUTPUTFILE \                  grep -A3 'Seconds in section "ALL' $dir/$pfxdir.$ex/$OUTPUTFILE \
1471                                     >> $locDIR"/summary.txt"                                     >> $locDIR"/summary.txt"
1472              fi              fi

Legend:
Removed from v.1.156  
changed lines
  Added in v.1.157

  ViewVC Help
Powered by ViewVC 1.1.22