<p><b>laura@ucar.edu</b> 2011-10-17 12:18:50 -0600 (Mon, 17 Oct 2011)</p><p>removed logical l_physics<br>
</p><hr noshade><pre><font color="gray">Modified: branches/atmos_physics/src/core_nhyd_atmos/module_mpas_core.F
===================================================================
--- branches/atmos_physics/src/core_nhyd_atmos/module_mpas_core.F        2011-10-17 18:18:04 UTC (rev 1094)
+++ branches/atmos_physics/src/core_nhyd_atmos/module_mpas_core.F        2011-10-17 18:18:50 UTC (rev 1095)
@@ -452,7 +452,7 @@
       !proceed with physics if moist_physics is set to true:
       if(moist_physics) then
          call physics_timetracker(domain,dt,clock,itimestep,xtime_s)
-         if(l_physics) call physics_driver(domain,itimestep,xtime_s)
+         call physics_driver(domain,itimestep,xtime_s)
       endif
 #endif
 

</font>
</pre>