-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetpaths.py
More file actions
29 lines (25 loc) · 846 Bytes
/
setpaths.py
File metadata and controls
29 lines (25 loc) · 846 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#setpaths.py
##--Set path to scripts----
##On my Mac:
SCRIPT_PATH = "/Users/lllowe/visit-scripts"
#On Hazel:
#SCRIPT_PATH = "/rsstu/users/l/lllowe/tops/visit-scripts"
#Put the full path, followed by '/'
#SCHISM outputs here:
##On my Mac:
OUTPUTS = "/Users/lllowe/LakeErie/DATA/"
#OUTPUTS = "/Users/lllowe/SASJ/outputs/"
#On Hazel:
#OUTPUTS = "/rsstu/users/l/lllowe/cgem/sasj_bay_setup/outputs.1day.perstep.spool/"
#OUTPUTS = "/rsstu/users/l/lllowe/cgem/cgem-real/outputs/"
#Or use databases (*.visit files)
USE_DB = False
#DBFILES are *.visit files containint names of outputfiles
#ignore if USE_DB = False
DBFILES = "/rsstu/users/l/lllowe/tops/databases/"
#Main path to images
##On my Mac:
IMAGES = "/Users/lllowe/LakeErie/images-leem/"
#IMAGES = "/Users/lllowe/SASJ/images/"
#On Hazel:
#IMAGES = "/rsstu/users/l/lllowe/tops/images_toy/"