--- MITgcm/verification/testreport 2004/12/07 22:14:35 1.53 +++ MITgcm/verification/testreport 2004/12/09 15:52:33 1.55 @@ -1,6 +1,6 @@ #! /usr/bin/env bash # -# $Header: /home/ubuntu/mnt/e9_copy/MITgcm/verification/testreport,v 1.53 2004/12/07 22:14:35 edhill Exp $ +# $Header: /home/ubuntu/mnt/e9_copy/MITgcm/verification/testreport,v 1.55 2004/12/09 15:52:33 edhill Exp $ # $Name: $ # @@ -535,7 +535,7 @@ } } else { - if (best == -16 && abave != 0) best = -22; + if (best == -16) best = -22; } } if (lncnt == 999) best=-29; @@ -969,7 +969,7 @@ echo "tdir='$dir'" >> $CDIR"/summary.txt" OLD_COMMAND=$COMMAND - COMMAND="./mitgcmuv > output.txt" + # COMMAND="./mitgcmuv > output.txt" for ex in $extra_runs ; do test -e "$dir/tr_run.$ex" && rm -rf "$dir/tr_run.$ex" mkdir "$dir/tr_run.$ex"