/[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.141 by jmc, Wed Jun 23 18:46:43 2010 UTC revision 1.142 by jmc, Thu Oct 7 20:59:39 2010 UTC
# Line 1015  else Line 1015  else
1015      EXECUTABLE="mitgcmuv"      EXECUTABLE="mitgcmuv"
1016  fi  fi
1017    
1018    xx=`echo $TESTDIRS | awk '{print $1}'`
1019  if test "x$TESTDIRS" = x ; then  if test "x$TESTDIRS" = x ; then
1020      LIST=`scandirs results/$ref_outp`      LIST=`scandirs results/$ref_outp`
1021    elif test $xx = 'start_from' ; then
1022        xx=`echo $TESTDIRS | awk '{print $2}'`
1023        LIST=`scandirs results/$ref_outp | sed -n "/$xx/,$ p"`
1024  else  else
1025      #- expand group of experiments:      #- expand group of experiments:
1026      LIST=" "      LIST=" "

Legend:
Removed from v.1.141  
changed lines
  Added in v.1.142

  ViewVC Help
Powered by ViewVC 1.1.22