[Dart-dev] [5002] DART/trunk/utilities/model_mod_check.html: Fix <P></P> nesting.

nancy at ucar.edu nancy at ucar.edu
Mon Jun 13 17:02:55 MDT 2011


Revision: 5002
Author:   nancy
Date:     2011-06-13 17:02:55 -0600 (Mon, 13 Jun 2011)
Log Message:
-----------
Fix <P></P> nesting.

Modified Paths:
--------------
    DART/trunk/utilities/model_mod_check.html

-------------- next part --------------
Modified: DART/trunk/utilities/model_mod_check.html
===================================================================
--- DART/trunk/utilities/model_mod_check.html	2011-06-13 23:01:20 UTC (rev 5001)
+++ DART/trunk/utilities/model_mod_check.html	2011-06-13 23:02:55 UTC (rev 5002)
@@ -195,6 +195,7 @@
 DART, so to be able to build and run <em class="program">model_mod_check</em>,
 you will need to create a <em class="file">path_names_model_mod_check</em>
 file with the following contents:
+</P>
 <pre>
 assim_model/assim_model_mod.f90
 common/types_mod.f90
@@ -221,13 +222,13 @@
 [~/DART/models/yourmodel/work] % <em class="input">./model_mod_check</em>
 </pre>
 </div>
-</P>
 
 <P>
 Unlike other DART components, you are expected
 to modify <em class="file">model_mod_check.f90</em> to suit your needs as
 you develop your <em class="program">model_mod</em>. The code is roughly 
 divided into the following categories:
+</P>
 <ol><li>Check the geometry information,</li>
     <li>write a trivial restart file,</li>
     <li>read either a restart file,</li>
@@ -235,7 +236,6 @@
     <li>check the metadata, and</li>
     <li>[optionally] run a test of the model interpolation routine.</li>
 </ol>
-</P>
 
 <H3 class=indent1>Checking the Geometry Information:</H3>
 <P>


More information about the Dart-dev mailing list