/[MITgcm]/mitgcm.org/front_content/make_summary
ViewVC logotype

Diff of /mitgcm.org/front_content/make_summary

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

revision 1.57 by jmc, Mon Oct 5 16:50:09 2009 UTC revision 1.59 by jmc, Fri Jan 1 21:37:59 2010 UTC
# Line 216  color="#bbffdd" Line 216  color="#bbffdd"
216  ncolor="#bbddff"  ncolor="#bbddff"
217    
218  MACHINES="faulks meander lagoon harbor dickens danton aces"  MACHINES="faulks meander lagoon harbor dickens danton aces"
219  MACHINES="$MACHINES beagle columbia edvir rays solssrv solasrv sx8"  MACHINES="$MACHINES beagle columbia pleiades edvir rays solssrv solasrv sx8"
220  MACHINES="$MACHINES bigred starp"  MACHINES="$MACHINES bigred starp"
221    
222  ( cd $INDIR ; ls -1 -t */summary.txt | sed 's/\/summary.txt//' ) > ./dir_all  ( cd $INDIR ; ls -1 -t */summary.txt | sed 's/\/summary.txt//' ) > ./dir_all
# Line 305  for mname in $MACHINES ; do Line 305  for mname in $MACHINES ; do
305          for tok in $tokens ; do          for tok in $tokens ; do
306              echo $tok >> ./ms_tmp              echo $tok >> ./ms_tmp
307          done          done
308          DAY=`cat ./ms_tmp | awk '(length($1)==8 && substr($1,0,3)=="200")'`          DAY=`cat ./ms_tmp | awk '(length($1)==8 && substr($1,0,2)=="20")'`
309          rm -f ./ms_tmp          rm -f ./ms_tmp
310    
311          echo "$OPTFILE$kind $DAY $OPTFILE $kind $i $t_pass:$t_tot" >> ./mlist          echo "$OPTFILE$kind $DAY $OPTFILE $kind $i $t_pass:$t_tot" >> ./mlist

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.59

  ViewVC Help
Powered by ViewVC 1.1.22