<p><b>laura@ucar.edu</b> 2011-02-09 09:33:15 -0700 (Wed, 09 Feb 2011)</p><p>added domain to argument list in call to physics_manager<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-02-09 16:32:26 UTC (rev 723)
+++ branches/atmos_physics/src/core_nhyd_atmos/module_mpas_core.F        2011-02-09 16:33:15 UTC (rev 724)
@@ -225,7 +225,7 @@
 #ifdef DO_PHYSICS
       !proceed with physics if moist_physics is set to true:
       if(moist_physics) then
-         call physics_timetracker(itimestep)
+         call physics_timetracker(domain,itimestep)
          if(l_physics) call physics_driver(domain,itimestep)
       endif
 #endif

</font>
</pre>