co2/01.test.html.csh
changeset 0 0c6405ab2ff4
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/co2/01.test.html.csh	Mon Jan 26 22:08:20 2009 -0500
     1.3 @@ -0,0 +1,30 @@
     1.4 +#!/bin/sh
     1.5 +
     1.6 +fout=test2.html
     1.7 +
     1.8 +echo "<html>" > $fout
     1.9 +echo "<head>" >> $fout
    1.10 +echo "<title> CO2 Model </title>" >> $fout
    1.11 +echo "<meta name=\"description\" content=\"co2 model\">" >> $fout
    1.12 +echo "<meta name=\"keywords\"    content=\"score CLAMP co2 model\">" >> $fout
    1.13 +echo "<meta name=\"Authors\"     content=\"Jeff Lee\">" >> $fout
    1.14 +echo "</head>" >> $fout
    1.15 +
    1.16 +echo "<!----------------------------------------------------------------------------->" >>$ fout
    1.17 +echo "<h3 align=center>CLAMP Metric</h3>" >> $fout
    1.18 +echo "<h2 align=center>Seasonal cycle of atmospheric CO2 metrics</h2>" >> $fout
    1.19 +echo "<h1 align=center>Stations In 60N-90N (in progress)</h2>" >> $fout
    1.20 +echo "<!----------------------------------------------------------------------------->" >> $fout
    1.21 +echo "<table border=1 cellspacing=\"0\" cellpadding=\"3\" width=\"100%\">" >> $fout
    1.22 +echo "<tr>" >> $fout
    1.23 +   echo "<th bgcolor=\"DDDDDD\" align=center> Name of <br> Station</th>" >> $fout
    1.24 +   echo "<th bgcolor=\"DDDDDD\" align=center> Latitude</th>" >> $fout
    1.25 +   echo "<th bgcolor=\"DDDDDD\" align=center> Longitude</th>" >> $fout
    1.26 +   echo "<th bgcolor=\"DDDDDD\" align=center> Amplitude <br> Ratio  </th>" >> $fout
    1.27 +   echo "<th bgcolor=\"DDDDDD\" align=center> Correlation <br> Coefficient</th>" >> $fout
    1.28 +   echo "<th bgcolor=\"DDDDDD\" align=center> M <br> Score</th>" >> $fout
    1.29 +   echo "<th bgcolor=\"DDDDDD\" align=center> Combined <br> Score  </th>" >> $fout
    1.30 +echo "</tr>" >> $fout
    1.31 +
    1.32 +
    1.33 +exit