<p><b>duda</b> 2012-07-26 12:16:47 -0600 (Thu, 26 Jul 2012)</p><p>BRANCH COMMIT<br>
<br>
Turn off moisture for DCMIP in J&amp;W baroclinic wave test case.<br>
<br>
<br>
M    src/core_init_nhyd_atmos/mpas_init_atm_test_cases.F<br>
</p><hr noshade><pre><font color="gray">Modified: branches/dcmip/src/core_init_nhyd_atmos/mpas_init_atm_test_cases.F
===================================================================
--- branches/dcmip/src/core_init_nhyd_atmos/mpas_init_atm_test_cases.F        2012-07-26 18:06:33 UTC (rev 2060)
+++ branches/dcmip/src/core_init_nhyd_atmos/mpas_init_atm_test_cases.F        2012-07-26 18:16:47 UTC (rev 2061)
@@ -278,7 +278,8 @@
       real (kind=RKIND) :: dlat, hx_1d
       real (kind=RKIND) :: z_edge, z_edge3, d2fdx2_cell1, d2fdx2_cell2
 
-      logical, parameter :: moisture = .true.
+!!!      logical, parameter :: moisture = .true.
+      logical, parameter :: moisture = .false.
       !
       ! Scale all distances and areas from a unit sphere to one with radius sphere_radius
       !

</font>
</pre>