<p><b>mpetersen@lanl.gov</b> 2013-01-31 12:44:06 -0700 (Thu, 31 Jan 2013)</p><p>branch commit: namelist.  Revise standard namelist to have tracer del2 and del4 off, and Leith off, based on Todd's review.<br>
</p><hr noshade><pre><font color="gray">Modified: branches/ocean_projects/namelist_cleanup/namelist.input.ocean
===================================================================
--- branches/ocean_projects/namelist_cleanup/namelist.input.ocean        2013-01-31 18:10:12 UTC (rev 2406)
+++ branches/ocean_projects/namelist_cleanup/namelist.input.ocean        2013-01-31 19:44:06 UTC (rev 2407)
@@ -43,21 +43,21 @@
         config_apvm_scale_factor = 0.0
 /
 &amp;hmix_del2
-        config_use_mom_del2 = .true.
-        config_use_tracer_del2 = .true.
+        config_use_mom_del2 = .false.
+        config_use_tracer_del2 = .false.
         config_h_mom_eddy_visc2 = 0.0
         config_h_tracer_eddy_diff2 = 0.0
         config_visc_vorticity_visc2_scale = 1.0
 /
 &amp;hmix_del4
         config_use_mom_del4 = .true.
-        config_use_tracer_del4 = .true.
+        config_use_tracer_del4 = .false.
         config_h_mom_eddy_visc4 = 5.0e13
-        config_h_tracer_eddy_diff4 = 5.0e13
+        config_h_tracer_eddy_diff4 = 0.0
         config_visc_vorticity_visc4_scale = 1.0
 /
 &amp;hmix_Leith
-        config_use_Leith_del2 = .true.
+        config_use_Leith_del2 = .false.
         config_Leith_parameter = 1.0
         config_Leith_dx = 15000.0
         config_Leith_visc2_max = 2.5e3

</font>
</pre>