<p><b>laura@ucar.edu</b> 2012-06-15 09:41:36 -0600 (Fri, 15 Jun 2012)</p><p>added rk_step to the call to subroutine physics_addtend to print mav values of physics tendencies for rk_step=3 only; made corresponding change to the argument list of subroutine physics_addtend<br>
</p><hr noshade><pre><font color="gray">Modified: branches/atmos_physics/src/core_nhyd_atmos/mpas_atm_time_integration.F
===================================================================
--- branches/atmos_physics/src/core_nhyd_atmos/mpas_atm_time_integration.F        2012-06-15 15:36:08 UTC (rev 1984)
+++ branches/atmos_physics/src/core_nhyd_atmos/mpas_atm_time_integration.F        2012-06-15 15:41:36 UTC (rev 1985)
@@ -185,7 +185,8 @@
                         block % tend, &amp;
                         block % tend_physics, &amp;
                         block % state % time_levs(2) % state % rho_zz % array(:,:), &amp;
-                        block % diag % rho_edge % array(:,:) )
+                        block % diag % rho_edge % array(:,:), &amp; 
+                        rk_step )
            block =&gt; block % next
         end do
         if (debug) write(0,*) ' finished add physics tendencies '

</font>
</pre>