<p><b>ringler@lanl.gov</b> 2013-04-01 16:02:39 -0600 (Mon, 01 Apr 2013)</p><p><br>
documentation of Leith closure config variables<br>
</p><hr noshade><pre><font color="gray">Modified: trunk/mpas/src/core_ocean/Registry.xml
===================================================================
--- trunk/mpas/src/core_ocean/Registry.xml        2013-04-01 20:37:07 UTC (rev 2692)
+++ trunk/mpas/src/core_ocean/Registry.xml        2013-04-01 22:02:39 UTC (rev 2693)
@@ -222,20 +222,20 @@
        </nml_record>
        <nml_record name="hmix_Leith">
                <nml_option name="config_use_Leith_del2" type="logical" default_value=".false." units=""
-                 description=""
-                 possible_values=""
+                 description="If true, the Leith enstrophy-cascade closure is turned on"
+                 possible_values=".true. or .false."
                />
                <nml_option name="config_Leith_parameter" type="real" default_value="1.0" units=""
-                 description=""
-                 possible_values=""
+                 description="Non-dimensional Leith closure parameter"
+                 possible_values="non-dimensional"
                />
                <nml_option name="config_Leith_dx" type="real" default_value="15000.0" units=""
-                 description=""
-                 possible_values=""
+                 description="Characteristic length scale, usually the smallest dx in the mesh"
+                 possible_values="m"
                />
                <nml_option name="config_Leith_visc2_max" type="real" default_value="2.5e3" units=""
-                 description=""
-                 possible_values=""
+                 description="Upper bound on the allowable value of Leith-computed viscosity"
+                 possible_values="m^2 s^{-1}"
                />
        </nml_record>
        <nml_record name="standard_GM">
</font>
</pre>