<p><b>mpetersen@lanl.gov</b> 2012-07-31 07:31:48 -0600 (Tue, 31 Jul 2012)</p><p>Fix error in post-processing script that averages netcdf files.  Weighting flag is not needed on a command to compute a total.<br>
</p><hr noshade><pre><font color="gray">Modified: branches/tools/plot_mpas_cross_sections/averaging_script
===================================================================
--- branches/tools/plot_mpas_cross_sections/averaging_script        2012-07-27 22:31:48 UTC (rev 2073)
+++ branches/tools/plot_mpas_cross_sections/averaging_script        2012-07-31 13:31:48 UTC (rev 2074)
@@ -99,7 +99,7 @@
          echo &quot;    File $newFile does not exists.  Computing internal average...&quot;
 
          ncwa -y avg -v $varName    -w nAccumulate -a Time    $ncfile $newFile
-         ncwa -y ttl -v nAccumulate -w nAccumulate -a Time -A $ncfile $newFile
+         ncwa -y ttl -v nAccumulate -a Time -A $ncfile $newFile
       endif
 
    end

</font>
</pre>