[Greater-commits] r3705 - branches/3.0.0-all-models/GREAT-ER
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Jul 26 15:43:41 CEST 2011
Author: aheinecke
Date: 2011-07-26 15:43:40 +0200 (Tue, 26 Jul 2011)
New Revision: 3705
Modified:
branches/3.0.0-all-models/GREAT-ER/ChangeLog
branches/3.0.0-all-models/GREAT-ER/GREAT-ER.py
branches/3.0.0-all-models/GREAT-ER/README
Log:
Look for SciParam in the parent directory
Modified: branches/3.0.0-all-models/GREAT-ER/ChangeLog
===================================================================
--- branches/3.0.0-all-models/GREAT-ER/ChangeLog 2011-07-26 12:58:08 UTC (rev 3704)
+++ branches/3.0.0-all-models/GREAT-ER/ChangeLog 2011-07-26 13:43:40 UTC (rev 3705)
@@ -22,6 +22,7 @@
- Make the scheduler/worker run even when there is a space
in the path.
- Start multiple workers when multiple cpus are available
+ * GREAT-ER.py: Look for sciparam in the parent directory
2011-07-25 Andre Heinecke <aheinecke at intevation.de>
Modified: branches/3.0.0-all-models/GREAT-ER/GREAT-ER.py
===================================================================
--- branches/3.0.0-all-models/GREAT-ER/GREAT-ER.py 2011-07-26 12:58:08 UTC (rev 3704)
+++ branches/3.0.0-all-models/GREAT-ER/GREAT-ER.py 2011-07-26 13:43:40 UTC (rev 3705)
@@ -11,7 +11,7 @@
# Python extensions to the path
import sys, os
_dir = os.path.join(sys.path[0], os.pardir)
-for reldir in ("Python", "GREAT-ER-DB", "GREAT-ERModel",
+for reldir in ("Python", "GREAT-ER-DB", "GREAT-ERModel", "sciparam",
os.path.join("GREAT-ERModel", "Lib")):
fullname = os.path.join(_dir, reldir)
if os.path.isdir(fullname):
Modified: branches/3.0.0-all-models/GREAT-ER/README
===================================================================
--- branches/3.0.0-all-models/GREAT-ER/README 2011-07-26 12:58:08 UTC (rev 3704)
+++ branches/3.0.0-all-models/GREAT-ER/README 2011-07-26 13:43:40 UTC (rev 3705)
@@ -31,7 +31,8 @@
install_local" command to build Thuban and to add the directory
containing the Thuban sources to the PYTHONPATH environment variable
-2. Put GREAT-ER-DB, GREAT-ERModel and GREAT-ER into the same directory.
+2. Put sciparam, GREAT-ER-DB, GREAT-ERModel and GREAT-ER into
+ the same directory.
3. Build GREAT-ER-DB. See the instructions there.
More information about the Greater-commits
mailing list