<p><b>laura@ucar.edu</b> 2012-02-21 10:32:45 -0700 (Tue, 21 Feb 2012)</p><p>corrected times-tep used for calculating the lifetime of convective clouds. This correction mostly impacts the lifetime of shaloow convective clouds<br>
</p><hr noshade><pre><font color="gray">Modified: branches/atmos_physics/src/core_atmos_physics/mpas_atmphys_driver_convection_deep.F
===================================================================
--- branches/atmos_physics/src/core_atmos_physics/mpas_atmphys_driver_convection_deep.F        2012-02-21 17:02:31 UTC (rev 1521)
+++ branches/atmos_physics/src/core_atmos_physics/mpas_atmphys_driver_convection_deep.F        2012-02-21 17:32:45 UTC (rev 1522)
@@ -196,7 +196,7 @@
        write(0,*) '--- enter subroutine kf_eta_cps:'
        call  kf_eta_cps ( &amp;
              dt        = dt_dyn     , ktau            = itimestep       ,            &amp;
-             areaCell  = area_p     , cudt            = dt_cu           ,            &amp;
+             areaCell  = area_p     , cudt            = cudt            ,            &amp;
              curr_secs = curr_secs  , adapt_step_flag = adapt_step_flag ,            &amp;
              rho       = rho_p      , raincv          = raincv_p        ,            &amp;
              pratec    = pratec_p   , nca             = nca_p           ,            &amp;

</font>
</pre>