[Dart-dev] DART/branches Revision: 12558

dart at ucar.edu dart at ucar.edu
Wed Apr 25 10:46:09 MDT 2018


thoar at ucar.edu
2018-04-25 10:46:09 -0600 (Wed, 25 Apr 2018)
80
Providing a link to the which_vert table in the location module documentation.




Modified: DART/branches/rma_trunk/models/wrf/model_mod.html
===================================================================
--- DART/branches/rma_trunk/models/wrf/model_mod.html	2018-04-25 15:45:35 UTC (rev 12557)
+++ DART/branches/rma_trunk/models/wrf/model_mod.html	2018-04-25 16:46:09 UTC (rev 12558)
@@ -1070,21 +1070,21 @@
     <TD>The handle to the state.</TD></TR>
 
 <TR><TD valign=top><em class=code>num</em></TD>
-    <TD>the number of observation locations</TD></TR>
+    <TD>The number of observation locations.</TD></TR>
 
 <TR><TD valign=top><em class=code>locs</em></TD>
-    <TD>the array of observation locations</TD></TR>
+    <TD>The array of observation locations.</TD></TR>
 
 <TR><TD valign=top><em class=code>loc_qtys</em></TD>
-    <TD>the array of observation quantities.</TD></TR>
+    <TD>The array of observation quantities.</TD></TR>
 
 <TR><TD valign=top><em class=code>loc_types</em></TD>
-    <TD>the array of observation types.</TD></TR>
+    <TD>The array of observation types.</TD></TR>
 
 <TR><TD valign=top><em class=code>which_vert</em></TD>
-    <TD>the desired vertical coordinate system. There is a table
-        in the <em class=file>location_mod.f90</em> that relates
-        integers to vertical coordinate systems.</TD></TR>
+    <TD>An integer describing the desired vertical coordinate system.
+    There is a <a href="../../assimilation_code/location/threed_sphere/location_mod.html#vert_constants">table describing the vertical coordinate system possibilities</a>.
+</TD></TR>
 
 <TR><TD valign=top><em class=code>status</em></TD>
     <TD>Success or failure of the vertical conversion.
@@ -1128,21 +1128,21 @@
     <TD>The handle to the state.</TD></TR>
 
 <TR><TD valign=top><em class=code>num</em></TD>
-    <TD>the number of state locations</TD></TR>
+    <TD>The number of state locations.</TD></TR>
 
 <TR><TD valign=top><em class=code>locs</em></TD>
-    <TD>the array of state locations</TD></TR>
+    <TD>The array of state locations.</TD></TR>
 
 <TR><TD valign=top><em class=code>loc_qtys</em></TD>
-    <TD>the array of state quantities.</TD></TR>
+    <TD>The array of state quantities.</TD></TR>
 
 <TR><TD valign=top><em class=code>loc_types</em></TD>
-    <TD>the array of state types.</TD></TR>
+    <TD>The array of state types.</TD></TR>
 
 <TR><TD valign=top><em class=code>which_vert</em></TD>
-    <TD>the desired vertical coordinate system. There is a table
-        in the <em class=file>location_mod.f90</em> that relates
-        integers to vertical coordinate systems.</TD></TR>
+    <TD>An integer describing the desired vertical coordinate system.
+    There is a <a href="../../assimilation_code/location/threed_sphere/location_mod.html#vert_constants">table describing the vertical coordinate system possibilities</a>.
+</TD></TR>
 
 <TR><TD valign=top><em class=code>status</em></TD>
     <TD>Success or failure of the vertical conversion.
@@ -1396,8 +1396,8 @@
 </TR>
 <TR><!-- routine --><TD VALIGN=top>model_interpolate <BR> get_dist_wrf </TD>
     <!-- message --><TD VALIGN=top>wrong option for which_vert</TD>
-    <!-- comment --><TD VALIGN=top>See which_vert description in
-    location/threed_sphere/location_mod.html </TD>
+    <!-- comment --><TD VALIGN=top>See the 
+    <a href="../../assimilation_code/location/threed_sphere/location_mod.html#vert_constants">which_vert description</a></TD>
 </TR>
 <TR><!-- routine --><TD VALIGN=top>model_interpolate </TD>
     <!-- message --><TD VALIGN=top>'do not recognize obs kind ',obs_kind</TD>


More information about the Dart-dev mailing list