[Dart-dev] DART/branches Revision: 11426

dart at ucar.edu dart at ucar.edu
Fri Mar 31 14:42:47 MDT 2017


hendric at ucar.edu
2017-03-31 14:42:46 -0600 (Fri, 31 Mar 2017)
239
fixing some additional internal links and making the title
pages be consistent with eachother and what is in the file.
updated the index.html to reference to correct source files.
before all of the href's were missing the extention .f90.




Modified: DART/branches/rma_trunk/assimilation_code/location/channel/location_mod.html
===================================================================
--- DART/branches/rma_trunk/assimilation_code/location/channel/location_mod.html	2017-03-30 22:40:13 UTC (rev 11425)
+++ DART/branches/rma_trunk/assimilation_code/location/channel/location_mod.html	2017-03-31 20:42:46 UTC (rev 11426)
@@ -2,7 +2,7 @@
           "http://www.w3.org/TR/html4/strict.dtd">
 <HTML>
 <HEAD>
-<TITLE>module location_mod</TITLE>
+<TITLE>module location_mod (channel)</TITLE>
 <link rel="stylesheet" type="text/css" href="../../../documentation/html/doc.css" />
 <link href="../../../documentation/images/dart.ico" rel="shortcut icon" />
 </HEAD>

Modified: DART/branches/rma_trunk/assimilation_code/location/oned/location_mod.html
===================================================================
--- DART/branches/rma_trunk/assimilation_code/location/oned/location_mod.html	2017-03-30 22:40:13 UTC (rev 11425)
+++ DART/branches/rma_trunk/assimilation_code/location/oned/location_mod.html	2017-03-31 20:42:46 UTC (rev 11426)
@@ -2,7 +2,7 @@
           "http://www.w3.org/TR/html4/strict.dtd">
 <HTML>
 <HEAD>
-<TITLE>module location_mod</TITLE>
+<TITLE>module location_mod (1D)</TITLE>
 <link rel="stylesheet" type="text/css" href="../../../documentation/html/doc.css" />
 <link href="../../../documentation/images/dart.ico" rel="shortcut icon" />
 </HEAD>

Modified: DART/branches/rma_trunk/assimilation_code/location/threed_cartesian/location_mod.html
===================================================================
--- DART/branches/rma_trunk/assimilation_code/location/threed_cartesian/location_mod.html	2017-03-30 22:40:13 UTC (rev 11425)
+++ DART/branches/rma_trunk/assimilation_code/location/threed_cartesian/location_mod.html	2017-03-31 20:42:46 UTC (rev 11426)
@@ -2,7 +2,7 @@
           "http://www.w3.org/TR/html4/strict.dtd">
 <HTML>
 <HEAD>
-<TITLE>module location_mod</TITLE>
+<TITLE>module location_mod (threed_cartesian)</TITLE>
 <link rel="stylesheet" type="text/css" href="../../../documentation/html/doc.css" />
 <link href="../../../documentation/images/dart.ico" rel="shortcut icon" />
 </HEAD>

Modified: DART/branches/rma_trunk/assimilation_code/location/threed_sphere/location_mod.html
===================================================================
--- DART/branches/rma_trunk/assimilation_code/location/threed_sphere/location_mod.html	2017-03-30 22:40:13 UTC (rev 11425)
+++ DART/branches/rma_trunk/assimilation_code/location/threed_sphere/location_mod.html	2017-03-31 20:42:46 UTC (rev 11426)
@@ -2,7 +2,7 @@
           "http://www.w3.org/TR/html4/strict.dtd">
 <HTML>
 <HEAD>
-<TITLE>module location_mod</TITLE>
+<TITLE>module location_mod (threed_sphere)</TITLE>
 <link rel="stylesheet" type="text/css" href="../../../documentation/html/doc.css" />
 <link href="../../../documentation/images/dart.ico" rel="shortcut icon" />
 </HEAD>

Modified: DART/branches/rma_trunk/assimilation_code/modules/observations/obs_sequence_mod.html
===================================================================
--- DART/branches/rma_trunk/assimilation_code/modules/observations/obs_sequence_mod.html	2017-03-30 22:40:13 UTC (rev 11425)
+++ DART/branches/rma_trunk/assimilation_code/modules/observations/obs_sequence_mod.html	2017-03-31 20:42:46 UTC (rev 11426)
@@ -2,7 +2,7 @@
           "http://www.w3.org/TR/html4/strict.dtd">
 <HTML>
 <HEAD>
-<TITLE>module obs_sequence</TITLE>
+<TITLE>module obs_sequence_mod</TITLE>
 <link rel="stylesheet" type="text/css" href="../../../documentation/html/doc.css" />
 <link href="../../../documentation/images/dart.ico" rel="shortcut icon" />
 </HEAD>
@@ -54,7 +54,7 @@
 These routines are commonly used in conversion programs which read
 observation data from various formats and create a DART observation
 sequence in memory, and then write it out to a file.  See the
-<a href="../../observations/obs_converters/observations.html">observations</a>
+<a href="../../../observations/obs_converters/observations.html">observations</a>
 directory for examples of programs which create and manipulate
 observations using this routines.
 </P>

Modified: DART/branches/rma_trunk/assimilation_code/modules/utilities/mpi_utilities_mod.html
===================================================================
--- DART/branches/rma_trunk/assimilation_code/modules/utilities/mpi_utilities_mod.html	2017-03-30 22:40:13 UTC (rev 11425)
+++ DART/branches/rma_trunk/assimilation_code/modules/utilities/mpi_utilities_mod.html	2017-03-31 20:42:46 UTC (rev 11426)
@@ -64,7 +64,7 @@
 the MPI library and run-time system to pass data between different
 nodes on a parallel cluster or supercomputer.  There is a lot of
 information about MPI on the web.  See here for 
-<a href="http://www.lam-mpi.org/tutorials">
+<a href="https://computing.llnl.gov/tutorials/mpi/">
 an intro to MPI and parallel programming</a>, and here for
 <a href="http://www.open-mpi.org">downloads and technical help</a>.
 </P> <P>

Modified: DART/branches/rma_trunk/assimilation_code/programs/create_fixed_network_seq/create_fixed_network_seq.html
===================================================================
--- DART/branches/rma_trunk/assimilation_code/programs/create_fixed_network_seq/create_fixed_network_seq.html	2017-03-30 22:40:13 UTC (rev 11425)
+++ DART/branches/rma_trunk/assimilation_code/programs/create_fixed_network_seq/create_fixed_network_seq.html	2017-03-31 20:42:46 UTC (rev 11426)
@@ -2,7 +2,7 @@
           "http://www.w3.org/TR/html4/strict.dtd">
 <HTML>
 <HEAD>


More information about the Dart-dev mailing list