<p><b>dwj07@fsu.edu</b> 2013-01-17 13:17:33 -0700 (Thu, 17 Jan 2013)</p><p><br>
        -- BRANCH COMMIT --<br>
<br>
        Fixing an issue with constant vertical mixing.<br>
<br>
        Runs are not bit reproducible with the trunk.<br>
</p><hr noshade><pre><font color="gray">Modified: branches/ocean_projects/namelist_cleanup/src/core_ocean/mpas_ocn_vmix_coefs_const.F
===================================================================
--- branches/ocean_projects/namelist_cleanup/src/core_ocean/mpas_ocn_vmix_coefs_const.F        2013-01-15 23:03:52 UTC (rev 2387)
+++ branches/ocean_projects/namelist_cleanup/src/core_ocean/mpas_ocn_vmix_coefs_const.F        2013-01-17 20:17:33 UTC (rev 2388)
@@ -280,6 +280,8 @@
 
       constViscOn = config_use_const_visc
       constDiffOn = config_use_const_diff
+      constVisc = config_vert_visc
+      constDiff = config_vert_diff
 
 !     if (config_vert_visc_type.eq.'const') then
 !         constViscOn = .true.

</font>
</pre>