<p><b>duda</b> 2009-06-19 10:16:24 -0600 (Fri, 19 Jun 2009)</p><p>Minor cleanup of an NCL script; also to test whether e-mail notification<br>
is now working correctly for the repository.<br>
<br>
M    swmodel/ncl/cells.ncl<br>
</p><hr noshade><pre><font color="gray">Modified: trunk/swmodel/ncl/cells.ncl
===================================================================
--- trunk/swmodel/ncl/cells.ncl        2009-06-18 20:12:22 UTC (rev 4)
+++ trunk/swmodel/ncl/cells.ncl        2009-06-19 16:16:24 UTC (rev 5)
@@ -72,13 +72,6 @@
   v   = f-&gt;v(t,:,0)
   h   = f-&gt;h(t,:,0)
   hs  = f-&gt;h_s(:)
-;  hsizes = dimsizes(h)
-;  h_total = new((/hsizes(1)/),double)
-;  h_total = 0.0
-;  do i=1,hsizes(1)
-;     h_total(:) = h_total(:) + h(:)
-;  end do
-;  h_total(:) = h_total(:) + hs(:)
   h(:) = h(:) + hs(:)
   map = gsn_csm_contour_map(wks,h,res)
 

</font>
</pre>