<p><b>laura@ucar.edu</b> 2012-01-19 12:56:56 -0700 (Thu, 19 Jan 2012)</p><p>Updated to run the Tiedtke parameterization of convection, currently being tested.<br>
</p><hr noshade><pre><font color="gray">Modified: branches/atmos_physics/src/core_atmos_physics/mpas_atmphys_driver.F
===================================================================
--- branches/atmos_physics/src/core_atmos_physics/mpas_atmphys_driver.F        2012-01-19 19:56:26 UTC (rev 1396)
+++ branches/atmos_physics/src/core_atmos_physics/mpas_atmphys_driver.F        2012-01-19 19:56:56 UTC (rev 1397)
@@ -115,7 +115,8 @@
     !call to convection scheme:
     if(config_conv_deep_scheme .ne. 'off') then
        call allocate_convection_deep
-       call driver_convection_deep(itimestep,block%mesh,block%diag_physics,block%tend_physics)
+       call driver_convection_deep(itimestep,block%mesh,block%sfc_input,block%diag_physics, &amp;
+                                  block%tend_physics)
        call deallocate_convection_deep
     endif
 

</font>
</pre>