[Swift-commit] r6034 - SwiftApps/ParVis/HiRAMTools
tmoore at ci.uchicago.edu
tmoore at ci.uchicago.edu
Tue Nov 13 15:21:26 CST 2012
Author: tmoore
Date: 2012-11-13 15:21:25 -0600 (Tue, 13 Nov 2012)
New Revision: 6034
Modified:
SwiftApps/ParVis/HiRAMTools/makeyearly_realization_semi.sh
Log:
fixed a bug that the ncfiles header had too few header items
Modified: SwiftApps/ParVis/HiRAMTools/makeyearly_realization_semi.sh
===================================================================
--- SwiftApps/ParVis/HiRAMTools/makeyearly_realization_semi.sh 2012-11-13 21:18:17 UTC (rev 6033)
+++ SwiftApps/ParVis/HiRAMTools/makeyearly_realization_semi.sh 2012-11-13 21:21:25 UTC (rev 6034)
@@ -20,7 +20,7 @@
outsuffix=${outsuffix//$STRIPPATH/}
# generate the list of files to process: do every half-decade
-echo f1 >ncfiles
+echo f1 f2 f3 >ncfiles
#we need to step through every year and create out target file list
for y in $(seq 1950 1 1998); do
More information about the Swift-commit
mailing list