[Dart-dev] [9046] DART/trunk/models/clm/model_mod.html: Fixing a couple incorrect comments.

nancy at ucar.edu nancy at ucar.edu
Thu Nov 12 20:56:30 MST 2015


Revision: 9046
Author:   thoar
Date:     2015-11-12 20:56:29 -0700 (Thu, 12 Nov 2015)
Log Message:
-----------
Fixing a couple incorrect comments. Nothing 'new'.

Modified Paths:
--------------
    DART/trunk/models/clm/model_mod.html

-------------- next part --------------
Modified: DART/trunk/models/clm/model_mod.html
===================================================================
--- DART/trunk/models/clm/model_mod.html	2015-11-13 00:58:00 UTC (rev 9045)
+++ DART/trunk/models/clm/model_mod.html	2015-11-13 03:56:29 UTC (rev 9046)
@@ -441,7 +441,7 @@
 </TR>
 
 <TR><TD>model_perturbation_amplitude</TD>
-    <TD>integer</TD>
+    <TD>real(r8)</TD>
     <TD>Required by the DART interfaces, but not used by CLM.</TD>
 </TR>
 
@@ -683,8 +683,7 @@
     <TD>The location of state variable element.</TD></TR>
 
 <TR><TD><em class=optionalcode>var_type</em></TD>
-    <TD>Returns the type (always 1) of the indexed state 
-        variable as an optional argument.</TD></TR>
+    <TD>The generic DART kind of the state variable element.</TD></TR>
 
 </TABLE>
 
@@ -729,7 +728,9 @@
     <TD> The interpolated value from the model.</TD></TR>
 
 <TR><TD><em class=code>istatus</em></TD>
-    <TD>Quality control information, always returned 0.</TD></TR>
+    <TD>If the interpolation was successful <em class=code>istatus = 0</em>.
+        If <em class=code>istatus /= 0</em> the interpolation failed.
+        Values less than zero are reserved for DART.</TD></TR>
 
 </TABLE>
 
@@ -1008,6 +1009,9 @@
 <!-- Description -->
 
 <P>
+In distance computations any two locations closer than the
+given <em class=code>maxdist</em> will be considered close
+by the <em class=code>get_close_obs()</em> routine.
 Pass-through to the 3D Sphere locations module. See
 <A HREF="../../location/threed_sphere/location_mod.html#get_close_maxdist_init">
 get_close_maxdist_init()</A> for the documentation of this subroutine.


More information about the Dart-dev mailing list