<p><b>laura@ucar.edu</b> 2010-06-14 10:23:39 -0600 (Mon, 14 Jun 2010)</p><p>Changed call to timestep<br>
</p><hr noshade><pre><font color="gray">Modified: branches/atmos_physics/src/core_hyd_atmos/mpas_interface.F
===================================================================
--- branches/atmos_physics/src/core_hyd_atmos/mpas_interface.F        2010-06-14 16:13:32 UTC (rev 348)
+++ branches/atmos_physics/src/core_hyd_atmos/mpas_interface.F        2010-06-14 16:23:39 UTC (rev 349)
@@ -88,7 +88,7 @@
    l_physics = .false.
    call physics_timetracker(itimestep,l_physics)
    if(l_physics) call physics_driver(domain,itimestep)
-   call timestep(domain, dt, itimestep, config_ntimesteps)
+   call timestep(domain, dt, itimestep)
 #else
    call timestep(domain, dt)
 #endif

</font>
</pre>