<p><b>mpetersen@lanl.gov</b> 2011-05-03 15:22:00 -0600 (Tue, 03 May 2011)</p><p>Call compute_vertical_mix_coefficients with correct variable, newtime instead of provisional.<br>
</p><hr noshade><pre><font color="gray">Modified: branches/ocean_projects/imp_vert_mix_mrp/src/core_ocean/module_time_integration.F
===================================================================
--- branches/ocean_projects/imp_vert_mix_mrp/src/core_ocean/module_time_integration.F        2011-04-30 00:21:06 UTC (rev 812)
+++ branches/ocean_projects/imp_vert_mix_mrp/src/core_ocean/module_time_integration.F        2011-05-03 21:22:00 UTC (rev 813)
@@ -264,7 +264,7 @@
             allocate(A(nVertLevels),C(nVertLevels),uTemp(nVertLevels), &amp;
                tracersTemp(num_tracers,nVertLevels))
 
-            call compute_vertical_mix_coefficients(provis, block % diagnostics, block % mesh)
+            call compute_vertical_mix_coefficients(block % state % time_levs(2) % state, block % diagnostics, block % mesh)
 
             !
             !  Implicit vertical solve for momentum

</font>
</pre>