<p><b>duda</b> 2012-04-30 18:34:41 -0600 (Mon, 30 Apr 2012)</p><p>Fix incorrect call to tend_toEdges<br>
<br>
<br>
M    src/core_atmos_physics/mpas_atmphys_todynamics.F<br>
</p><hr noshade><pre><font color="gray">Modified: trunk/mpas/src/core_atmos_physics/mpas_atmphys_todynamics.F
===================================================================
--- trunk/mpas/src/core_atmos_physics/mpas_atmphys_todynamics.F        2012-05-01 00:32:46 UTC (rev 1850)
+++ trunk/mpas/src/core_atmos_physics/mpas_atmphys_todynamics.F        2012-05-01 00:34:41 UTC (rev 1851)
@@ -134,7 +134,7 @@
     if(config_conv_deep_scheme .eq. 'tiedtke') then
        allocate(rucuten_Edge(nVertLevels,nEdges))
        rucuten_Edge(:,:) = 0.
-       call tend_toEdges(dminfo,CellsToSend,CellsToRecv,mesh,rucuten,rvcuten,rucuten_Edge)
+       call tend_toEdges(mesh,rucuten,rvcuten,rucuten_Edge)
        do i = 1, nEdgesSolve
        do k  = 1, nVertLevels
           tend_u(k,i)=tend_u(k,i)+rucuten_Edge(k,i)*mass_edge(k,i)

</font>
</pre>