<p><b>ringler@lanl.gov</b> 2012-03-02 21:07:41 -0700 (Fri, 02 Mar 2012)</p><p><br>
initialize meshScalingLeith to be 1.0<br>
</p><hr noshade><pre><font color="gray">Modified: branches/ocean_projects/leith/src/core_ocean/mpas_ocn_mpas_core.F
===================================================================
--- branches/ocean_projects/leith/src/core_ocean/mpas_ocn_mpas_core.F        2012-03-03 03:51:23 UTC (rev 1585)
+++ branches/ocean_projects/leith/src/core_ocean/mpas_ocn_mpas_core.F        2012-03-03 04:07:41 UTC (rev 1586)
@@ -793,6 +793,7 @@
       !
       meshScalingDel2(:) = 1.0
       meshScalingDel4(:) = 1.0
+      meshScalingLeith(:) = 1.0
       if (config_h_ScaleWithMesh) then
          do iEdge=1,mesh%nEdges
             cell1 = mesh % cellsOnEdge % array(1,iEdge)

</font>
</pre>