<p><b>laura@ucar.edu</b> 2010-06-14 10:44:45 -0600 (Mon, 14 Jun 2010)</p><p>Added timestep count<br>
</p><hr noshade><pre><font color="gray">Modified: branches/atmos_physics/src/driver/module_subdriver.F
===================================================================
--- branches/atmos_physics/src/driver/module_subdriver.F        2010-06-14 16:42:10 UTC (rev 355)
+++ branches/atmos_physics/src/driver/module_subdriver.F        2010-06-14 16:44:45 UTC (rev 356)
@@ -85,6 +85,7 @@
       ! During integration, time level 1 stores the model state at the beginning of the 
       !   time step, and time level 2 stores the state advanced dt in time by timestep(...)
       do itimestep = 1,ntimesteps     
+         write(0,*) 'Doing timestep ', itimestep
          call timer_start(&quot;time integration&quot;)
          call mpas_timestep(domain, itimestep, dt &amp;
 #ifdef DO_PHYSICS

</font>
</pre>