<p><b>mpetersen@lanl.gov</b> 2013-02-04 13:25:14 -0700 (Mon, 04 Feb 2013)</p><p>ocean core only.  Correcting default value for Richardson mixing in the default ocean namelist.<br>
</p><hr noshade><pre><font color="gray">Modified: trunk/mpas/namelist.input.ocean
===================================================================
--- trunk/mpas/namelist.input.ocean        2013-02-04 18:56:15 UTC (rev 2421)
+++ trunk/mpas/namelist.input.ocean        2013-02-04 20:25:14 UTC (rev 2422)
@@ -86,7 +86,7 @@
         config_use_rich_diff = .true.
         config_bkrd_vert_visc = 1.0e-4
         config_bkrd_vert_diff = 1.0e-5
-        config_rich_mix = 50.0
+        config_rich_mix = 0.005
 /
 &amp;vmix_tanh
         config_use_tanh_visc = .false.

</font>
</pre>