[Dart-dev] [5003] DART/trunk/models/cam/cam_to_dart.html: Fix an unescaped & and fix a reference to a namelist.

nancy at ucar.edu nancy at ucar.edu
Mon Jun 13 17:06:26 MDT 2011


Revision: 5003
Author:   nancy
Date:     2011-06-13 17:06:26 -0600 (Mon, 13 Jun 2011)
Log Message:
-----------
Fix an unescaped & and fix a reference to a namelist.

Modified Paths:
--------------
    DART/trunk/models/cam/cam_to_dart.html

-------------- next part --------------
Modified: DART/trunk/models/cam/cam_to_dart.html
===================================================================
--- DART/trunk/models/cam/cam_to_dart.html	2011-06-13 23:02:55 UTC (rev 5002)
+++ DART/trunk/models/cam/cam_to_dart.html	2011-06-13 23:06:26 UTC (rev 5003)
@@ -90,7 +90,7 @@
 </P>
 <div class=namelist>
 <pre>
-<em class=call>namelist / cam_to_dart_nml / </em> cam_to_dart_input_file, &
+<em class=call>namelist / cam_to_dart_nml / </em> cam_to_dart_input_file, &amp;
                                        cam_to_dart_output_file
 </pre>
 </div>
@@ -151,7 +151,7 @@
 <UL>
     <LI>DART namelist file; <em class=file>input.nml</em></LI>
     <LI>CAM restart file; <em class=file>caminput.nc</em></LI>
-    <LI>CAM "phis" file specified in <em class=code>model_nml&cam_phis</em> 
+    <LI>CAM "phis" file specified in <em class=code>&amp;model_nml::cam_phis</em> 
         (normally <em class=file>cam_phis.nc</em>)</LI>
 </UL>
 


More information about the Dart-dev mailing list