[Swift-commit] r5958 - SwiftApps/ParVis/HiRAMTools
wilde at ci.uchicago.edu
wilde at ci.uchicago.edu
Tue Oct 9 20:07:58 CDT 2012
Author: wilde
Date: 2012-10-09 20:07:58 -0500 (Tue, 09 Oct 2012)
New Revision: 5958
Modified:
SwiftApps/ParVis/HiRAMTools/makeyearly_realization.sh
Log:
comment dirname handling conventions
Modified: SwiftApps/ParVis/HiRAMTools/makeyearly_realization.sh
===================================================================
--- SwiftApps/ParVis/HiRAMTools/makeyearly_realization.sh 2012-10-10 01:04:22 UTC (rev 5957)
+++ SwiftApps/ParVis/HiRAMTools/makeyearly_realization.sh 2012-10-10 01:07:58 UTC (rev 5958)
@@ -10,9 +10,11 @@
# Enable one of the following patterns to name the output dir:
-outsuffix=$(basename $cdir) # rname
-outsuffix=$(basename $(dirname $cdir)) # rname/rundir, use rname
-outsuffix=$(basename $(dirname $cdir))/$(basename $cdir) # rname/rundir, use both
+outsuffix=$(basename $cdir) # cdir ends in rname, use rname
+outsuffix=$(basename $(dirname $cdir)) # cdir ends in rname/rundir, use rname
+outsuffix=$(basename $(dirname $cdir))/$(basename $cdir) # cdir ends in rname/rundir, use rname/rundir
+ # Default assumes cdir is a rundir from combine script
+ # New rundir will be appended to end of outsuffix
# generate the list of files to process: do every half-decade
More information about the Swift-commit
mailing list