Skip to content

Commit 536620b

Browse files
committed
Update run script format
1 parent 7340df5 commit 536620b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

data/Ocracoke_init_data/Ocracoke-CASCADE-parameters.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ rmin: 0.55
6565
s_sf_eq: 0.01698590034494604
6666
sandbag_elevation: 1.8
6767
sandbag_need: false
68-
storm_file: C:\Users\frank\PycharmProjects\CASCADE\data\Ocracoke_init_data\storms\Synthetic_Storms\OCR_Future_StormList_99_baseline.npy
68+
storm_file: C:\Users\frank\PycharmProjects\CASCADE\data\Ocracoke_init_data\storms\Synthetic_Storms\OCR_Future_StormList_21_baseline.npy

scripts/ocracoke_ms/run_forward_batch_forward_simulations.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
# Set scenario type
2525
preemptive_relocation = False
26-
status_quo = False
26+
status_quo = True
2727
nourishment = False
2828

2929
if preemptive_relocation == True:
@@ -59,7 +59,7 @@
5959
Storms = 'Baseline'
6060

6161
# RSLR Data
62-
RSLR_Type = 'I'
62+
RSLR_Type = 'IH'
6363

6464
if RSLR_Type == 'IL':
6565
RSLR_Data = np.load('C:\\Users\\frank\\PycharmProjects\\CASCADE\\data\\Ocracoke_init_data\\RSLR\\Int_Low_SLR.npy')
@@ -79,7 +79,7 @@
7979

8080
Sink_Options = ['Accretional_Sink','Erosional_Sink']
8181

82-
start_num = 1
82+
start_num = 21
8383
end_num = 100
8484

8585
run_name = []

0 commit comments

Comments
 (0)