[Swift-commit] r6010 - SwiftApps/ParVis/HiRAMTools

tmoore at ci.uchicago.edu tmoore at ci.uchicago.edu
Thu Nov 8 16:52:30 CST 2012


Author: tmoore
Date: 2012-11-08 16:52:29 -0600 (Thu, 08 Nov 2012)
New Revision: 6010

Modified:
   SwiftApps/ParVis/HiRAMTools/makeyearly_2yr.sh
Log:
first attempt at repairing a bug in the 2year make yearly script.  The script was not correctly excuding some files

Modified: SwiftApps/ParVis/HiRAMTools/makeyearly_2yr.sh
===================================================================
--- SwiftApps/ParVis/HiRAMTools/makeyearly_2yr.sh	2012-11-08 14:41:23 UTC (rev 6009)
+++ SwiftApps/ParVis/HiRAMTools/makeyearly_2yr.sh	2012-11-08 22:52:29 UTC (rev 6010)
@@ -37,7 +37,7 @@
 
 # process only the time-based files
 echo $fname
-if echo $fname | egrep -v '.nc'; then
+if echo $fname | egrep -v 'grid_spec|scalar'; then
 
   # Merge 2 quarter-decade files into one half-decade file
 




More information about the Swift-commit mailing list