<p><b>laura@ucar.edu</b> 2012-02-29 12:49:23 -0700 (Wed, 29 Feb 2012)</p><p>commented out the call to subroutine update_convection_deep that was moved at the bottom of the physics driver<br>
</p><hr noshade><pre><font color="gray">Modified: branches/atmos_physics/src/core_atmos_physics/mpas_atmphys_update.F
===================================================================
--- branches/atmos_physics/src/core_atmos_physics/mpas_atmphys_update.F        2012-02-29 19:47:46 UTC (rev 1555)
+++ branches/atmos_physics/src/core_atmos_physics/mpas_atmphys_update.F        2012-02-29 19:49:23 UTC (rev 1556)
@@ -31,7 +31,7 @@
  do while(associated(block))
 
     !parameterization of convection: update accumulated precipitation.
-    call update_convection_deep(dt,block%mesh,block%diag_physics)
+    !call update_convection_deep(dt,config_bucket_rainc,block%mesh,block%diag_physics)
 
     block =&gt; block % next
  end do

</font>
</pre>