<p><b>laura@ucar.edu</b> 2012-01-13 11:16:31 -0700 (Fri, 13 Jan 2012)</p><p>Changed the value of c_s from 0.25 to 0.125<br>
</p><hr noshade><pre><font color="gray">Modified: branches/atmos_physics/src/core_nhyd_atmos/module_time_integration.F
===================================================================
--- branches/atmos_physics/src/core_nhyd_atmos/module_time_integration.F        2012-01-13 18:15:35 UTC (rev 1359)
+++ branches/atmos_physics/src/core_nhyd_atmos/module_time_integration.F        2012-01-13 18:16:31 UTC (rev 1360)
@@ -1860,6 +1860,7 @@
       real (kind=RKIND), dimension(:,:), pointer :: ur_cell, vr_cell
 
       real (kind=RKIND), parameter :: c_s = 0.125
+!     real (kind=RKIND), parameter :: c_s = 0.25
       real (kind=RKIND), dimension( grid % nVertLevels ) :: d_diag, d_off_diag, flux_arr
       real (kind=RKIND), dimension(:,:), pointer :: defc_a, defc_b
       logical :: delsq_horiz_mixing, newpx

</font>
</pre>