<p><b>laura@ucar.edu</b> 2010-07-23 15:32:02 -0600 (Fri, 23 Jul 2010)</p><p>Makefile now points to core_physics instead of core_hyd_phys for access to both hydrostatic and non-hydrostatic cores<br>
</p><hr noshade><pre><font color="gray">Modified: branches/atmos_physics/src/Makefile
===================================================================
--- branches/atmos_physics/src/Makefile        2010-07-23 21:26:22 UTC (rev 420)
+++ branches/atmos_physics/src/Makefile        2010-07-23 21:32:02 UTC (rev 421)
@@ -21,8 +21,8 @@
         ln -sf operators/libops.a libops.a
 
 physcore:
-        ( cd core_hyd_phys; make all )
-        ln -sf core_hyd_phys/libphys.a libphys.a
+        ( cd core_physics; make all )
+        ln -sf core_physics/libphys.a libphys.a
 
 dycore: 
         ( cd core_$(CORE); make all ) 
@@ -37,7 +37,7 @@
         ( cd external; make clean )
         ( cd framework; make clean )
         ( cd operators; make clean )
-        ( cd core_hyd_phys; make clean )
+        ( cd core_physics; make clean )
         ( cd inc; rm -f *.inc )
         if [ -d core_$(CORE) ] ; then \
            ( cd core_$(CORE); make clean ) \

</font>
</pre>