Skip to content

Commit 96afa88

Browse files
author
Lexi Van Blunk
committed
edited datadir
1 parent c425f5e commit 96afa88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/outwash_ms/creating_outwash_storms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
# ---------------------- load the ADCIRC-generated storm data (text file) from Chris -----------------------------------
1010

11-
datadir = "C:/Users/Lexi/PycharmProjects/CASCADE/cascade/data/outwash_data/"
11+
datadir = "C:/Users/Lexi/PycharmProjects/CASCADE/data/outwash_data/"
1212
file_name = "sound_data.txt" # the ADCIRC generated hydrograph from USGS
1313
hydro_mMSL = np.loadtxt(datadir+file_name, delimiter=",")
1414
# use Beaufort, Duke Marine Lab NC datums to convert to dam MHW: MHW is 0.47 m MSL, dam = m / 10

0 commit comments

Comments
 (0)