[Dart-dev] [4949] DART/trunk/doc/html/Kodiak_release.html: i moved this file from DART down into doc/html and needed to fix

nancy at ucar.edu nancy at ucar.edu
Mon Jun 6 10:11:40 MDT 2011


Revision: 4949
Author:   nancy
Date:     2011-06-06 10:11:40 -0600 (Mon, 06 Jun 2011)
Log Message:
-----------
i moved this file from DART down into doc/html and needed to fix
all the links to other parts of the DART tree to have ../../ in front
of all the href targets.

Modified Paths:
--------------
    DART/trunk/doc/html/Kodiak_release.html

-------------- next part --------------
Modified: DART/trunk/doc/html/Kodiak_release.html
===================================================================
--- DART/trunk/doc/html/Kodiak_release.html	2011-06-06 15:31:32 UTC (rev 4948)
+++ DART/trunk/doc/html/Kodiak_release.html	2011-06-06 16:11:40 UTC (rev 4949)
@@ -3,8 +3,8 @@
 <HTML>
 <HEAD>
 <TITLE>DART Kodiak Release Notes</TITLE>
-<link rel="stylesheet" type="text/css" href="doc/html/doc.css" />
-<link href="doc/html/dart.ico" rel="shortcut icon" />
+<link rel="stylesheet" type="text/css" href="../../doc/html/doc.css" />
+<link href="../../doc/html/dart.ico" rel="shortcut icon" />
 </HEAD>
 <BODY>
 <A NAME="TOP"></A>
@@ -14,10 +14,10 @@
 <table border=0 summary="" cellpadding=5>
 <tr>
     <td valign=middle>
-    <img src="doc/html/Dartboard9.png" alt="DART project logo" height=70 />
+    <img src="../../doc/html/Dartboard9.png" alt="DART project logo" height=70 />
     </td>
     <td>
-       <P><!-- already here: Jump to <a href="index.html">DART Documentation Main Index</a --><br />
+       <P>Jump to <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$</small></small>
@@ -82,7 +82,7 @@
 to be read in separately.  The new namelist items are
 <em class=code>inf_initial_from_file</em> and 
 <em class=code>inf_sd_initial_from_file</em>.  See the
-<a href="filter/filter.html#Namelist">filter namelist</a>
+<a href="../../filter/filter.html#Namelist">filter namelist</a>
 documentation for more details.
 </LI>
 
@@ -90,9 +90,9 @@
 <em class=program>dart_tf_wrf</em>, had no namelist, 
 and you entered <tt>T</tt> or <tt>F</tt> to indicate 
 which direction you were converting.  Now we have
-<a href="models/wrf/WRF_DART_utilities/wrf_to_dart.html">wrf_to_dart</a> 
+<a href="../../models/wrf/WRF_DART_utilities/dart_to_wrf.html">wrf_to_dart</a> 
 and
-<a href="models/wrf/WRF_DART_utilities/dart_to_wrf.html">dart_to_wrf</a> 
+<a href="../../models/wrf/WRF_DART_utilities/dart_to_wrf.html">dart_to_wrf</a> 
 each with a namelist to control various options.
 </LI>
 
@@ -101,14 +101,14 @@
 with no namelists, and with several specialized variants 
 (e.g. <em class=program>trans_pv_sv_time0</em>).
 Now we have 
-<a href="models/cam/cam_to_dart.html">cam_to_dart</a> and 
-<a href="models/cam/dart_to_cam.html">dart_to_cam</a>, each with
+<a href="../../models/cam/cam_to_dart.html">cam_to_dart</a> and 
+<a href="../../models/cam/dart_to_cam.html">dart_to_cam</a>, each with
 a namelist to control various options.
 </LI>
 
 <LI>The <em class=code>obs_def_radar_mod.f90</em> radar observation
 module was completely rewritten and the namelist has changed substantially.
-See the <a href="obs_def/obs_def_radar_mod.html">module documentation</a> 
+See the <a href="../../obs_def/obs_def_radar_mod.html">module documentation</a> 
 for details.
 
 For example, the defaults for the old code were:
@@ -153,7 +153,7 @@
 WRF fields are put into the state vector.  The order of the
 field names in the list sets the order of the fields in the
 state vector.  See the
-<a href="models/wrf/model_mod.html#Namelist">WRF model_mod</a> 
+<a href="../../models/wrf/model_mod.html#Namelist">WRF model_mod</a> 
 documentation for details.  Although they haven't been removed
 from the namelist, the following items have no effect
 on the code anymore:
@@ -176,7 +176,7 @@
 
 <LI>The code in <em class=file>filter.f90</em> was corrected 
 to match the documentation for how the namelist item
-<a href="filter/filter.html#Namelist">
+<a href="../../filter/filter.html#Namelist">
 <em class=code>input_qc_threshold</em></a> is handled.
 In the Jamaica release, observations with 
 incoming data QC values greater than
@@ -188,7 +188,7 @@
 
 <LI>The <em class=program>merge_obs_seq</em> utility
 has been replaced by the more comprehensive
-<a href="obs_sequence/obs_sequence_tool.html">
+<a href="../../obs_sequence/obs_sequence_tool.html">
 <em class=program>obs_sequence_tool</em></a> utility.
 </LI>
 
@@ -203,7 +203,7 @@
 <LI>The sampling error correction generator program in
 <em class=file>DART/system_simulation</em> now has a 
 namelist &amp;full_error_nml.  See the
-<a href="system_simulation/system_simulation.html">documentation</a>
+<a href="../../system_simulation/system_simulation.html">documentation</a>
 for more details.
 </LI>
 


More information about the Dart-dev mailing list