<p><b>laura@ucar.edu</b> 2010-12-21 15:51:10 -0700 (Tue, 21 Dec 2010)</p><p>updated Makefile to handle new physics<br>
</p><hr noshade><pre><font color="gray">Modified: branches/atmos_physics/src/core_physics/physics_wrf/Makefile
===================================================================
--- branches/atmos_physics/src/core_physics/physics_wrf/Makefile        2010-12-21 22:49:57 UTC (rev 656)
+++ branches/atmos_physics/src/core_physics/physics_wrf/Makefile        2010-12-21 22:51:10 UTC (rev 657)
@@ -10,9 +10,9 @@
         module_cu_kfeta.o     \
         module_mp_kessler.o   \
         module_mp_thompson.o  \
-        module_sf_sfclay.o    \
         module_ra_rrtmg_lw.o  \
-        module_ra_rrtmg_sw.o
+        module_ra_rrtmg_sw.o  \
+        module_sf_sfclay.o
 
 physics_wrf: $(OBJS)
         ar -ru ./../libphys.a $(OBJS)
@@ -24,4 +24,4 @@
 
 .F.o:
         $(CPP) $(CPPFLAGS) $(COREDEF) $(CPPINCLUDES) -DIWORDSIZE=4 -DRWORDSIZE=8 $&lt; &gt; $*.f90
-        $(FC) $(FFLAGS) -c $*.f90 $(FCINCLUDES) -I../../framework -I../../operators
+        $(FC) $(FFLAGS) -c $*.f90 $(FCINCLUDES) -I../../framework -I../../operators -I../core_physics

</font>
</pre>