[Dart-dev] [5135] DART/trunk/doc/html/index.shtml: Merge changes from kodiak. lowerca

nancy at ucar.edu nancy at ucar.edu
Fri Aug 19 15:10:55 MDT 2011


Revision: 5135
Author:   nancy
Date:     2011-08-19 15:10:54 -0600 (Fri, 19 Aug 2011)
Log Message:
-----------
Merge changes from kodiak.   lowercase all html tags to
make it easier to move and compare content with the web served
pages which require lowercase tags and closed tags like <br />.

Modified Paths:
--------------
    DART/trunk/doc/html/index.shtml

-------------- next part --------------
Modified: DART/trunk/doc/html/index.shtml
===================================================================
--- DART/trunk/doc/html/index.shtml	2011-08-19 21:09:26 UTC (rev 5134)
+++ DART/trunk/doc/html/index.shtml	2011-08-19 21:10:54 UTC (rev 5135)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
           "http://www.w3.org/TR/html4/strict.dtd">
-<HTML>
-<HEAD>
+<html>
+<head>
       <!-- $Id$ -->
       <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
       <title>Data Assimilation Research Testbed -- DART</title>
@@ -14,14 +14,14 @@
                 -->
       </style>
       <!--#include virtual="/common/javascript.html" -->
-</HEAD>
-<BODY>
-<A NAME="TOP"></A>
+</head>
+<body>
+<a name="TOP"></a>
 
 <!--#include virtual="header.html" -->
 
 <center>
-<A HREF="#Legalese">TERMS OF USE</A>
+<a href="#Legalese">TERMS OF USE</a>
 </center>
 
 <table width="95%"  border="0" align="center" cellpadding="0" cellspacing="0">
@@ -30,23 +30,23 @@
    <td width="25%" valign="middle"><!--#include virtual="../navigation.html" --></td>
    <td width="40" valign="top">&nbsp;</td><!-- provides a little space -->
    <td valign="middle">
-   <H1 align="center">The Data Assimilation Research Testbed -- DART</H1>
+   <h1 align="center">The Data Assimilation Research Testbed -- DART</h1>
 
    <center><img src="DARTspaghettiSquare.gif" 
    alt="cool spaghetti plot of North America demonstrating the uncertainty among the
-        ensemble members"><br>
+        ensemble members"><br />
    The 500hPa geopotential height from 20 ensemble members of an 80 member experiment
    with a T85 resolution of CAM (00Z 01 Feb 2003). The contour sets are from 
    5320 to 5800 by 80.</center></td>
 </tr>
 </table>
-<br>
+<br />
 
 
    <h2 align="center">Welcome to the home page for the
    <b>D</b>ata <b>A</b>ssimilation <b>R</b>esearch <b>T</b>estbed (<b>DART</b>).</h2>
 
-   <A NAME="index"></A>
+   <a name="index"></a>
    <h2>Quick Guide Topics</h2>
    <ul> 
 
@@ -76,16 +76,16 @@
       <li>You want to <a href="#contact">contact our group</a> for more information.
    </ul>
 
-   <A NAME="learn"></A>
+   <a name="learn"></a>
    <h2>Getting Started</h2>
-   <P>
+   <p>
    The DART software provides a flexible, extensible framework for conducting
    data assimilation research on a wide variety of models and observations.
    In order to facilitate the incorporation of new models (which in the 
    Atmospheric Science community are generally written in F90), the DART 
    software is written primarily in F90. The noteable exceptions are the
    shell scripts that control execution and the Matlab&reg; diagnostic scripts.
-   <br><br>
+   <br /><br />
    The DART system comes with many models -- ranging from 1-dimensional
    Lorenz systems to full global atmospheric and ocean models. 
    DART also has an extensive tutorial that explains typical DART experiments
@@ -93,12 +93,12 @@
    The tutorial is an entire directory in the DART software distribution, so
    it can be browsed (it is a series of .pdf files)   
    <a href="#download">Download the DART source code</a> and follow the instructions 
-   on <A HREF="Kodiak_release.html">the web page for the current release</A> for
+   on <a href="Kodiak_release.html">the web page for the current release</a> for
    instructions on how to build an executable, run the "workshop" experiments, 
    and look at the results.
-   </P>
+   </p>
 
-   <A NAME="requirements"></A>
+   <a name="requirements"></a>
    <h2>DART requirements</h2>
    <p>
    DART is intended to be highly portable but has a strong Unix/Linux preference. 
@@ -108,16 +108,16 @@
    as long as you promise to provide feedback (good or bad!) so I can improve them. 
    My email is&nbsp;&nbsp;&nbsp;thoar&nbsp;@&nbsp;ucar&nbsp;.&nbsp;edu  - minus the
    spaces, naturally.
-   <br><br>
+   <br /><br />
    Minimally, you will need a Fortran90 compiler and the netCDF libraries 
    built with the F90 interface. History has shown that it is a very good
    idea to make sure your run-time environment has the following:
-   </P>
+   </p>
    <div class=unix>
-   limit stacksize unlimited<BR>
+   limit stacksize unlimited<br />
    limit datasize unlimited
    </div>
-   <P>
+   <p>
    If you want to run your own model, all you need is an executable and some scripts
    to interface with DART - we have templates and examples.
    If your model can be called as a subroutine, <em>life is good</em>, and
@@ -127,7 +127,7 @@
    DART code - <code>DART/models/model_mod.html</code> - as does all the most 
    current documentation.
    Almost every DART program/module has a matching piece of documentation.
-   <br><br>
+   <br /><br />
    Starting with the Jamaica release there is an option to compile with the MPI
    (Message Passing Interface) libraries in order to run the assimilation
    step in parallel on hardware with multiple CPUs.  Note that this is
@@ -136,12 +136,12 @@
    and appropriate cluster or SMP hardware.
    See the <a href="mpi_intro.html">MPI&nbsp;intro</a> for more information on
    running with the MPI option.
-   <br><br>
+   <br /><br />
    One of the beauties of ensemble data assimilation is that even if (particularly if)
    your model is single-threaded, you can still run efficiently on parallel machines
    by dealing out each ensemble member (an unique instance of the model) to a separate
    processor. If your model cannot run single-threaded, fear not, DART can do that too.
-   </P>
+   </p>
 
    <h2>DART tested platforms/models/compilers</h2>
    <p>
@@ -150,143 +150,143 @@
    development and so are not included in the following table. The most current 
    version of DART has been tested on the following: 
    </p>
-   <TABLE border=0 cellpadding=2 width=100%>
-   <TR><TH align="left">hardware          </TH>
-       <TH align="left">O/S               </TH>
-       <TH align="left">F90 compiler      </TH>
-       <TH align="left">batch manager/mpi </TH>
-       </TR>
+   <table border=0 cellpadding=2 width=100%>
+   <tr><th align="left">hardware          </th>
+       <th align="left">O/S               </th>
+       <th align="left">F90 compiler      </th>
+       <th align="left">batch manager/mpi </th>
+       </tr>
 
-   <TR><TD>Intel cluster/SMP/32 bit      </TD>
-          <TD>Red Hat Enterprise         </TD>
-          <TD>Intel 9.0 (build 20051201) </TD>
-          <TD>none                       </TD>
-          </TR>
+   <tr><td>Intel cluster/SMP/32 bit      </td>
+          <td>Red Hat Enterprise         </td>
+          <td>Intel 9.0 (build 20051201) </td>
+          <td>none                       </td>
+          </tr>
 
-   <TR><TD>Intel cluster/SMP/32 bit </TD>
-          <TD>Red Hat Enterprise    </TD>
-          <TD>GNU Fortran 95 4.1.0  </TD>
-          <TD>none                  </TD>
-          </TR>
+   <tr><td>Intel cluster/SMP/32 bit </td>
+          <td>Red Hat Enterprise    </td>
+          <td>GNU Fortran 95 4.1.0  </td>
+          <td>none                  </td>
+          </tr>
 
-   <TR><TD>Intel Nocona   </TD>
-          <TD>SUSE        </TD>
-          <TD>PGI 6.0-8   </TD>
-          <TD>LSF         </TD>
-          </TR>
+   <tr><td>Intel Nocona   </td>
+          <td>SUSE        </td>
+          <td>PGI 6.0-8   </td>
+          <td>LSF         </td>
+          </tr>
 
-   <TR><TD>Intel Nocona         </TD>
-          <TD>SUSE              </TD>
-          <TD>Intel 9.1 (EM64T) </TD>
-          <TD>LSF               </TD>
-          </TR>
+   <tr><td>Intel Nocona         </td>
+          <td>SUSE              </td>
+          <td>Intel 9.1 (EM64T) </td>
+          <td>LSF               </td>
+          </tr>
 
-   <TR><TD>Intel iMac         </TD>
-          <TD>Mac OS X 10.4.6 </TD>
-          <TD>gfortran 4.2.0  </TD>
-          <TD>Open-MPI        </TD>
-          </TR>
+   <tr><td>Intel iMac         </td>
+          <td>Mac OS X 10.4.6 </td>
+          <td>gfortran 4.2.0  </td>
+          <td>Open-MPI        </td>
+          </tr>
 
-   <TR><TD>IBM Power 5+  </TD>
-          <TD>AIX 5.3    </TD>
-          <TD>XLF 12.1.0 </TD>
-	  <TD>LSF        </TD>
-          </TR>
+   <tr><td>IBM Power 5+  </td>
+          <td>AIX 5.3    </td>
+          <td>XLF 12.1.0 </td>
+	  <td>LSF        </td>
+          </tr>
 
-   <TR><TD>Intel            </TD>
-          <TD>Fedora Core 4 </TD>
-          <TD>Intel 9.0     </TD>
-	  <TD>none          </TD>
-          </TR>
+   <tr><td>Intel            </td>
+          <td>Fedora Core 4 </td>
+          <td>Intel 9.0     </td>
+	  <td>none          </td>
+          </tr>
 
-   <TR><TD>Macbook Pro (Intel)       </TD>
-          <TD>Mac OS X 10.6.8        </TD>
-          <TD>Intel F90 11.1         </TD>
-	  <TD>OpenMPI                </TD>
-          </TR>
+   <tr><td>Macbook Pro (Intel)       </td>
+          <td>Mac OS X 10.6.8        </td>
+          <td>Intel F90 11.1         </td>
+	  <td>OpenMPI                </td>
+          </tr>
 
-   <TR><TD>Macbook Pro (Intel)       </TD>
-          <TD>Mac OS X 10.6.8        </TD>
-          <TD>gfortran 4.5.2         </TD>
-	  <TD>OpenMPI                </TD>
-          </TR>
+   <tr><td>Macbook Pro (Intel)       </td>
+          <td>Mac OS X 10.6.8        </td>
+          <td>gfortran 4.5.2         </td>
+	  <td>OpenMPI                </td>
+          </tr>
 
-   <TR><TD>PowerBook G4 (PowerPC)    </TD>
-          <TD>Mac OS X 10.4.8        </TD>
-          <TD>Absoft Pro Fortran 9.0 </TD>
-	  <TD>none                   </TD>
-          </TR>
+   <tr><td>PowerBook G4 (PowerPC)    </td>
+          <td>Mac OS X 10.4.8        </td>
+          <td>Absoft Pro Fortran 9.0 </td>
+	  <td>none                   </td>
+          </tr>
 
-   <TR><TD>PowerBook G4 (PowerPC)    </TD>
-          <TD>Mac OS X 10.3.9        </TD>
-          <TD>Absoft Pro Fortran 9.0 </TD>
-	  <TD>Lam                    </TD>
-          </TR>
+   <tr><td>PowerBook G4 (PowerPC)    </td>
+          <td>Mac OS X 10.3.9        </td>
+          <td>Absoft Pro Fortran 9.0 </td>
+	  <td>Lam                    </td>
+          </tr>
 
-   <TR><TD>PowerBook G4 (PowerPC) </TD>
-          <TD>Mac OS X 10.3.9     </TD>
-          <TD>gfortran 4.2.0      </TD>
-	  <TD>Lam                 </TD>
-	  </TR>
+   <tr><td>PowerBook G4 (PowerPC) </td>
+          <td>Mac OS X 10.3.9     </td>
+          <td>gfortran 4.2.0      </td>
+	  <td>Lam                 </td>
+	  </tr>
 
-   <TR><TD>Intel cluster (Xeon) </TD>
-          <TD>Fedora Core 2     </TD>
-          <TD>PGI 6.0-5         </TD>
-          <TD>PBS               </TD>
-	  </TR>
+   <tr><td>Intel cluster (Xeon) </td>
+          <td>Fedora Core 2     </td>
+          <td>PGI 6.0-5         </td>
+          <td>PBS               </td>
+	  </tr>
 
-   <TR><TD>Intel cluster (Xeon) </TD>
-          <TD>Fedora Core 2     </TD>
-          <TD>PGI 5.2-4         </TD>
-          <TD>PBS               </TD>
-	  </TR>
+   <tr><td>Intel cluster (Xeon) </td>
+          <td>Fedora Core 2     </td>
+          <td>PGI 5.2-4         </td>
+          <td>PBS               </td>
+	  </tr>
 
-   <TR><TD>Intel cluster (Xeon) </TD>
-          <TD>Fedora Core 2     </TD>
-          <TD>Lahey 6.20c       </TD>
-          <TD>PBS               </TD>
-	  </TR>
+   <tr><td>Intel cluster (Xeon) </td>
+          <td>Fedora Core 2     </td>
+          <td>Lahey 6.20c       </td>
+          <td>PBS               </td>
+	  </tr>
 
-   <TR><TD>IBM cluster (of opterons) </TD>
-          <TD>SUSE Enterprise 8      </TD>
-          <TD>Pathscale 2.4          </TD>
-          <TD>LSF                    </TD>
-	  </TR>
+   <tr><td>IBM cluster (of opterons) </td>
+          <td>SUSE Enterprise 8      </td>
+          <td>Pathscale 2.4          </td>
+          <td>LSF                    </td>
+	  </tr>
 
-   <TR><TD>IBM cluster (of opterons) </TD>
-          <TD>Suse Enterprise 8      </TD>
-          <TD>Intel 9.1 (EM64T)      </TD>
-          <TD>LSF                    </TD>
-	  </TR>
+   <tr><td>IBM cluster (of opterons) </td>
+          <td>Suse Enterprise 8      </td>
+          <td>Intel 9.1 (EM64T)      </td>
+          <td>LSF                    </td>
+	  </tr>
 
-   <TR><TD>IBM cluster (of opterons) </TD>
-          <TD>Suse Enterprise 8      </TD>
-          <TD>PGI 6.2                </TD>
-          <TD>LSF                    </TD>
-	  </TR>
+   <tr><td>IBM cluster (of opterons) </td>
+          <td>Suse Enterprise 8      </td>
+          <td>PGI 6.2                </td>
+          <td>LSF                    </td>
+	  </tr>
 
-   <TR><TD>SGI Altix            </TD>
-          <TD>SUSE Linux ES 9.3 </TD>
-          <TD>Intel 9.1         </TD>
-          <TD>PBS               </TD>
-	  </TR>
+   <tr><td>SGI Altix            </td>
+          <td>SUSE Linux ES 9.3 </td>
+          <td>Intel 9.1         </td>
+          <td>PBS               </td>
+	  </tr>
 
-   <TR><TD>SGI MIPS          </TD>
-          <TD>IRIX 6.5       </TD>
-          <TD>MIPSpro 7.4.3m </TD>
-          <TD>NQS            </TD>
-	  </TR>
+   <tr><td>SGI MIPS          </td>
+          <td>IRIX 6.5       </td>
+          <td>MIPSpro 7.4.3m </td>
+          <td>NQS            </td>
+	  </tr>
 
-   <TR><TD>Linux cluster     </TD>
-          <TD>Intel          </TD>
-          <TD>Intel 11.1     </TD>
-          <TD>PBS            </TD>
-	  </TR>
-   </TABLE>
+   <tr><td>Linux cluster     </td>
+          <td>Intel          </td>
+          <td>Intel 11.1     </td>
+          <td>PBS            </td>
+	  </tr>
+   </table>
 
-      <A NAME="download"></A>
-      <H1>DART code distributions</H1>
-      <P>
+      <a name="download"></a>
+      <h1>DART code distributions</h1>
+      <p>
       DART is distributed through an anonymous-access readonly 
       Subversion (<b>SVN</b>) repository.  This makes updates and 
       comparisons between your sandbox and the latest, greatest version of the 
@@ -297,130 +297,132 @@
       If you cannot use svn (e.g. are firewalled out), please let me (Tim) know and 
       I'll send you a tarfile as a last resort. 
       See the <a href="#contact">contact info</a> section for email addresses.
-      <br>
-      <br>
+      <br />
+      <br />
       Since the DART software is still an area of active research, there are
       multiple distributions, with more on the way. We'd like to be able to contact
       people to inform them of any bugs or updates. (This includes local users, BTW!)
       As you can see by the timetable of distributions, you could expect to get 
       about 2 more emails per year, so PLEASE use a real email address when signing up.
       I solemnly swear to protect your email address like it is my own!
-      <br>
-      <br>
+      <br />
+      <br />
       <a href="http://www.image.ucar.edu/DAReS/DART/DART_download">download instructions for the latest release.</a>
-      <br>
-      <br>
-      <TABLE border=0 cellpadding=2 width=100%>
-      <THEAD align=left valign=top>
-      <TBODY align=left valign=top>
-      <TR><TH width="15%">version</TH>
-          <TH width="15%">date</TH>
-          <TH width="15%">instructions</TH>
-          <TH>most noteable change(s)</TH>
-      </TR>
+      <br />
+      <br />
+      <table border=0 cellpadding=2 width=100%>
+      <thead align="left" valign="top">
+      <tr><th width="15%">version</th>
+          <th width="15%">date</th>
+          <th width="15%">instructions</th>
+          <th>most noteable change(s)</th>
+      </tr>
+      </thead>
 
-      <TR><!--version--><TD><A HREF="http://www.image.ucar.edu/DAReS/DART/DART_download">kodiak</A></TD>
-          <!--   date--><TD>30&nbsp;Jun&nbsp;2011</TD>
-          <!--instruc--><TD><A HREF="Kodiak_release.html">[doc]</A></TD>
-	  <!-- change--><TD>Damped Inflation, Sampling Error Correction, Boxcar 
+      <tbody align="left" valign="top">
+      <tr><!--version--><td><a href="http://www.image.ucar.edu/DAReS/DART/DART_download">kodiak</a></td>
+          <!--   date--><td>30&nbsp;Jun&nbsp;2011</td>
+          <!--instruc--><td><a href="Kodiak_release.html">[doc]</a></td>
+	  <!-- change--><td>Damped Inflation, Sampling Error Correction, Boxcar 
            Kernel Filter option, support for new models, new observation types, new
            diagnostics, new utilities.  See documentation for more details.
-                            </TD></TR>
+                            </td></tr>
 
-      <TR><!--version--><TD><A HREF="http://www.image.ucar.edu/DAReS/DART/DART_download">trunk</A></TD>
-          <!--   date--><TD>today</TD>
-          <!--instruc--><TD>included in distrib.</TD>
-	  <!-- change--><TD>varies
-                            </TD></TR>
+      <tr><!--version--><td><a href="http://www.image.ucar.edu/DAReS/DART/DART_download">trunk</a></td>
+          <!--   date--><td>today</td>
+          <!--instruc--><td>included in distrib.</td>
+	  <!-- change--><td>varies
+                            </td></tr>
 
-      <TR><!--version--><TD>jamaica</TD>
-          <!--   date--><TD>12&nbsp;Apr&nbsp;2007</TD>
-          <!--instruc--><TD><A HREF="Jamaica_release.html">[doc]</A></TD>
-	  <!-- change--><TD>vertical localization, extensive testing of MPI implementation,
-	                    full documentation for new algorithms, new tutorial sections<BR>
-                            <A HREF="Jamaica_diffs_from_I.html">change log</A>
-                            </TD></TR>
+      <tr><!--version--><td>jamaica</td>
+          <!--   date--><td>12&nbsp;Apr&nbsp;2007</td>
+          <!--instruc--><td><a href="Jamaica_release.html">[doc]</a></td>
+	  <!-- change--><td>vertical localization, extensive testing of MPI implementation,
+	                    full documentation for new algorithms, new tutorial sections<br />
+                            <a href="Jamaica_diffs_from_I.html">change log</a>
+                            </td></tr>
 
-      <TR><!--version--><TD>pre_j</TD>
-          <!--   date--><TD>02&nbsp;Oct&nbsp;2006</TD>
-          <!--instruc--><TD><A HREF="pre_j_release.html">[doc]</A></TD>
-	  <!-- change--><TD>contains an updated scalable filter algorithm<BR>
-                            </TD></TR>
+      <tr><!--version--><td>pre_j</td>
+          <!--   date--><td>02&nbsp;Oct&nbsp;2006</td>
+          <!--instruc--><td><a href="pre_j_release.html">[doc]</a></td>
+	  <!-- change--><td>contains an updated scalable filter algorithm<br />
+                            </td></tr>
 
-      <TR><!--version--><TD>post_iceland</TD>
-          <!--   date--><TD>20&nbsp;Jun&nbsp;2006</TD>
-          <!--instruc--><TD><A HREF="Post_Iceland_release.html">[doc]</A></TD>
-          <!-- change--><TD>observation-space adaptive inflation, bug fixes,<BR>
-                            merge_obs_sequence support ...<BR>
-                            <A HREF="PostI_diffs_from_I.html">change log</A></TD></TR>
+      <tr><!--version--><td>post_iceland</td>
+          <!--   date--><td>20&nbsp;Jun&nbsp;2006</td>
+          <!--instruc--><td><a href="Post_Iceland_release.html">[doc]</a></td>
+          <!-- change--><td>observation-space adaptive inflation, bug fixes,<br />
+                            merge_obs_sequence support ...<br />
+                            <a href="PostI_diffs_from_I.html">change log</a></td></tr>
 
-      <TR><!--version--><TD>iceland</TD>
-          <!--   date--><TD>23&nbsp;Nov&nbsp;2005</TD>
-          <!--instruc--><TD><A HREF="Iceland_release.html">[doc]</A></TD>
-          <!-- change--><TD>huge expansion of real observation capability<BR>
-                            better namelist processing, PBL_1d available.<BR>
-                            <A HREF="I_diffs_from_workshop.html">change log</A></TD></TR>
+      <tr><!--version--><td>iceland</td>
+          <!--   date--><td>23&nbsp;Nov&nbsp;2005</td>
+          <!--instruc--><td><a href="Iceland_release.html">[doc]</a></td>
+          <!-- change--><td>huge expansion of real observation capability<br />
+                            better namelist processing, PBL_1d available.<br />
+                            <a href="I_diffs_from_workshop.html">change log</a></td></tr>
 
-      <TR><!--"/pub/DART/DART_pre_iceland.tar.gz"-->
-          <!--version--><TD>pre_iceland</TD>
-          <!--   date--><TD>20&nbsp;Oct&nbsp;2005</TD>
-          <!--instruc--><TD>for developers only</TD>
-          <!-- change--><TD>huge expansion of real observation capability</TD></TR>
+      <tr><!--"/pub/DART/DART_pre_iceland.tar.gz"-->
+          <!--version--><td>pre_iceland</td>
+          <!--   date--><td>20&nbsp;Oct&nbsp;2005</td>
+          <!--instruc--><td>for developers only</td>
+          <!-- change--><td>huge expansion of real observation capability</td></tr>
 
-      <TR><!--"/pub/DART/DART_workshop_2005.tar.gz"-->
-          <!--version--><TD>DA workshop 2005</TD>
-          <!--   date--><TD>13&nbsp;June&nbsp;2005</TD>
-          <!--instruc  ><TD><A HREF="hawaii_release.html">[doc]</A></TD-->
-          <!--instruc--><TD>docs included in distrib.</TD>
-          <!-- change--><TD>tutorial directory in distribution, observation preprocessing</TD></TR>
+      <tr><!--"/pub/DART/DART_workshop_2005.tar.gz"-->
+          <!--version--><td>DA workshop 2005</td>
+          <!--   date--><td>13&nbsp;June&nbsp;2005</td>
+          <!--instruc  ><td><a href="hawaii_release.html">[doc]</a></TD-->
+          <!--instruc--><td>docs included in distrib.</td>
+          <!-- change--><td>tutorial directory in distribution, observation preprocessing</td></tr>
 
-      <TR><!--"/pub/DART/DART_hawaii.tar.gz"-->
-          <!--version--><TD>hawaii</TD>
-          <!--   date--><TD>28&nbsp;Feb&nbsp;2005</TD>
-          <!--instruc--><TD><A HREF="hawaii_release.html">[doc]</A></TD>
-          <!-- change--><TD>new filtering algorithms</TD></TR>
+      <tr><!--"/pub/DART/DART_hawaii.tar.gz"-->
+          <!--version--><td>hawaii</td>
+          <!--   date--><td>28&nbsp;Feb&nbsp;2005</td>
+          <!--instruc--><td><a href="hawaii_release.html">[doc]</a></td>
+          <!-- change--><td>new filtering algorithms</td></tr>
 
-      <TR><!--"/pub/DART/DART_pre_hawaii.tar.gz"-->
-          <!--version--><TD>pre-hawaii</TD>
-          <!--   date--><TD>20&nbsp;Dec&nbsp;2004</TD>
-          <!--instruc--><TD><A HREF="pre_hawaii_release.html">[doc]</A></TD>
-          <!-- change--><TD>new filtering algorithms</TD></TR>
+      <tr><!--"/pub/DART/DART_pre_hawaii.tar.gz"-->
+          <!--version--><td>pre-hawaii</td>
+          <!--   date--><td>20&nbsp;Dec&nbsp;2004</td>
+          <!--instruc--><td><a href="pre_hawaii_release.html">[doc]</a></td>
+          <!-- change--><td>new filtering algorithms</td></tr>
 
-      <TR><!--"/pub/DART/DART_guam.tar.gz">-->
-          <!--version--><TD>guam</TD>
-          <!--   date--><TD>12&nbsp;Aug&nbsp;2004</TD>
-          <!--instruc--><TD><A HREF="Guam_release.html">[doc]</A></TD>
-          <!-- change--><TD>new observation modules, removing autopromotion</TD></TR>
+      <tr><!--"/pub/DART/DART_guam.tar.gz">-->
+          <!--version--><td>guam</td>
+          <!--   date--><td>12&nbsp;Aug&nbsp;2004</td>
+          <!--instruc--><td><a href="Guam_release.html">[doc]</a></td>
+          <!-- change--><td>new observation modules, removing autopromotion</td></tr>
 
-      <TR><!--"/pub/DART/DART_fiji_02.tar.gz"-->
-          <!--version--><TD>fiji</TD>
-          <!--   date--><TD>29&nbsp;Apr&nbsp;2004</TD>
-          <!--instruc--><TD><A HREF="Fiji_release.html">[doc]</A></TD>
-          <!-- change--><TD>enhanced portability, CAM, WRF</TD></TR>
+      <tr><!--"/pub/DART/DART_fiji_02.tar.gz"-->
+          <!--version--><td>fiji</td>
+          <!--   date--><td>29&nbsp;Apr&nbsp;2004</td>
+          <!--instruc--><td><a href="Fiji_release.html">[doc]</a></td>
+          <!-- change--><td>enhanced portability, CAM, WRF</td></tr>
 
-      <TR><!--"/pub/DART/DART_ASP_Summer2003_1.tar.gz"-->
-          <!--version--><TD>easter</TD>
-          <!--   date--><TD>8&nbsp;March&nbsp;2004</TD>
-          <!--instruc--><TD><A HREF="ASP_DART_exercise.html">[doc]</A></TD>
-          <!-- change--><TD>initial release</TD></TR>
-      </TABLE>
-      <BR>
+      <tr><!--"/pub/DART/DART_ASP_Summer2003_1.tar.gz"-->
+          <!--version--><td>easter</td>
+          <!--   date--><td>8&nbsp;March&nbsp;2004</td>
+          <!--instruc--><td><a href="ASP_DART_exercise.html">[doc]</a></td>
+          <!-- change--><td>initial release</td></tr>
+      </tbody>
+      </table>
+      <br />
 
 
-      <A NAME="teach"></A>
-      <H2>DART Tutorial Materials and Presentations</H2>
-      <P>
+      <a name="teach"></a>
+      <h2>DART Tutorial Materials and Presentations</h2>
+      <p>
       The DART system comes with an extensive set of tutorial materials, working
       models with several different levels of complexity, and data to be assimilated.
       It has been used in several multi-day workshops and can be used as the basis 
       to teach a section on Data Assimilation. <!--add refs to people doing this already-->
       Download the DART software distribution and look in the <code>tutorial</code>
       subdirectory for the pdf and framemaker source for each of the 22 tutorial sections.
-      <br>
-      <br>
+      <br />
+      <br />
       <strong>Browsing the tutorial directory in the distribution is worth
       the effort. Taking the tutorial is FAR better!</strong>
-      </P>
+      </p>
 
       <h2>Presentations about DART:</h2>
       <p>
@@ -452,18 +454,18 @@
       <li><a href="agu_2003.pdf">Overview of Filter DA, AGU, Dec. 2003</a></li>
       </ul>
 
-      <A NAME="related"></A>
-      <H2>Related Links</H2>
+      <a name="related"></a>
+      <h2>Related Links</h2>
 
       <ul><li><a href="http://www.gfdl.noaa.gov/~fms">FMS group of GFDL</a></li>
           <li><a href="http://www.esmf.ucar.edu/">ESMF -- Earth System Modeling Framework</a></li>
           <li><a href="http://www.meto.gov.uk/research/nwp/numerical/fortran90/f90_standards.html/">UK Met Office Fortran 90 Standards</a></li>
-          <li><a href="http://www.scd.ucar.edu/weg">WEG -- NCAR's Web Engineering Group</A></li>
-          <li><a href="http://meteora.ucsd.edu/~pierce/ncview_home_page.html">ncview -- a visual browser for netCDF files</A></li>
+          <li><a href="http://www.scd.ucar.edu/weg">WEG -- NCAR's Web Engineering Group</a></li>
+          <li><a href="http://meteora.ucsd.edu/~pierce/ncview_home_page.html">ncview -- a visual browser for netCDF files</a></li>
       </ul>
 
 
-      <A NAME="contact"></A>
+      <a name="contact"></a>
       <h2>DART Contact list</h2>
       <p>
       We're a very small group, so the contact list is pretty short.
@@ -497,33 +499,33 @@
       <!--#include virtual="/common/footernav.html"-->
       <!--#include virtual="/common/footer.html"-->
 
-      <br>
+      <br />
 
 <!--==================================================================-->
 <!-- Legalese & Metadata                                              -->
 <!--==================================================================-->
 
-<A NAME="Legalese"></A>
-<HR>
-<H2>Terms of Use</H2>
+<a name="Legalese"></a>
+<hr />
+<h2>Terms of Use</h2>
 
-<P>
-DART software - Copyright 2004 - 2011 UCAR.<br>
-This open source software is provided by UCAR, "as is",<br>
-without charge, subject to all terms of use at<br>
+<p>
+DART software - Copyright 2004 - 2011 UCAR.<br />
+This open source software is provided by UCAR, "as is",<br />
+without charge, subject to all terms of use at<br />
 <a href="http://www.image.ucar.edu/DAReS/DART/DART_download">
 http://www.image.ucar.edu/DAReS/DART/DART_download</a>
-</P>
+</p>
 
-<TABLE border=0 cellpadding=0 width=100% summary="">
-<TR><TD valign=top>Contact:       </TD><TD> DART core group   </TD></TR>
-<TR><TD valign=top>Revision:      </TD><TD> $Revision$ </TD></TR>
-<TR><TD valign=top>Source:        </TD><TD> $URL$ </TD></TR>
-<TR><TD valign=top>Change Date:   </TD><TD> $Date$ </TD></TR>
-<TR><TD valign=top>Change&nbsp;history:&nbsp;</TD><TD> try "svn&nbsp;log" or "svn&nbsp;diff" </TD></TR>
-</TABLE>
+<table border=0 cellpadding=0 width=100% summary="">
+<tr><td valign=top>Contact:       </td><td> DART core group   </td></tr>
+<tr><td valign=top>Revision:      </td><td> $Revision$ </td></tr>
+<tr><td valign=top>Source:        </td><td> $URL$ </td></tr>
+<tr><td valign=top>Change Date:   </td><td> $Date$ </td></tr>
+<tr><td valign=top>Change&nbsp;history:&nbsp;</td><td> try "svn&nbsp;log" or "svn&nbsp;diff" </td></tr>
+</table>
 
 <!--==================================================================-->
 
-</BODY>
-</HTML>
+</body>
+</html>


More information about the Dart-dev mailing list