<p><b>laura@ucar.edu</b> 2012-06-15 12:56:32 -0600 (Fri, 15 Jun 2012)</p><p>added the option do_hydrostatic_pressure to use the hydrostatic pressure instead of the non-hydrostatic pressure in the calls to the different physics parameterizations, except for the cloud microphysics schemes<br>
</p><hr noshade><pre><font color="gray">Modified: branches/atmos_physics/src/core_atmos_physics/Makefile
===================================================================
--- branches/atmos_physics/src/core_atmos_physics/Makefile        2012-06-15 17:22:19 UTC (rev 1987)
+++ branches/atmos_physics/src/core_atmos_physics/Makefile        2012-06-15 18:56:32 UTC (rev 1988)
@@ -6,6 +6,8 @@
 ifeq ($(CORE),nhyd_atmos)
 COREDEF = -Dnon_hydrostatic_core 
 endif
+HYDROSTATIC = -Ddo_hydrostatic_pressure
+#HYDROSTATIC =
 
 dummy:
         echo &quot;****** make non-hydrostatic core ******&quot;
@@ -225,5 +227,5 @@
 
 .F.o:
         $(RM) $@ $*.mod
-        $(CPP) $(CPPFLAGS) $(COREDEF) $(CPPINCLUDES)  -DIWORDSIZE=4 -DRWORDSIZE=8 $&lt; &gt; $*.f90
+        $(CPP) $(CPPFLAGS) $(COREDEF) $(HYDROSTATIC) $(CPPINCLUDES)  -DIWORDSIZE=4 -DRWORDSIZE=8 $&lt; &gt; $*.f90
         $(FC) $(FFLAGS) -c $*.f90 $(FCINCLUDES) -I../framework -I../operators -I./physics_wrf -I./physics_eaung -I../external/esmf_time_f90

</font>
</pre>