[Dart-dev] [6648] DART/trunk/doc/html/index.shtml: update for the Lanai release, remove obsolete items,

nancy at ucar.edu nancy at ucar.edu
Fri Dec 6 11:50:30 MST 2013


Revision: 6648
Author:   nancy
Date:     2013-12-06 11:50:29 -0700 (Fri, 06 Dec 2013)
Log Message:
-----------
update for the Lanai release, remove obsolete items,
add sections for new stuff.

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

-------------- next part --------------
Modified: DART/trunk/doc/html/index.shtml
===================================================================
--- DART/trunk/doc/html/index.shtml	2013-12-06 18:06:58 UTC (rev 6647)
+++ DART/trunk/doc/html/index.shtml	2013-12-06 18:50:29 UTC (rev 6648)
@@ -50,13 +50,13 @@
    <h2>Quick Guide Topics</h2>
    <ul> 
 
-      <li>Here are some 
+      <li>You are looking for some
       <a href="http://en.wikipedia.org/wiki/Data_assimilation">introductory 
       materials</a> on the general concepts of Data Assimilation.</li>
       <!-- should be ensemble_data_assimilation.html eventually with
            local lore, but for now, use wikipedia. -->
 
-      <li>You can <a href="#learn">explore</a> the example models and 
+      <li>You want to <a href="#learn">explore</a> the example models and 
       observations which are included with the DART software distribution.</li>
 
       <li>You have an existing model and/or data observations and would 
@@ -81,21 +81,25 @@
    <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 />
+   In order to facilitate the incorporation of new models, which in the 
+   Geoscience community are frequently written in Fortran 90, the DART 
+   software is written primarily in Fortran 90. Control scripts are primarily
+   in C Shell, and the distribution includes Matlab&reg; diagnostic scripts.
+   </p>
+   <p>
    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
+   DART also has extensive tutorial materials that explain typical DART experiments
    and explores many aspects of ensemble data assimilation.
-   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
+   <a href="#download">Download the DART source code</a> and see the
+   <a href="Lanai_release.html">release notes</a> for
    instructions on how to build an executable, run the "workshop" experiments, 
-   and look at the results.
+   and look at the results.  The <em class=file>DART_LAB</em> directory contains
+   presentation slides and interactive MATLAB demonstrations which illustrate
+   and explain the fundamentals of the ensemble data assimilation algorithms.
+   The <em class=file>tutorial</em> directory contains a series of PDF files
+   which go into more mathematical detail on various ensemble data assimilation
+   topics, and specifics on the DART implementation.
    </p>
 
    <a name="requirements"></a>
@@ -143,147 +147,33 @@
    processor. If your model cannot run single-threaded, fear not, DART can do that too.
    </p>
 
-   <h2>DART tested platforms/models/compilers</h2>
-   <p>
-   DART is intended to be highly portable - and has even run successfully on 
-   Windows machines running the cygwin environment. Those instructions are under 
-   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>
+<h2>DART platforms/compilers/batch systems</h2>
+<p>
+We work to keep the DART code highly portable.
+We avoid compiler-specific constructs, 
+require no system-specific functions, 
+and try as much as possible
+to be easy to build on new platforms.
+</p>
+<p>
+DART has been compiled and run on Apple laptops and workstations,
+Linux clusters small and large, SGI Altix clusters, IBM Power clusters,
+IBM Intel clusters, Cray systems.
+</p>
+<p>
+DART has been compiled with compilers from Intel, PGI, Cray, GNU,
+Pathscale.
+</p>
+<p>
+MPI versions of DART have run under batch systems including
+LSF, PBS, Moab/Torque, and Sun Grid Engine.
+</p>
+<p>
+We have run successfully on a Windows machine under the <code>cygwin</code>
+environment.  If you are interested in this, please contact us.
+</p>
 
-   <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 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 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>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>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.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>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>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>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>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>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>
@@ -320,20 +210,31 @@
       </thead>
 
       <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.
+      <tr><!--version--><td><a href="http://www.image.ucar.edu/DAReS/DART/DART_download">lanai</a></td>
+          <!--   date--><td>6&nbsp;Dec&nbsp;2013</td>
+          <!--instruc--><td><a href="Lanai_release.html">[doc]</a></td>
+	  <!-- change--><td>Support for the CESM climate framework components, along with
+           other new models, new observation types, new diagnostics, new utilities.  
+           See documentation for more details.<br />
+                            <a href="Lanai_diffs_from_Kodiak.html">change log</a>
                             </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
+	  <!-- change--><td>varies, but is anticipated to include non-backwards compatible
+             changes from the Lanai release.
                             </td></tr>
 
+      <tr><!--version--><td>kodiak</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.<br />
+                            <a href="Kodiak_release.html#CurrentUsers">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>
@@ -416,44 +317,22 @@
       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.
+      Download the DART software distribution and look in the <code>DART_LAB</code> subdirectory
+      for pdf and powerpoint presentations, and MATLAB GUI point-and-click examples and
+      hands-on demonstrations.  Also look in the
+      <code>tutorial</code> subdirectory for pdf files for each of the 22 tutorial sections.
       <br />
       <br />
-      <strong>Browsing the tutorial directory in the distribution is worth
-      the effort. Taking the tutorial is FAR better!</strong>
+      <strong>Browsing the DART_LAB and tutorial directories in the distribution is worth
+      the effort. Doing the tutorials is even better!</strong>
       </p>
 
-      <h2>Presentations about DART:</h2>
+      <h2>Presentations about DART</h2>
       <p>
-      The FULL list of presentations (as well as some of the 
+      The full list of presentations (as well as some of the 
       presentations themselves) and publications is available on our
-      <a href="http://www.image.ucar.edu/DAReS/Publications">Publications</a> page. A short list of
-      presentations, posters, and seminars is offered below:
-      </p>
-      <ul> 
-      <li>The Data Assimilation Research Testbed: Powerful Adpative Fast 
-          Assimilation for Geophysical Applications, 
-          <a href="jla_arg_seminar.pdf">[presentation&nbsp;.pdf]</a> March 2007</li>
-    
-      <li>Assimilation of GPS radio occultation refractivity with WRF using a
-      non-local observation operator. 
-         <a href="/pub/DART/2007_IUGG_hui.pdf">[poster&nbsp;.pdf]</a> Jul 2007</li>
+      <a href="http://www.image.ucar.edu/DAReS/Publications">Publications</a> page.
 
-      <li>Data Assimilation for CAM - Research &amp; Development.
-         <a href="/pub/DART/2007_CCSM_jla.pdf">[poster&nbsp;.pdf]</a> Jun 2007</li>
-
-      <li>Parallel Implementation of Ensemble Filter Algorithms for Data Assimilation.
-         <a href="/pub/DART/2007_LCI_nsc.pdf">[poster&nbsp;.pdf]</a> May 2007</li>
-
-      <li>Adaptive Spatially-varying Variance Inflation in an Ensemble Filter.
-         <a href="/pub/DART/2007_AGU_kdr.pdf">[poster&nbsp;.pdf]</a> May 2007</li>
- 
-      <li><a href="tut1.pdf">A tutorial on ensemble filtering, Jan. 2004</a></li>
-      <li><a href="caos_dec_2003.pdf">Talk for CAOS Workshop, Dec. 2003</a></li>
-      <li><a href="agu_2003.pdf">Overview of Filter DA, AGU, Dec. 2003</a></li>
-      </ul>
-
       <a name="related"></a>
       <h2>Related Links</h2>
 
@@ -468,7 +347,7 @@
       <a name="contact"></a>
       <h2>DART Contact list</h2>
       <p>
-      We're a very small group, so the contact list is pretty short.
+      We're a small group, so the contact list is pretty short.
       Our central email contact is <a href="mailto:dart at ucar.edu">dart at ucar.edu</a>.
       Or if you want to contact us individually, here is our information:
       </p>


More information about the Dart-dev mailing list