<p><b>dwj07@fsu.edu</b> 2013-03-26 09:39:56 -0600 (Tue, 26 Mar 2013)</p><p><br>
        -- TRUNK COMMIT --<br>
<br>
        core_ocean only.<br>
        Adding more documentation to our Registry.xml file.<br>
</p><hr noshade><pre><font color="gray">Modified: trunk/mpas/src/core_ocean/Registry.xml
===================================================================
--- trunk/mpas/src/core_ocean/Registry.xml        2013-03-25 16:55:55 UTC (rev 2666)
+++ trunk/mpas/src/core_ocean/Registry.xml        2013-03-26 15:39:56 UTC (rev 2667)
@@ -920,16 +920,16 @@
                 &lt;var name=&quot;bottomDepth&quot; type=&quot;real&quot; dimensions=&quot;nCells&quot; streams=&quot;iro&quot; units=&quot;m&quot;
                      description=&quot;Depth of the bottom of the ocean. Given as a positive distance from sea level.&quot;
                 /&gt;
-                &lt;var name=&quot;deriv_two&quot; type=&quot;real&quot; dimensions=&quot;maxEdges2 TWO nEdges&quot; units=&quot;&quot;
+                &lt;var name=&quot;deriv_two&quot; type=&quot;real&quot; dimensions=&quot;maxEdges2 TWO nEdges&quot; units=&quot;m^{-2}&quot;
                      description=&quot;Value of the second derivative of the polynomial used for reconstruction of cell center quantities at edges.&quot;
                 /&gt;
-                &lt;var name=&quot;adv_coefs&quot; type=&quot;real&quot; dimensions=&quot;nAdvectionCells nEdges&quot; units=&quot;&quot;
+                &lt;var name=&quot;adv_coefs&quot; type=&quot;real&quot; dimensions=&quot;nAdvectionCells nEdges&quot; units=&quot;m&quot;
                      description=&quot;Weighting coefficients used for reconstruction of cell center quantities at edges. Used in advection routines.&quot;
                 /&gt;
-                &lt;var name=&quot;adv_coefs_2nd&quot; type=&quot;real&quot; dimensions=&quot;nAdvectionCells nEdges&quot; units=&quot;&quot;
+                &lt;var name=&quot;adv_coefs_2nd&quot; type=&quot;real&quot; dimensions=&quot;nAdvectionCells nEdges&quot; units=&quot;m&quot;
                      description=&quot;Weighting coefficients used for reconstruction of cell center quantities at edges. Used in advection routines.&quot;
                 /&gt;
-                &lt;var name=&quot;adv_coefs_3rd&quot; type=&quot;real&quot; dimensions=&quot;nAdvectionCells nEdges&quot; units=&quot;&quot;
+                &lt;var name=&quot;adv_coefs_3rd&quot; type=&quot;real&quot; dimensions=&quot;nAdvectionCells nEdges&quot; units=&quot;m&quot;
                         description=&quot;Wegihting coefficients used for reconstruction of cell center quantities at edges. Used in advection routines.&quot;
                 /&gt;
                 &lt;var name=&quot;advCellsForEdge&quot; type=&quot;integer&quot; dimensions=&quot;nAdvectionCells nEdges&quot; units=&quot;unitless&quot;
@@ -944,17 +944,17 @@
                 &lt;var name=&quot;lowOrderAdvectionMask&quot; type=&quot;integer&quot; dimensions=&quot;nVertLevels nEdges&quot; units=&quot;unitless&quot;
                      description=&quot;Mask for low order advection. Values are 1 if low order is used, and 0 if not.&quot;
                 /&gt;
-                &lt;var name=&quot;defc_a&quot; type=&quot;real&quot; dimensions=&quot;maxEdges nCells&quot; units=&quot;&quot;
+                &lt;var name=&quot;defc_a&quot; type=&quot;real&quot; dimensions=&quot;maxEdges nCells&quot; units=&quot;m^{-1}&quot;
                      description=&quot;Variable used with advection setup to compute advection coefficients. Deformation weight coefficients.&quot;
                 /&gt;
-                &lt;var name=&quot;defc_b&quot; type=&quot;real&quot; dimensions=&quot;maxEdges nCells&quot; units=&quot;&quot;
+                &lt;var name=&quot;defc_b&quot; type=&quot;real&quot; dimensions=&quot;maxEdges nCells&quot; units=&quot;m^{-1}&quot;
                      description=&quot;Variable used with advection setup to compute advection coefficients. Deformation weight coefficients.&quot;
                 /&gt;
                 &lt;var name=&quot;kdiff&quot; type=&quot;real&quot; dimensions=&quot;nVertLevels nCells Time&quot; units=&quot;&quot;
                          description=&quot;{\color{red} TO BE REMOVED}&quot;
                 /&gt;
-                &lt;var name=&quot;coeffs_reconstruct&quot; type=&quot;real&quot; dimensions=&quot;R3 maxEdges nCells&quot; units=&quot;&quot;
-                         description=&quot;{\color{red} TO BE REMOVED}&quot;
+                &lt;var name=&quot;coeffs_reconstruct&quot; type=&quot;real&quot; dimensions=&quot;R3 maxEdges nCells&quot; units=&quot;unitless&quot;
+                         description=&quot;Coefficients to reconstruct velocity vectors at cells centers.&quot;
                 /&gt;
                 &lt;var name=&quot;maxLevelCell&quot; type=&quot;integer&quot; dimensions=&quot;nCells&quot; streams=&quot;iro&quot; units=&quot;unitless&quot;
                      description=&quot;Index to the last active ocean cell in each column.&quot;

</font>
</pre>