/[MITgcm]/MITgcm_contrib/test_scripts/faulks/make_summary
ViewVC logotype

Diff of /MITgcm_contrib/test_scripts/faulks/make_summary

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

revision 1.2 by edhill, Fri Dec 5 15:14:49 2003 UTC revision 1.3 by edhill, Fri Dec 5 20:37:16 2003 UTC
# Line 224  for mname in $MACHINES ; do Line 224  for mname in $MACHINES ; do
224          if test "x$OPTFILE" = x ; then          if test "x$OPTFILE" = x ; then
225              OPTFILE=none              OPTFILE=none
226          fi          fi
227          DAY=`echo $i | sed -e 's|_|\n|g' | awk '(length($1)==8 && substr($1,0,3)=="200")'`          tokens=`echo $i | sed -e 's|_| |g'`
228            echo "" > ./ms_tmp
229            for i in $tokens ; do
230                echo $i >> ./ms_tmp
231            done
232            DAY=`cat ./ms_tmp | awk '(length($1)==8 && substr($1,0,3)=="200")'`
233            rm -f ./ms_tmp
234          echo "$OPTFILE $DAY $i" >> ./mlist          echo "$OPTFILE $DAY $i" >> ./mlist
235    
236      done      done

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

  ViewVC Help
Powered by ViewVC 1.1.22