<p><b>laura@ucar.edu</b> 2011-02-09 09:34:16 -0700 (Wed, 09 Feb 2011)</p><p>added rho_edge to argument list in call to physics_addtend to include u-tendencies due to PBL parameterization<br>
</p><hr noshade><pre><font color="gray">Modified: branches/atmos_physics/src/core_nhyd_atmos/module_time_integration.F
===================================================================
--- branches/atmos_physics/src/core_nhyd_atmos/module_time_integration.F        2011-02-09 16:33:15 UTC (rev 724)
+++ branches/atmos_physics/src/core_nhyd_atmos/module_time_integration.F        2011-02-09 16:34:16 UTC (rev 725)
@@ -207,7 +207,8 @@
         block =&gt; domain % blocklist
         do while (associated(block))
            call physics_addtend( block % mesh , block % tend, block % tend_physics , &amp;
-                                 block % state % time_levs(2) % state % rho % array(:,:) )
+                                 block % state % time_levs(2) % state % rho % array(:,:), &amp;
+                                 block % diag % rho_edge % array(:,:) )
            block =&gt; block % next
         end do
         if (debug) write(0,*) ' finished add physics tendencies '

</font>
</pre>