<p><b>mpetersen@lanl.gov</b> 2012-08-21 08:29:49 -0600 (Tue, 21 Aug 2012)</p><p>Add maxLevelCell to postprocessing to plot land cells.<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-08-20 22:50:08 UTC (rev 2109)
+++ branches/tools/plot_mpas_cross_sections/averaging_script        2012-08-21 14:29:49 UTC (rev 2110)
@@ -81,7 +81,7 @@
 else
    echo &quot;    File $newFile does not exists.  Generating grid file...&quot;
 
-   ncks -v latVertex,lonVertex,verticesOnEdge,edgesOnVertex,hZLevel,dvEdge,latCell,lonCell,cellsOnCell,nEdgesOnCell \
+   ncks -v latVertex,lonVertex,verticesOnEdge,edgesOnVertex,hZLevel,dvEdge,latCell,lonCell,cellsOnCell,nEdgesOnCell,maxLevelCell \
      $lastFileName $newFile
 endif
 echo

</font>
</pre>