[Dart-dev] <p>Jump/ Revision: 11393

dart at ucar.edu dart at ucar.edu
Thu Mar 23 18:00:48 MDT 2017


thoar at ucar.edu
2017-03-23 18:00:48 -0600 (Thu, 23 Mar 2017)
313
Making changes to resolve some broken links and 
removed all the references to 'Website' vs. 'local' as a single relative link
works in both circumstances.

The 'wrf' links in the Supported Models section referenced the wrong model,
as did a couple others.

There is no cm1 model_mod.html, but we reference one.




Modified: DART/branches/rma_trunk/documentation/html/Manhattan_release.html
===================================================================
--- DART/branches/rma_trunk/documentation/html/Manhattan_release.html	2017-03-23 22:42:18 UTC (rev 11392)
+++ DART/branches/rma_trunk/documentation/html/Manhattan_release.html	2017-03-24 00:00:48 UTC (rev 11393)
@@ -17,9 +17,7 @@
     <img src="../images/Dartboard7.png" alt="DART project logo" height=70 />
     </td>
     <td>
-       <p>Jump to DART Documentation Main Index 
-       <a href="https://svn-dares-dart.cgd.ucar.edu/DART/branches/rma_trunk/documentation/index.html">Website</a>  
-       or <a href="../index.html">local file</a><br />
+       <p>Jump to the <a href="../index.html">DART Documentation Main Index</a><br />
           <small><small>version information for this file: <br />
           <!-- version tag follows, do not edit -->
           $Id: documentation/html/Manhattan_release.html 10979 2017-02-01 20:07:34Z thoar at ucar.edu $</small></small>
@@ -69,8 +67,9 @@
 is applied to each of the states to generate the model's estimate of the observation.
 Comparing these estimates and their uncertainty to the observation and
 its uncertainty ultimately results in the adjustments to the model states.
-See the DARTLAB demos or read more in the tutorials included with the
-DART distribution.  They are described below.</p>
+See the <a href="../DART_LAB/DART_LAB.html">DART_LAB</a>
+demos or read more <a href="../tutorial/index.html">in the DART tutorial</a>.
+</p>
 
 <p>DART diagnostic output can be written that contains the model
 state before and after the adjustment, along with the ensemble mean
@@ -82,20 +81,6 @@
 such as NCL, R, etc.
 </p>
 
-<p>In this document links are available which point to Web-based documentation
-files and also to the same information in html files distributed with DART.
-If you have used subversion to check out a local copy of the DART files you
-can open this file in a browser by loading 
-<em class=file>DART/documentation/html/Manhattan_release.html</em>
-and then use the 'local file' links to see 
-other documentation pages without requiring a connection to
-the internet.
-If you are looking at this documentation from
-the <a href="www.image.ucar.edu">www.image.ucar.edu </a> web server or you are
-connected to the internet you can use the 
-Website links to view other documentation pages.
-</p>
-
 <p>To get started running with Lorenz 63 model refer to
 <a href="Manhattan_getting_started.html">Getting Started</a> 
 </p>
@@ -315,31 +300,31 @@
 
 <pre>
     
-    assimilate_this_obs_kind()     =>     assimilate_this_type_of_obs(type_index)
-    evaluate_this_obs_kind()       =>       evaluate_this_type_of_obs(type_index)
-    use_ext_prior_this_obs_kind()  =>  use_ext_prior_this_type_of_obs(type_index)
+    assimilate_this_obs_kind()     =&gt;     assimilate_this_type_of_obs(type_index)
+    evaluate_this_obs_kind()       =&gt;       evaluate_this_type_of_obs(type_index)
+    use_ext_prior_this_obs_kind()  =&gt;  use_ext_prior_this_type_of_obs(type_index)
     
-    get_num_obs_kinds()            =>  get_num_types_of_obs()
-    get_num_raw_obs_kinds()        =>  get_num_quantities()
+    get_num_obs_kinds()            =&gt;  get_num_types_of_obs()
+    get_num_raw_obs_kinds()        =&gt;  get_num_quantities()
     
-    get_obs_kind_index()           => get_index_for_type_of_obs(type_name)
-    get_obs_kind_name()            => get_name_for_type_of_obs(type_index)
+    get_obs_kind_index()           =&gt; get_index_for_type_of_obs(type_name)
+    get_obs_kind_name()            =&gt; get_name_for_type_of_obs(type_index)
     
-    get_raw_obs_kind_index()       =>  get_index_for_quantity(qty_name)
-    get_raw_obs_kind_name()        =>  get_name_for_quantity(qty_index)
+    get_raw_obs_kind_index()       =&gt;  get_index_for_quantity(qty_name)
+    get_raw_obs_kind_name()        =&gt;  get_name_for_quantity(qty_index)
     
-    get_obs_kind_var_type()        =>  get_quantity_for_type_of_obs(type_index)
+    get_obs_kind_var_type()        =&gt;  get_quantity_for_type_of_obs(type_index)
     
-    get_obs_kind()                 =>  get_obs_def_type_of_obs(obs_def)
-    set_obs_def_kind()             =>  set_obs_def_type_of_obs(obs_def)
+    get_obs_kind()                 =&gt;  get_obs_def_type_of_obs(obs_def)
+    set_obs_def_kind()             =&gt;  set_obs_def_type_of_obs(obs_def)
     
-    get_kind_from_menu()           =>  get_type_of_obs_from_menu()
+    get_kind_from_menu()           =&gt;  get_type_of_obs_from_menu()
     
-    read_obs_kind()                =>   read_type_of_obs_table(file_unit, file_format)
-    write_obs_kind()               =>  write_type_of_obs_table(file_unit, file_format)
+    read_obs_kind()                =&gt;   read_type_of_obs_table(file_unit, file_format)
+    write_obs_kind()               =&gt;  write_type_of_obs_table(file_unit, file_format)
     
     maps obs_seq nums to specific type nums, only used in read_obs_seq:
-    map_def_index()                => map_type_of_obs_table()
+    map_def_index()                =&gt; map_type_of_obs_table()
     
     removed this.  apparently unused, and simply calls get_obs_kind_name():
     get_obs_name()
@@ -354,15 +339,15 @@
 
 <pre>
 
-   KIND_ => QTY_


More information about the Dart-dev mailing list