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

wilde at ci.uchicago.edu wilde at ci.uchicago.edu
Wed Apr 4 18:34:51 CDT 2012


Author: wilde
Date: 2012-04-04 18:34:50 -0500 (Wed, 04 Apr 2012)
New Revision: 5744

Modified:
   SwiftApps/ParVis/HiRAMTools/README
Log:
Update README

Modified: SwiftApps/ParVis/HiRAMTools/README
===================================================================
--- SwiftApps/ParVis/HiRAMTools/README	2012-04-04 05:27:53 UTC (rev 5743)
+++ SwiftApps/ParVis/HiRAMTools/README	2012-04-04 23:34:50 UTC (rev 5744)
@@ -6,6 +6,18 @@
 
 2. Edit runall.combine_realizations.config
 
+3. Place the list of realizations to process in a file named "real.todo" and
+   create and empty file "real.done", like so (for example, to process 2
+   realizations, Climo_001 and Climo_023):
+
+cat >real.todo
+Climo_001
+Climo_023
+^D
+
+cat >real.done
+^D
+
 3. run:
 
   ./runall.combine_realizations.sh >& runall.out




More information about the Swift-commit mailing list