co2/01.test.html.csh
changeset 1 4be95183fbcd
equal deleted inserted replaced
-1:000000000000 0:3889a2b0b511
       
     1 #!/bin/sh
       
     2 
       
     3 fout=test2.html
       
     4 
       
     5 echo "<html>" > $fout
       
     6 echo "<head>" >> $fout
       
     7 echo "<title> CO2 Model </title>" >> $fout
       
     8 echo "<meta name=\"description\" content=\"co2 model\">" >> $fout
       
     9 echo "<meta name=\"keywords\"    content=\"score CLAMP co2 model\">" >> $fout
       
    10 echo "<meta name=\"Authors\"     content=\"Jeff Lee\">" >> $fout
       
    11 echo "</head>" >> $fout
       
    12 
       
    13 echo "<!----------------------------------------------------------------------------->" >>$ fout
       
    14 echo "<h3 align=center>CLAMP Metric</h3>" >> $fout
       
    15 echo "<h2 align=center>Seasonal cycle of atmospheric CO2 metrics</h2>" >> $fout
       
    16 echo "<h1 align=center>Stations In 60N-90N (in progress)</h2>" >> $fout
       
    17 echo "<!----------------------------------------------------------------------------->" >> $fout
       
    18 echo "<table border=1 cellspacing=\"0\" cellpadding=\"3\" width=\"100%\">" >> $fout
       
    19 echo "<tr>" >> $fout
       
    20    echo "<th bgcolor=\"DDDDDD\" align=center> Name of <br> Station</th>" >> $fout
       
    21    echo "<th bgcolor=\"DDDDDD\" align=center> Latitude</th>" >> $fout
       
    22    echo "<th bgcolor=\"DDDDDD\" align=center> Longitude</th>" >> $fout
       
    23    echo "<th bgcolor=\"DDDDDD\" align=center> Amplitude <br> Ratio  </th>" >> $fout
       
    24    echo "<th bgcolor=\"DDDDDD\" align=center> Correlation <br> Coefficient</th>" >> $fout
       
    25    echo "<th bgcolor=\"DDDDDD\" align=center> M <br> Score</th>" >> $fout
       
    26    echo "<th bgcolor=\"DDDDDD\" align=center> Combined <br> Score  </th>" >> $fout
       
    27 echo "</tr>" >> $fout
       
    28 
       
    29 
       
    30 exit