| 143 |
# Create the "latest" links |
# Create the "latest" links |
| 144 |
echo "Creating the \"latest\" file for each machine: " |
echo "Creating the \"latest\" file for each machine: " |
| 145 |
LATEST=$OUTDIR"/latest_"$PERIOD".html" |
LATEST=$OUTDIR"/latest_"$PERIOD".html" |
| 146 |
|
the_date=`date` |
| 147 |
cat > $LATEST << EOF |
cat > $LATEST << EOF |
| 148 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
| 149 |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 215 |
|
|
| 216 |
<p><br /> |
<p><br /> |
| 217 |
The complete output for the verification runs can be found in |
The complete output for the verification runs can be found in |
| 218 |
<a href="http://mitgcm.org/testing/summary/">the summary pages</a>. |
<a href="http://mitgcm.org/testing/summary/">the summary pages</a> |
| 219 |
|
and the <a href="http://mitgcm.org/testing/results/">testing archives</a>. |
| 220 |
The latest reports are:</p> |
The latest reports are:</p> |
| 221 |
<table align="center" cellpadding="0" cellspacing="0" border="0" width="95%"> |
<table align="center" cellpadding="0" cellspacing="0" border="0" width="95%"> |
| 222 |
<tr bgcolor="#00cccc"> |
<tr bgcolor="#00cccc"> |
| 223 |
<td height="0"> <b>Nickname</b> </td> |
<td height="0"> <b>Nickname</b> </td> |
| 224 |
<td> <b>OPTFILE Name</b> </td> |
<td> <b>OPTFILE Name</b> </td> |
| 225 |
<td> <b>Type</b> </td> |
<td> <b>Type</b> </td> |
| 226 |
<td> <b>Date (yyyymmdd)</b> </td> |
<td> <b>Date</b> </td> |
| 227 |
<td> <b>Summary</b> </td> |
<td> <b>Summary</b> </td> |
| 228 |
</tr> |
</tr> |
| 229 |
|
|
| 325 |
done |
done |
| 326 |
|
|
| 327 |
cat >> $LATEST << EOF |
cat >> $LATEST << EOF |
| 328 |
|
<tr bgcolor="#00cccc"> |
| 329 |
|
<td height="0" colspan="5" align="center" > |
| 330 |
|
=== This table generated on: $the_date === |
| 331 |
|
</td> |
| 332 |
|
</tr> |
| 333 |
|
|
| 334 |
</table> |
</table> |
| 335 |
</body> |
</body> |