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

tmoore at ci.uchicago.edu tmoore at ci.uchicago.edu
Tue Nov 13 19:57:46 CST 2012


Author: tmoore
Date: 2012-11-13 19:57:46 -0600 (Tue, 13 Nov 2012)
New Revision: 6038

Modified:
   SwiftApps/ParVis/HiRAMTools/makeyearly.sh
   SwiftApps/ParVis/HiRAMTools/makeyearly_realization_semi.sh
Log:
Updated executable settings for makeyearly


Property changes on: SwiftApps/ParVis/HiRAMTools/makeyearly.sh
___________________________________________________________________
Added: svn:executable
   + *

Modified: SwiftApps/ParVis/HiRAMTools/makeyearly_realization_semi.sh
===================================================================
--- SwiftApps/ParVis/HiRAMTools/makeyearly_realization_semi.sh	2012-11-14 01:56:23 UTC (rev 6037)
+++ SwiftApps/ParVis/HiRAMTools/makeyearly_realization_semi.sh	2012-11-14 01:57:46 UTC (rev 6038)
@@ -22,7 +22,7 @@
 
 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
+for y in $(seq 1950 1 1951); do
 
     startyear=${y}0101;
 
@@ -69,7 +69,7 @@
 sitedir.keep=true
 execution.retries=10
 lazy.errors=true
-#status.mode=provider
+status.mode=provider
 use.wrapper.staging=false
 
 END




More information about the Swift-commit mailing list