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

tmoore at ci.uchicago.edu tmoore at ci.uchicago.edu
Tue Nov 13 19:08:20 CST 2012


Author: tmoore
Date: 2012-11-13 19:08:19 -0600 (Tue, 13 Nov 2012)
New Revision: 6036

Modified:
   SwiftApps/ParVis/HiRAMTools/makeyearly_semi.sh
Log:
fixed a problem with file lists #2

Modified: SwiftApps/ParVis/HiRAMTools/makeyearly_semi.sh
===================================================================
--- SwiftApps/ParVis/HiRAMTools/makeyearly_semi.sh	2012-11-13 23:37:08 UTC (rev 6035)
+++ SwiftApps/ParVis/HiRAMTools/makeyearly_semi.sh	2012-11-14 01:08:19 UTC (rev 6036)
@@ -30,7 +30,7 @@
 export PATH=/soft/apps/nco-4.0.9/bin:$PATH
 export LD_LIBRARY_PATH=/soft/apps/intel-fc-11.0.074/lib/intel64:/soft/apps/intel-cc-11.0.074/lib/intel64:/soft/apps/netcdf-3.6.3/lib:/usr/lib:/usr/X11R6/lib:/usr/local/lib
 
-fname=$(basename $qtrdec2 .nc)
+fname=$(basename $qtrdec1 .nc)
 #file 2 should always be the target year
 firstyear=$(basename $(dirname $qtrdec2) | sed -e 's/....$//')
 




More information about the Swift-commit mailing list