-
Notifications
You must be signed in to change notification settings - Fork 1
/
setpaths.py
34 lines (31 loc) · 1.08 KB
/
setpaths.py
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
30
31
32
33
34
#setpaths.py
##--Set path to scripts----
##On my Mac:
#SCRIPT_PATH = "/Users/lllowe/visit-scripts"
#On Hazel:
SCRIPT_PATH = "/expanse/lustre/scratch/llowe/temp_project/CGEM/visit"
#Put the full path, followed by '/'
#SCHISM outputs here:
##On my Mac:
#Ignored if using databases
OUTPUTS = "/expanse/lustre/scratch/llowe/temp_project/cgem-SA/outputs/"
#Ignored if using databases
FILENAME = "TPtot.nc"
#FILENAME = "leem_0001.nc"
#OUTPUTS = "/Users/lllowe/SASJ/outputs/"
#On Hazel:
#OUTPUTS = "/rsstu/users/l/lllowe/cgem/schism_sa_CGEM_test/outputs/"
#OUTPUTS = "/rsstu/users/l/lllowe/cgem/cgem-real/outputs/"
#Or use databases (*.visit files)
USE_DB = True
#True
#DBFILES are *.visit files containint names of outputfiles
#ignore if USE_DB = False
DBFILES = "/expanse/lustre/scratch/llowe/temp_project/cgem-SA-LSC2/outputs/databases/"
#Main path to images
##On Expanse
IMAGES = "/expanse/lustre/scratch/llowe/temp_project/imgs-SA-LSC2/"
#IMAGES = "/Users/lllowe/SASJ/images/"
#On Hazel:
#IMAGES = "/rsstu/users/l/lllowe/tops/images_sasj_mocsy/"
#IMAGES = "/rsstu/users/l/lllowe/tops/images_cgem-sa/"