<p><b>laura@ucar.edu</b> 2013-03-01 10:40:39 -0700 (Fri, 01 Mar 2013)</p><p>Added a local variable to calculate the maximum distance between cell centers. dx_p is used for the parameterization of gravity wave drag over orography.<br>
</p><hr noshade><pre><font color="gray">Modified: branches/atmos_physics/src/core_atmos_physics/mpas_atmphys_vars.F
===================================================================
--- branches/atmos_physics/src/core_atmos_physics/mpas_atmphys_vars.F        2013-03-01 17:35:26 UTC (rev 2531)
+++ branches/atmos_physics/src/core_atmos_physics/mpas_atmphys_vars.F        2013-03-01 17:40:39 UTC (rev 2532)
@@ -245,6 +245,9 @@
     ol4_p              !orographic direction asymmetry function                            (-)
 
  real(kind=RKIND),dimension(:,:),allocatable:: &amp;
+    dx_p               !maximum distance between cell centers                              (m)
+
+ real(kind=RKIND),dimension(:,:),allocatable:: &amp;
     dusfcg_p,         &amp;!vertically-integrated gwdo u-stress                         (Pa m s-1)
     dvsfcg_p           !vertically-integrated gwdo v -stress                        (Pa m s-1)
 

</font>
</pre>