Skip to content

Commit

Permalink
renamed, merged with katherine's changes (but back to r=0.25)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lexi Van Blunk committed Apr 15, 2024
1 parent 29e4979 commit d4929af
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
from cascade.cascade import Cascade

# input datadir where the 100 storms are located
datadir = "/Users/KatherineAnardeWheels/PycharmProjects/CASCADE/cascade/data/outwash_data/storms/slope0pt03/"
datadir = "C:/Users/Lexi/PycharmProjects/CASCADE/cascade/data/outwash_data/storms/slope0pt03/"

# ---------------------------------- set model parameters that change per run ------------------------------------------
storm_interval = 20 # 20 or 10 years
r_dune_growth = 0.35 # 0.25 or 0.35
r_dune_growth = 0.25 # 0.25 or 0.35
config = 4 # 1, 2, 3, or 4
percent_washout_to_shoreface = 50
percent_washout_to_shoreface = 100

# automatically set min and max r values based on dune growth rate selection
if r_dune_growth == 0.25:
Expand All @@ -40,7 +40,8 @@
beach_slope = 0.006

# save to pycharm folder
save_dir = "/Users/KatherineAnardeWheels/PycharmProjects/CASCADE/cascade/data/outwash_data/storms/slope0pt03/run_output/{0}/outwash{1}".format(rname, percent_washout_to_shoreface)
save_dir = "C:/Users/Lexi/PycharmProjects/CASCADE/cascade/data/outwash_data/storms/slope0pt03/run_output/{0}/outwash{" \
"1}/".format(rname, percent_washout_to_shoreface)

# -------------------- model parameters that are constant throughout the runs ------------------------------------------
ki = 8.75E-3
Expand Down

0 comments on commit d4929af

Please sign in to comment.