| 10 | 
 { | 
 { | 
| 11 | 
     echo | 
     echo | 
| 12 | 
     echo "Usage:  $0 [OPTIONS]" | 
     echo "Usage:  $0 [OPTIONS]" | 
| 13 | 
     echo  | 
     echo | 
| 14 | 
     echo "where possible OPTIONS are:" | 
     echo "where possible OPTIONS are:" | 
| 15 | 
     echo "  (-help|-h)           print usage" | 
     echo "  (-help|-h)           print usage" | 
| 16 | 
     echo "  (-date |-d )PERIOD   run for PERIOD=\"YYYY_MM\"" | 
     echo "  (-date |-d )PERIOD   run for PERIOD=\"YYYY_MM\"" | 
| 17 | 
     echo "                         [def=\"$PERIOD\"]" | 
     echo "                         [def=\"$PERIOD\"]" | 
| 18 | 
     echo  | 
     echo | 
| 19 | 
     exit 1 | 
     exit 1 | 
| 20 | 
 } | 
 } | 
| 21 | 
  | 
  | 
| 22 | 
  | 
 export LC_ALL="en_US.UTF-8" | 
| 23 | 
 CURR_PER=`date +%Y`"_"`date +%m` | 
 CURR_PER=`date +%Y`"_"`date +%m` | 
| 24 | 
 # defaults | 
 # defaults | 
| 25 | 
 PERIOD=$CURR_PER | 
 PERIOD=$CURR_PER | 
| 38 | 
     ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` | 
     ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` | 
| 39 | 
  | 
  | 
| 40 | 
     case $ac_option in | 
     case $ac_option in | 
| 41 | 
          | 
  | 
| 42 | 
         -help | --help | -h | --h) | 
         -help | --help | -h | --h) | 
| 43 | 
             usage ;; | 
             usage ;; | 
 | 
          | 
  | 
 | 
         -date | --date | -d | --d) | 
  | 
 | 
             ac_prev=PERIOD ;; | 
  | 
 | 
         --date=* | -date=*) | 
  | 
 | 
             PERIOD=$ac_optarg ;; | 
  | 
| 44 | 
  | 
  | 
| 45 | 
         *) | 
         -date | --date | -d | --d) | 
| 46 | 
  | 
             ac_prev=PERIOD ;; | 
| 47 | 
  | 
         --date=* | -date=*) | 
| 48 | 
  | 
             PERIOD=$ac_optarg ;; | 
| 49 | 
  | 
  | 
| 50 | 
  | 
         *) | 
| 51 | 
             echo "Error: don't understand argument \"$ac_option\"" | 
             echo "Error: don't understand argument \"$ac_option\"" | 
| 52 | 
             usage | 
             usage | 
| 53 | 
             ;; | 
             ;; | 
| 54 | 
  | 
  | 
| 55 | 
      esac | 
      esac | 
| 56 | 
  | 
  | 
| 67 | 
 #  Create the links in $OUTFILE : | 
 #  Create the links in $OUTFILE : | 
| 68 | 
 echo "Creating the \"latest\" file for each machine: " | 
 echo "Creating the \"latest\" file for each machine: " | 
| 69 | 
 the_date=`date` | 
 the_date=`date` | 
 | 
 cat > $OUTFILE << EOF | 
  | 
 | 
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | 
  | 
 | 
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | 
  | 
 | 
  | 
  | 
 | 
 <html xmlns="http://www.w3.org/1999/xhtml"> | 
  | 
 | 
   <head> | 
  | 
 | 
     <title>MITgcm testing summary</title> | 
  | 
 | 
     <meta name="author" content="Ed Hill" /> | 
  | 
 | 
  | 
  | 
 | 
     <!-- <base href="http://mitgcm.org/testing/summary/" /> --> | 
  | 
 | 
  | 
  | 
 | 
     <!-- Hinting for menu generation --> | 
  | 
 | 
     <meta name="add_name_0" content="Testing" /> | 
  | 
 | 
     <meta name="add_name_1" content="" /> | 
  | 
 | 
     <meta name="add_name_2" content="" /> | 
  | 
 | 
     <meta name="add_title" content="Testing" /> | 
  | 
 | 
     <!-- Hinting for menu generation --> | 
  | 
 | 
  | 
  | 
 | 
   </head> | 
  | 
 | 
   <body> | 
  | 
 | 
     <p>The MITgcm model is tested | 
  | 
 | 
       (compiled and run) in an automated fashion on a varirety of | 
  | 
 | 
       different machines.  The following is a summary of the MITgcm | 
  | 
 | 
       verification suite for the time period: <b>$PERIOD</b>.</p> | 
  | 
 | 
  | 
  | 
 | 
     <p>The machine naming scheme is:<br /></p> | 
  | 
 | 
     <table align="center" cellpadding="0" border="0"> | 
  | 
 | 
       <tr bgcolor="#00cccc"> <td><b>Machine Type</b></td> <td><b>Nickname</b></td> | 
  | 
 | 
         <td><b>Notes</b></td> </tr> | 
  | 
 | 
  | 
  | 
 | 
       <tr bgcolor="#bbddff"> | 
  | 
 | 
         <td>Intel P4</td> <td>"faulks"</td> <td>Fedora Core 6 </td> </tr> | 
  | 
 | 
       <tr bgcolor="#bbffdd"> | 
  | 
 | 
         <td> Intel P4 </td> <td>"meander"</td> <td>Ubuntu 8.10 </td> </tr> | 
  | 
 | 
       <tr bgcolor="#bbddff"> | 
  | 
 | 
         <td> Intel P4 </td> <td>"lagoon"</td> <td>Fedora 8 </td> </tr> | 
  | 
 | 
       <tr bgcolor="#bbffdd"> | 
  | 
 | 
         <td> Intel Celeron (P4) </td> <td>"mdvia32"</td> <td>Mandriva 2009.1 </td> </tr> | 
  | 
 | 
       <tr bgcolor="#bbddff"> | 
  | 
 | 
         <td> Intel Celeron (P4) </td> <td>"jauntyia32"</td> <td>Ubuntu 9.04 </td> </tr> | 
  | 
 | 
       <tr bgcolor="#bbffdd"> | 
  | 
 | 
         <td> Opteron Barcelona </td> <td>"harbor"</td> <td>Ubuntu 8.04 LTS (x86_64)</td> </tr> | 
  | 
 | 
       <tr bgcolor="#bbddff"> | 
  | 
 | 
         <td> Intel Xeon (Woodcrest) </td> <td>"dickens"</td> <td>Fedora 10 (x86_64)</td> </tr> | 
  | 
 | 
       <tr bgcolor="#bbffdd"> | 
  | 
 | 
         <td> Intel Core 2 duo </td> <td>"danton"</td> <td>Fedora 11 (x86_64)</td> </tr> | 
  | 
 | 
  | 
  | 
 | 
       <tr bgcolor="#bbddff"> | 
  | 
 | 
         <td> <a href="http://acesgrid.org">ACESgrid Dell Xeon</a> </td> | 
  | 
 | 
         <td>"aces"</td><td>Fedora Core 2</td> </tr> | 
  | 
 | 
  | 
  | 
 | 
       <tr bgcolor="#bbffdd"> | 
  | 
 | 
         <td><a href="http://www.darwinproject.mit.edu/wiki/">Intel Xeon (Woodcrest) cluster</a> | 
  | 
 | 
         </td> <td>"beagle"</td><td>Rocks 5.2 (x86_64)</td> </tr> | 
  | 
 | 
  | 
  | 
 | 
       <!-- | 
  | 
 | 
       <tr bgcolor="#bbffdd"> | 
  | 
 | 
         <td> Intel P3/P4 Beowulf </td> <td>"myrinet"</td> | 
  | 
 | 
         <td><a href="http://mitgcm.org/projects/MITGCM_CLUSTER/">MITgcm cluster | 
  | 
 | 
         facility </a></td> </tr> | 
  | 
 | 
       <tr bgcolor="#bbddff"> | 
  | 
 | 
         <td>Alpha cluster</td> <td>"halem"</td> | 
  | 
 | 
         <td><a href="http://nccstag.gsfc.nasa.gov/halem/quickstart_halem.html"> | 
  | 
 | 
         NASA NCCS Halem</a></td> </tr> | 
  | 
 | 
       <tr bgcolor="#bbffdd"> | 
  | 
 | 
         <td> SGI Origin 2000 </td> <td>"hopper"</td> | 
  | 
 | 
         <td><a href="http://www.nas.nasa.gov/User/Systemsdocs/O2K/o2k.html"> | 
  | 
 | 
         NAS SGI Origin 2000 </a></td> </tr> | 
  | 
 | 
       <tr bgcolor="#bbddff"> | 
  | 
 | 
         <td> SGI Origin 3000</td><td>"lomax"/"turing"</td> | 
  | 
 | 
         <td><a href="http://www.nas.nasa.gov/User/Systemsdocs/O3K/o3k.html"> | 
  | 
 | 
         NAS SGI Origin 3000 </a></td> </tr> | 
  | 
 | 
       --> | 
  | 
 | 
  | 
  | 
 | 
       <tr bgcolor="#bbddff"> | 
  | 
 | 
         <td> SGI Altix Cluster </td> <td>"columbia"</td> | 
  | 
 | 
         <td><a href="http://www.nas.nasa.gov/Resources/Systems/columbia.html"> | 
  | 
 | 
         NAS Columbia </a></td> </tr> | 
  | 
 | 
  | 
  | 
 | 
       <tr bgcolor="#bbffdd"> | 
  | 
 | 
         <td> IBM POWER4 SP </td> <td>"edvir"</td> <td> AIX 5.2 </td> </tr> | 
  | 
 | 
       <tr bgcolor="#bbddff"> | 
  | 
 | 
         <td> IBM POWER5+ SP </td> <td>"blueice"</td> | 
  | 
 | 
         <td><a href="http://www.scd.ucar.edu/computers/blueice/">NCAR Blueice | 
  | 
 | 
         </a></td> </tr> | 
  | 
 | 
  | 
  | 
 | 
       <tr bgcolor="#bbffdd"> | 
  | 
 | 
         <td> AMD Opteron </td> <td>"starp"</td> <td>SuSE SLES 10 (AMD64)</td> </tr> | 
  | 
 | 
  | 
  | 
 | 
       <tr bgcolor="#bbddff"> | 
  | 
 | 
         <td> AMD Opteron </td> <td>"solasrv"</td> <td>Solaris 10</td> </tr> | 
  | 
 | 
       <tr bgcolor="#bbffdd"> | 
  | 
 | 
         <td> Sun UltraSparc IV </td> <td>"rays"</td> <td>Solaris 10</td> </tr> | 
  | 
 | 
       <!-- | 
  | 
 | 
         <td> Sun UltraSparc IV </td> <td>"solssrv"</td> <td>Solaris 10</td> </tr> | 
  | 
 | 
         <td> Sun UltraSparc IV </td> <td>"model"</td> <td>Solaris 9</td> </tr> | 
  | 
 | 
       --> | 
  | 
 | 
       <tr bgcolor="#bbddff"> | 
  | 
 | 
         <td> NEC SX-8 </td> <td>"sx8"</td> <td>Super-UX </td> </tr> | 
  | 
 | 
       <tr bgcolor="#bbffdd"> | 
  | 
 | 
         <td> Cray XD1 (AMD Opteron) </td> <td>"xd1"</td> | 
  | 
 | 
         <td>Cray HPC enhanced Linux 2.6.5 </td> </tr> | 
  | 
 | 
       <tr bgcolor="#bbddff"> | 
  | 
 | 
         <td> PowerPC970MP cluster </td> <td>"bigred"</td> | 
  | 
 | 
         <td>SuSE SLES 9 (PPC) </td> </tr> | 
  | 
 | 
  | 
  | 
 | 
       <!-- | 
  | 
 | 
       <tr bgcolor="#bbffdd"> | 
  | 
 | 
         <td><a href="http://www.testdrive.hp.com/current.shtml"> HP test-drive </a> | 
  | 
 | 
         (Pentium III) </td> <td>"td152"</td> <td> FreeBSD 6.2 </td> </tr> | 
  | 
 | 
       <tr bgcolor="#bbddff"> | 
  | 
 | 
         <td><a href="http://www.testdrive.hp.com/current.shtml"> HP test-drive </a> | 
  | 
 | 
         (Itanium II) </td> <td>"td187"</td> <td>SuSE SLES 10 </td> </tr> | 
  | 
 | 
       <tr bgcolor="#bbffdd"> | 
  | 
 | 
         <td><a href="http://www.testdrive.hp.com/current.shtml"> HP test-drive </a> | 
  | 
 | 
         (PA-RISC 8900) </td> <td>"td191"</td> <td> HP-UX 11i 11.11 </td> </tr> | 
  | 
 | 
       <tr bgcolor="#bbddff"> | 
  | 
 | 
         <td><a href="http://www.testdrive.hp.com/current.shtml"> HP test-drive </a> | 
  | 
 | 
         (Itanium II) </td> <td>"td194"</td> <td> HP-UX 11i v3 </td> </tr> | 
  | 
 | 
       <tr bgcolor="#bbffdd"> | 
  | 
 | 
       --> | 
  | 
 | 
  | 
  | 
 | 
       <!-- | 
  | 
 | 
       <tr bgcolor="#bbddff"> <td>  </td> <td>""</td> | 
  | 
 | 
         <td></td> </tr> | 
  | 
 | 
       --> | 
  | 
 | 
  | 
  | 
 | 
     </table> | 
  | 
| 70 | 
  | 
  | 
| 71 | 
     <p><br /> | 
 sed "s/_PERIOD/$PERIOD/" summary_head > $OUTFILE | 
| 72 | 
       The complete output for the verification runs can be found in | 
 cat <<EOF >>$OUTFILE | 
 | 
       <a href="http://mitgcm.org/testing/summary/">the summary pages</a> | 
  | 
 | 
       and the <a href="http://mitgcm.org/testing/results/">testing archives</a>. | 
  | 
 | 
       The latest reports are:</p> | 
  | 
| 73 | 
     <table align="center" cellpadding="0" cellspacing="0" border="0" width="95%"> | 
     <table align="center" cellpadding="0" cellspacing="0" border="0" width="95%"> | 
| 74 | 
 <tr bgcolor="#00cccc"> | 
 <tr bgcolor="#00cccc"> | 
| 75 | 
   <td height="0"> <b>Nickname</b> </td> | 
   <td height="0"> <b>Nickname</b> </td> | 
| 85 | 
 color="#bbffdd" | 
 color="#bbffdd" | 
| 86 | 
 ncolor="#bbddff" | 
 ncolor="#bbddff" | 
| 87 | 
  | 
  | 
| 88 | 
 MACHINES="faulks meander lagoon harbor dickens danton aces" | 
 MACHINES="faulks meander aces- acesgrid baudelaire dickens danton beagle harbor" | 
| 89 | 
 MACHINES="$MACHINES beagle columbia edvir rays solssrv solasrv sx8 xd1" | 
 MACHINES="$MACHINES pleiades iblade rays solasrv sx8" | 
| 90 | 
 MACHINES="$MACHINES bigred starp" | 
 MACHINES="$MACHINES trane dodongo dokdo stomp bigred" | 
| 91 | 
  | 
  | 
| 92 | 
 ( 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 | 
| 93 | 
  | 
  | 
| 95 | 
 for madd in $MALL ; do | 
 for madd in $MALL ; do | 
| 96 | 
     present=0 | 
     present=0 | 
| 97 | 
     for m in $MACHINES ; do | 
     for m in $MACHINES ; do | 
| 98 | 
         echo $madd | grep $m > /dev/null 2>&1 | 
         echo $madd | grep $m > /dev/null 2>&1 | 
| 99 | 
         RETVAL=$? | 
         RETVAL=$? | 
| 100 | 
         test $RETVAL = 0  &&  present=1 | 
         test $RETVAL = 0  &&  present=1 | 
| 101 | 
         continue | 
         continue | 
| 102 | 
     done | 
     done | 
| 103 | 
     test $present = 0  &&  MACHINES="$MACHINES $madd" | 
     test $present = 0  &&  MACHINES="$MACHINES $madd" | 
| 104 | 
 done | 
 done | 
| 105 | 
 #MACHINES="faulks" | 
 #MACHINES="baudelaire" | 
| 106 | 
  | 
  | 
| 107 | 
 for mname in $MACHINES ; do | 
 for mname in $MACHINES ; do | 
| 108 | 
  | 
  | 
| 109 | 
     echo "  $mname" | 
     echo "  $mname" | 
| 110 | 
  | 
     sname=`echo $mname | sed 's/-$//'` | 
| 111 | 
  | 
  | 
| 112 | 
     dir_list=`grep $mname ./dir_all` | 
     dir_list=`grep $mname ./dir_all` | 
| 113 | 
     echo -n "" > ./mlist | 
     echo -n "" > ./mlist | 
| 137 | 
         fi | 
         fi | 
| 138 | 
  | 
  | 
| 139 | 
         ADJOINT= | 
         ADJOINT= | 
| 140 | 
  | 
         TANGLIN= | 
| 141 | 
         RESTART=0 | 
         RESTART=0 | 
| 142 | 
         NOI3E=0 | 
         FAST=0 | 
| 143 | 
  | 
         DVLP=0 | 
| 144 | 
  | 
         MPI=0 | 
| 145 | 
         MTH=0 | 
         MTH=0 | 
| 146 | 
  | 
         UR4=0 | 
| 147 | 
         if test -r $dir/summary.txt ; then | 
         if test -r $dir/summary.txt ; then | 
| 148 | 
             comm=`grep 'ADJOINT=true' $dir/summary.txt 2>/dev/null` | 
             comm=`grep 'ADJOINT=true' $dir/summary.txt 2>/dev/null` | 
| 149 | 
             eval $comm | 
             eval $comm | 
| 150 | 
  | 
             comm=`grep 'TANGLIN=true' $dir/summary.txt 2>/dev/null` | 
| 151 | 
  | 
             eval $comm | 
| 152 | 
             RESTART=`grep -c 'test 2+2=4 summary' $dir/summary.txt` | 
             RESTART=`grep -c 'test 2+2=4 summary' $dir/summary.txt` | 
| 153 | 
             NOI3E=`grep -c "^run: .*testreport.* '*-noieee'*" $dir/summary.txt` | 
             FAST=`grep -c "^run: .*testreport.* '*-fast'*" $dir/summary.txt` | 
| 154 | 
  | 
             if test "x$FAST" = x0 ; then | 
| 155 | 
  | 
               FAST=`grep -c "^run: .*testreport.* '*-noieee'*" $dir/summary.txt` | 
| 156 | 
  | 
             fi | 
| 157 | 
  | 
             DVLP=`grep -c "^run: .*testreport.* '*-devel'*" $dir/summary.txt` | 
| 158 | 
  | 
             MPI=`grep -c "^run: .*testreport.* -mpi " $dir/summary.txt` | 
| 159 | 
  | 
             if test "x$MPI" = x0 ; then | 
| 160 | 
  | 
                MPI=`grep -c "^run: .*testreport.* -MPI " $dir/summary.txt` | 
| 161 | 
  | 
             fi | 
| 162 | 
             MTH=`grep -c "^run: .*testreport.* -mth " $dir/summary.txt` | 
             MTH=`grep -c "^run: .*testreport.* -mth " $dir/summary.txt` | 
| 163 | 
  | 
             UR4=`grep -c "^run: .*testreport.* -use_r4 " $dir/summary.txt` | 
| 164 | 
  | 
             if test "x$UR4" = x0 ; then | 
| 165 | 
  | 
                UR4=`grep -c "^run: .*testreport.* -ur4 " $dir/summary.txt` | 
| 166 | 
  | 
             fi | 
| 167 | 
         fi | 
         fi | 
| 168 | 
         if test "x$RESTART" = x0 ; then | 
         if test "x$ADJOINT" = xtrue ; then | 
| 169 | 
             kind="forward" | 
             kind="adjoint" ; order='000' | 
| 170 | 
             test "x$ADJOINT" = xtrue  &&  kind="adjoint" | 
         elif test "x$TANGLIN" = xtrue ; then | 
| 171 | 
  | 
             kind="tanglin" ; order='001' | 
| 172 | 
  | 
         elif test "x$RESTART" = x0 ; then | 
| 173 | 
  | 
             kind="forward" ; order='002' | 
| 174 | 
         else | 
         else | 
| 175 | 
             kind="restart" | 
             kind="restart" ; order='003' | 
| 176 | 
  | 
         fi | 
| 177 | 
  | 
         if test "x$UR4" = x1 ; then | 
| 178 | 
  | 
             OPTFILE="${OPTFILE}.use_r4" | 
| 179 | 
  | 
         fi | 
| 180 | 
  | 
         if test "x$MPI" = x1 ; then | 
| 181 | 
  | 
             yy=`echo $OPTFILE | grep -c '+mpi'` | 
| 182 | 
  | 
             if test $yy = 0 ; then OPTFILE="${OPTFILE}+mpi" ; fi | 
| 183 | 
         fi | 
         fi | 
| 184 | 
         if test "x$MTH" = x1 ; then | 
         if test "x$MTH" = x1 ; then | 
| 185 | 
             yy=`echo $OPTFILE | grep -c '+mth$'` | 
             yy=`echo $OPTFILE | grep -c '+mth$'` | 
| 186 | 
             if test $yy = 0 ; then OPTFILE="${OPTFILE}+mth" ; fi | 
             if test $yy = 0 ; then OPTFILE="${OPTFILE}+mth" ; fi | 
| 187 | 
         fi | 
         fi | 
| 188 | 
         if test "x$NOI3E" = x1 ; then | 
         if test "x$FAST" = x1 ; then | 
| 189 | 
             OPTFILE="${OPTFILE}.noieee" | 
             OPTFILE="${OPTFILE}.fast" | 
| 190 | 
  | 
         fi | 
| 191 | 
  | 
         if test "x$DVLP" = x1 ; then | 
| 192 | 
  | 
             OPTFILE="${OPTFILE}.dvlp" | 
| 193 | 
         fi | 
         fi | 
| 194 | 
  | 
  | 
| 195 | 
         t_pass="--" | 
         t_pass="--" | 
| 207 | 
         for tok in $tokens ; do | 
         for tok in $tokens ; do | 
| 208 | 
             echo $tok >> ./ms_tmp | 
             echo $tok >> ./ms_tmp | 
| 209 | 
         done | 
         done | 
| 210 | 
         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")'` | 
| 211 | 
         rm -f ./ms_tmp | 
         rm -f ./ms_tmp | 
| 212 | 
  | 
  | 
| 213 | 
         echo "$OPTFILE$kind $DAY $OPTFILE $kind $i $t_pass:$t_tot" >> ./mlist | 
         echo "$OPTFILE$order $DAY $OPTFILE $kind $i $t_pass:$t_tot" >> ./mlist | 
| 214 | 
  | 
  | 
| 215 | 
     done | 
     done | 
| 216 | 
  | 
  | 
| 222 | 
     if test $num -gt 0 ; then | 
     if test $num -gt 0 ; then | 
| 223 | 
  | 
  | 
| 224 | 
         # swap colors | 
         # swap colors | 
| 225 | 
         ctmp=$color | 
         ctmp=$color | 
| 226 | 
         color=$ncolor | 
         color=$ncolor | 
| 227 | 
         ncolor=$ctmp | 
         ncolor=$ctmp | 
| 228 | 
  | 
  | 
| 229 | 
         keys=`cat ./mlist | cut -d " " -f 1 | sort | uniq` | 
         keys=`cat ./mlist | cut -d " " -f 1 | sort | uniq` | 
| 230 | 
  | 
  | 
| 238 | 
             URL="results/$PERIOD/$ldir" | 
             URL="results/$PERIOD/$ldir" | 
| 239 | 
             cat <<EOF >>$OUTFILE | 
             cat <<EOF >>$OUTFILE | 
| 240 | 
 <tr bgcolor="$color"> | 
 <tr bgcolor="$color"> | 
| 241 | 
   <td height="0"> $mname </td> | 
   <td height="0"> $sname </td> | 
| 242 | 
   <td> $optf </td> | 
   <td> $optf </td> | 
| 243 | 
   <td> $kind </td> | 
   <td> $kind </td> | 
| 244 | 
   <td> <a href="$res_url$URL">$DAY</a> </td> | 
   <td> <a href="$res_url$URL">$DAY</a> </td> | 
| 259 | 
     </table> | 
     </table> | 
| 260 | 
  | 
  | 
| 261 | 
 <p>Examples of the scripts used for these testing runs can be obtained from: <a | 
 <p>Examples of the scripts used for these testing runs can be obtained from: <a | 
| 262 | 
 href="http://mitgcm.org/cgi-bin/viewcvs.cgi/MITgcm/tools/example_scripts/"> | 
 href="http://mitgcm.org/viewvc/MITgcm/MITgcm/tools/example_scripts/"> | 
| 263 | 
 MITgcm/tools/example_scripts</a>.</p> | 
 MITgcm/tools/example_scripts</a>.</p> | 
| 264 | 
  | 
  | 
| 265 | 
  | 
  |