<p><b>laura@ucar.edu</b> 2010-10-12 11:37:54 -0600 (Tue, 12 Oct 2010)</p><p>updated with new physics<br>
</p><hr noshade><pre><font color="gray">Modified: branches/atmos_physics/src/core_nhyd_atmos/Makefile
===================================================================
--- branches/atmos_physics/src/core_nhyd_atmos/Makefile        2010-10-12 17:33:43 UTC (rev 544)
+++ branches/atmos_physics/src/core_nhyd_atmos/Makefile        2010-10-12 17:37:54 UTC (rev 545)
@@ -24,4 +24,4 @@
 .F.o:
         $(RM) $@ $*.mod
         $(CPP) $(CPPFLAGS) $(CPPINCLUDES) $&lt; &gt; $*.f90
-        $(FC) $(FFLAGS) -c $*.f90 $(FCINCLUDES) -I../framework -I../operators -I../core_physics
+        $(FC) $(FFLAGS) -c $*.f90 $(FCINCLUDES) -I../framework -I../operators -I../core_physics -I../core_physics/physics_wrf

Modified: branches/atmos_physics/src/core_nhyd_atmos/module_time_integration.F
===================================================================
--- branches/atmos_physics/src/core_nhyd_atmos/module_time_integration.F        2010-10-12 17:33:43 UTC (rev 544)
+++ branches/atmos_physics/src/core_nhyd_atmos/module_time_integration.F        2010-10-12 17:37:54 UTC (rev 545)
@@ -7,7 +7,7 @@
    use vector_reconstruction
 
 #ifdef DO_PHYSICS
-   use module_microphysics
+   use module_driver_microphysics
    use module_physics_todynamics
 #endif
 

</font>
</pre>