[Dart-dev] DART/branches Revision: 11402

dart at ucar.edu dart at ucar.edu
Mon Mar 27 17:20:09 MDT 2017


hendric at ucar.edu
2017-03-27 17:20:08 -0600 (Mon, 27 Mar 2017)
95
adding in images that where missing.  making html
titels consistent for programs and modules.




Modified: DART/branches/rma_trunk/assimilation_code/modules/assimilation/assim_tools_mod.html
===================================================================
--- DART/branches/rma_trunk/assimilation_code/modules/assimilation/assim_tools_mod.html	2017-03-27 22:16:08 UTC (rev 11401)
+++ DART/branches/rma_trunk/assimilation_code/modules/assimilation/assim_tools_mod.html	2017-03-27 23:20:08 UTC (rev 11402)
@@ -127,8 +127,8 @@
         <li>Type 3 (Ramped Boxcar) is 1 to cutoff and then ramps linearly down to 0 at 2*cutoff.
         </ul>
     </td>
-    <td><a href="../doc/images/cutoff_fig.png">
-<img src="../doc/images/cutoff_fig.png" alt="Shapes of Cutoff curves" height=240 border=0 /></a>
+    <td><a href="../../../documentation/images/cutoff_fig.png">
+<img src="../../../documentation/images/cutoff_fig.png" alt="Shapes of Cutoff curves" height=240 border=0 /></a>
      <br />Click image for larger version.
 </tr>
 </table>

Modified: DART/branches/rma_trunk/assimilation_code/modules/observations/DEFAULT_obs_kind_mod.html
===================================================================
--- DART/branches/rma_trunk/assimilation_code/modules/observations/DEFAULT_obs_kind_mod.html	2017-03-27 22:16:08 UTC (rev 11401)
+++ DART/branches/rma_trunk/assimilation_code/modules/observations/DEFAULT_obs_kind_mod.html	2017-03-27 23:20:08 UTC (rev 11402)
@@ -2,7 +2,7 @@
           "http://www.w3.org/TR/html4/strict.dtd">
 <HTML>
 <HEAD>
-<TITLE>module DEFAULT_obs_def_kind</TITLE>
+<TITLE>module DEFAULT_obs_kind_mod</TITLE>
 <link rel="stylesheet" type="text/css" href="../../../documentation/html/doc.css" />
 <link href="../../../documentation/images/dart.ico" rel="shortcut icon" />
 </HEAD>
@@ -9,7 +9,7 @@
 <BODY>
 <A NAME="TOP"></A>
 
-<H1>MODULE DEFAULT_obs_def_kind</H1>
+<H1>MODULE DEFAULT_obs_kind_mod</H1>
 
 <table border=0 summary="" cellpadding=5>
 <tr>
@@ -48,7 +48,7 @@
 <br>
 <br> 
 To add a new specific observation type, see the
-<a href="../observations/forward_operators/observations/forward_operators/obs_def_mod.html">obs_def_mod</a> documentation.
+<a href="../../observations/forward_operators/obs_def_mod.html">obs_def_mod</a> documentation.
 If adding this type includes defining a new generic observation kind,
 then the kind must be added to the table in this file, with a unique
 integer value defined for it.

Modified: DART/branches/rma_trunk/assimilation_code/modules/observations/obs_kind_mod.html
===================================================================
--- DART/branches/rma_trunk/assimilation_code/modules/observations/obs_kind_mod.html	2017-03-27 22:16:08 UTC (rev 11401)
+++ DART/branches/rma_trunk/assimilation_code/modules/observations/obs_kind_mod.html	2017-03-27 23:20:08 UTC (rev 11402)
@@ -2,7 +2,7 @@
           "http://www.w3.org/TR/html4/strict.dtd">
 <HTML>
 <HEAD>
-<TITLE>module obs_def_kind</TITLE>
+<TITLE>module obs_kind_mod</TITLE>
 <link rel="stylesheet" type="text/css" href="../../../documentation/html/doc.css" />
 <link href="../../../documentation/images/dart.ico" rel="shortcut icon" />
 </HEAD>
@@ -9,7 +9,7 @@
 <BODY>
 <A NAME="TOP"></A>
 
-<H1>MODULE <em class=program>obs_def_kind_mod</em></H1>
+<H1>MODULE <em class=program>obs_kind_mod</em></H1>
 
 <table border=0 summary="" cellpadding=5>
 <tr>

Modified: DART/branches/rma_trunk/assimilation_code/modules/utilities/ensemble_manager_mod.html
===================================================================
--- DART/branches/rma_trunk/assimilation_code/modules/utilities/ensemble_manager_mod.html	2017-03-27 22:16:08 UTC (rev 11401)
+++ DART/branches/rma_trunk/assimilation_code/modules/utilities/ensemble_manager_mod.html	2017-03-27 23:20:08 UTC (rev 11402)
@@ -218,10 +218,10 @@
 
 <div>
 <table width="100%" summary='communication patterns'><tr>
-<td><a href="../doc/images/comm_pattern96.png">
-<img src="../doc/images/comm_pattern96.png" width="400" alt="communication pattern"></a>
-<td><a href="../doc/images/comm_pattern512.png">
-<img src="../doc/images/comm_pattern512.png" width="400" alt="communication pattern 2"></a>
+<td><a href="../../../documentation/images/comm_pattern96.png">
+<img src="../../../documentation/images/comm_pattern96.png" width="400" alt="communication pattern"></a>
+<td><a href="../../../documentation/images/comm_pattern512.png">
+<img src="../../../documentation/images/comm_pattern512.png" width="400" alt="communication pattern 2"></a>
 </table>
 </div>
 

Modified: DART/branches/rma_trunk/assimilation_code/programs/gen_sampling_err_table/gen_sampling_err_table.html
===================================================================
--- DART/branches/rma_trunk/assimilation_code/programs/gen_sampling_err_table/gen_sampling_err_table.html	2017-03-27 22:16:08 UTC (rev 11401)
+++ DART/branches/rma_trunk/assimilation_code/programs/gen_sampling_err_table/gen_sampling_err_table.html	2017-03-27 23:20:08 UTC (rev 11402)
@@ -2,7 +2,7 @@
           "http://www.w3.org/TR/html4/strict.dtd">
 <HTML>
 <HEAD>
-<TITLE>program gen_sampling_err_tool</TITLE>
+<TITLE>program gen_sampling_err_table</TITLE>


More information about the Dart-dev mailing list