<p><b>laura@ucar.edu</b> 2012-01-19 12:50:31 -0700 (Thu, 19 Jan 2012)</p><p>Added compiling module_cu_tiedtke.F, module_cam_support.F, and module_cam_shr_kind_mod.F.<br>
</p><hr noshade><pre><font color="gray">Modified: branches/atmos_physics/src/core_atmos_physics/physics_wrf/Makefile
===================================================================
--- branches/atmos_physics/src/core_atmos_physics/physics_wrf/Makefile        2012-01-19 19:47:31 UTC (rev 1394)
+++ branches/atmos_physics/src/core_atmos_physics/physics_wrf/Makefile        2012-01-19 19:50:31 UTC (rev 1395)
@@ -6,28 +6,36 @@
         echo &quot;****** compile physics_wrf ******&quot;
 
 OBJS = \
-        libmassv.o              \
-        module_bl_ysu.o         \
-        module_cu_kfeta.o       \
-        module_mp_kessler.o     \
-        module_mp_thompson.o    \
-        module_mp_wsm6.o        \
-        module_ra_cam.o         \
-        module_ra_cam_support.o \
-        module_ra_rrtmg_lw.o    \
-        module_ra_rrtmg_sw.o    \
-        module_sf_bem.o         \
-        module_sf_bep.o         \
-        module_sf_bep_bem.o     \
-        module_sf_noahdrv.o     \
-        module_sf_noahlsm.o     \
-        module_sf_sfclay.o      \
-        module_sf_urban.o
+        libmassv.o                \
+        module_bl_ysu.o           \
+        module_cam_shr_kind_mod.o \
+        module_cam_support.o      \
+        module_cu_kfeta.o         \
+        module_cu_tiedtke.o       \
+        module_mp_kessler.o       \
+        module_mp_thompson.o      \
+        module_mp_wsm6.o          \
+        module_ra_cam.o           \
+        module_ra_cam_support.o   \
+        module_ra_rrtmg_lw.o      \
+        module_ra_rrtmg_sw.o      \
+        module_sf_bem.o           \
+        module_sf_bep.o           \
+        module_sf_bep_bem.o       \
+        module_sf_noahdrv.o       \
+        module_sf_noahlsm.o       \
+        module_sf_sfclay.o        \
+        module_sf_urban.o         \
+        module_wrf_error.o
 
 physics_wrf: $(OBJS)
         ar -ru ./../libphys.a $(OBJS)
 
 # DEPENDENCIES:
+module_cam_support.o: \
+        module_cam_shr_kind_mod.o  \
+        ../mpas_atmphys_utilities.o
+
 module_mp_thompson.o: \
         ../mpas_atmphys_utilities.o
 
@@ -35,6 +43,7 @@
         libmassv.o
 
 module_ra_cam.o: \
+        module_cam_support.o    \
         module_ra_cam_support.o \
         ../mpas_atmphys_utilities.o
 
@@ -48,11 +57,11 @@
         module_sf_urban.o
 
 module_sf_bep_bem.o: \
-        module_sf_bem.o     \
+        module_sf_bem.o   \
         module_sf_urban.o
 
 module_sf_noahdrv.o: \
-         module_sf_bem.o    \
+         module_sf_bem.o     \
         module_sf_bep.o     \
         module_sf_bep_bem.o \
         module_sf_noahlsm.o \

</font>
</pre>