/[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.2 by jmc, Fri Aug 29 18:12:15 2008 UTC revision 1.3 by jmc, Tue Sep 9 18:09:37 2008 UTC
# Line 166  echo "     name     checked   comp    Di Line 166  echo "     name     checked   comp    Di
166    
167  if test "x$MACHINES" = "x_All_" ; then  if test "x$MACHINES" = "x_All_" ; then
168    MACHINES="faulks aces eddy bay meander lagoon hugo"    MACHINES="faulks aces eddy bay meander lagoon hugo"
169    MACHINES="$MACHINES columbia edvir rays sx8 xd1"    MACHINES="$MACHINES columbia edvir rays solasrv sx8 xd1"
170    MACHINES="$MACHINES beagle batsi starp"    MACHINES="$MACHINES beagle batsi starp"
171    
172    MALL=`cat ./dir_all | sed -e 's|_| |g' | awk '{print $2}' | sort | uniq`    MALL=`cat ./dir_all | sed -e 's|_| |g' | awk '{print $2}' | sort | uniq`
# Line 198  for mname in $MACHINES ; do Line 198  for mname in $MACHINES ; do
198        if test $n == 2 ; then        if test $n == 2 ; then
199          num2=`expr $num1 \* $n`          num2=`expr $num1 \* $n`
200          if [ $num0 -lt $num2 ] ; then          if [ $num0 -lt $num2 ] ; then
201            dir_list=`( cd $INDIR ; ls -1 -t ../$PREV_P/*${mname}*/summary.txt | sed 's/\/summary.txt//' )`            dir_list=`( cd $INDIR ; ls -1 -t ../$PREV_P/*${mname}*/summary.txt 2> /dev/null | sed 's/\/summary.txt//' )`
202            #echo "dir_list='$dir_list'"            #echo "dir_list='$dir_list'"
203          fi          fi
204        else        else

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22