/[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.188 by jmc, Fri Jul 19 18:49:33 2013 UTC revision 1.189 by jmc, Sat Jul 20 20:32:17 2013 UTC
# Line 547  makemodel() Line 547  makemodel()
547          nwar=`grep -c 'TAF RECOMPUTATION *.* WARNING ' taf_ad.log`          nwar=`grep -c 'TAF RECOMPUTATION *.* WARNING ' taf_ad.log`
548          if test -f taf_output ; then          if test -f taf_output ; then
549              n2er=`grep -c 'TAF *.* ERROR ' taf_output`              n2er=`grep -c 'TAF *.* ERROR ' taf_output`
550              nerr=`expr $nerr + $n2er`              n3er=`grep -c '\*ERROR\* ' taf_output`
551                nerr=`expr $nerr + $n2er + $n3er`
552          fi          fi
553          echo " TAF reports $nerr Errors and $nwar Recomputation Warnings" \          echo " TAF reports $nerr Errors and $nwar Recomputation Warnings" \
554                                  >> $CDIR"/summary.txt"                                  >> $CDIR"/summary.txt"

Legend:
Removed from v.1.188  
changed lines
  Added in v.1.189

  ViewVC Help
Powered by ViewVC 1.1.22