Skip to content

Commit 7f5a819

Browse files
committed
Added values for Ocracoke hindcast values
1 parent 3fbc2df commit 7f5a819

File tree

109 files changed

+1185
-70
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+1185
-70
lines changed
Lines changed: 149 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,149 @@
1+
# Erosion list for 5/3/24
2+
# Used to replicate general Ocracoke Model Behavior 1988 - 2020
3+
background_threhold_list = [370,-15,15,-1.5,-2.5,
4+
-0,-3,-3,-0,2,
5+
-0,-0,0,0,0,
6+
0,-1,-1,-1.25,-1.25,
7+
-2,-2,-2,-2,-2,
8+
-1,-1,-1,-1,-1,
9+
-2,-2,-2,-2,0,
10+
0,10,58,-7] #* number_barrier3d_models
11+
12+
# Only alter the closest cells to inlet
13+
background_threhold_list = [350,0,0,0,0,
14+
-0,0,0,0,0,
15+
-0,-0,0,0,0,
16+
0,0,0,0,-0,
17+
0,0,0,0,0,
18+
0,0,0,0,0,
19+
0,0,0,0,0,
20+
0,0,20,-7]
21+
22+
# Best 1 middle cell alteration
23+
24+
background_threhold_list = [350,0,0,0,0,
25+
-0,0,0,0,0,
26+
-0,-0,0,0,0,
27+
0,0,-0,0,-0,
28+
0,0,0,0,0,
29+
-14,0,0,0,0,
30+
0,0,0,0,0,
31+
0,0,50,-7]
32+
33+
34+
35+
36+
37+
38+
39+
# 1974 Not too bad
40+
41+
background_threhold_list = [300,0,0,0,0,
42+
-0,0,0,0,0,
43+
-0,-0,0,0,0,
44+
0,0,-0,0,-0,
45+
0,0,0,0,0,
46+
-14,0,0,0,0,
47+
0,0,0,0,0,
48+
0,0,40,0]
49+
50+
# 1974 better
51+
52+
53+
background_threhold_list = [325,0,0,0,0,
54+
-0,0,0,0,0,
55+
-0,-0,0,0,0,
56+
0,0,-0,0,-0,
57+
0,0,0,0,0,
58+
-14,0,0,0,0,
59+
0,0,0,0,0,
60+
0,-0,50,-0.5]
61+
62+
# 1974 complex
63+
64+
background_threhold_list = [325,0,0,0,0,
65+
-0,0,0,0,0,
66+
-0,-0,0,0,0,
67+
0,0,-0,0,-0,
68+
0,0,0,0,0,
69+
-14,0,0,0,0,
70+
-10,0,0,0,0,
71+
0,-0,65,-0.5]
72+
73+
# 1974 - 1997
74+
# Sources and sinks for calibrating 1974 - 1997 model runs
75+
background_threhold_list = [250,8,0,0,0,
76+
-0,0,0,0,0,
77+
-0,-0,0,0,0,
78+
0,0,-0,0,-0,
79+
0,0,0,0,0,
80+
-14,0,0,0,0,
81+
-10,0,0,0,0,
82+
0,-0,5,12]
83+
84+
No Middle
85+
background_threhold_list = [250,8,0,0,0,
86+
-0,0,0,0,0,
87+
-0,-0,0,0,0,
88+
0,0,-0,0,-0,
89+
0,0,0,0,0,
90+
-0,0,0,0,0,
91+
-0,0,0,0,0,
92+
0,-0,5,12]
93+
94+
95+
96+
97+
# Altered Inlet values
98+
99+
background_threhold_list = [250,8,0,0,0,
100+
-0,0,0,0,0,
101+
-0,-0,0,0,0,
102+
0,0,-0,0,-0,
103+
0,0,0,0,0,
104+
-14,0,0,0,0,
105+
-10,0,0,0,0,
106+
0,-0,0,-12]
107+
# inlet_moved no middle
108+
background_threhold_list = [250,8,0,0,0,
109+
-0,0,0,0,0,
110+
-0,-0,0,0,0,
111+
0,0,-0,0,-0,
112+
0,0,0,0,0,
113+
-0,0,0,0,0,
114+
-0,0,0,0,0,
115+
0,-0,0,-12]
116+
117+
# Buffered Version keep first 15 and last 15 blank
118+
# 1974 - 1997 Calibration Value
119+
background_threhold_list = [0,0,0,0,0,
120+
0,0,0,0,0,
121+
0,0,0,0,0,
122+
60,0,0,0,0,
123+
-0,0,0,0,0,
124+
-0,-0,0,0,0,
125+
0,0,-0,0,-0,
126+
0,0,0,0,0,
127+
-14,0,0,0,0,
128+
-10,0,0,0,0,
129+
0,-0,0,100,
130+
0,0,0,0,0,
131+
0,0,0,0,0,
132+
0,0,0,0,0]
133+
134+
# Swap the inlet background erosion
135+
136+
background_threhold_list = [0,0,0,0,0,
137+
0,0,0,0,0,
138+
0,0,0,0,0,
139+
60,0,0,0,0,
140+
-0,0,0,0,0,
141+
-0,-0,0,0,0,
142+
0,0,-0,0,-0,
143+
0,0,0,0,0,
144+
-14,0,0,0,0,
145+
-10,0,0,0,0,
146+
0,-0,0,-30,
147+
0,0,0,0,0,
148+
0,0,0,0,0,
149+
0,0,0,0,0]

data/Ocracoke_init_data/Ocracoke-CASCADE-parameters.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ GrowthParamStart: false
2020
HdDiffu: 0.75
2121
Ki: 7.5e-06
2222
Kr: 7.5e-05
23-
LShoreface: 524.0180626768629
23+
LShoreface: 523.9734307609483
2424
MHW: 0.46
2525
MaxShrubHeight: 5.3
2626
MaxUpSlope: 0.25
@@ -30,31 +30,31 @@ Qs_bb_min: 1
3030
Qs_min: 1.0
3131
Qshrub_max: 0.15
3232
RSLR_Constant: true
33-
RSLR_const: 0.004
34-
Rat: -5
33+
RSLR_const: 0.0056
34+
Rat: 0
3535
Rin_i: 0.1
3636
Rin_r: 2.0
3737
SalineLimit: 5
3838
Sandbag_elevation: 1.9
3939
SeededRNG: true
4040
Seedmax: 1000.0
4141
Seedmin: 100.0
42-
ShorefaceToe: 1989.9999999999995
42+
ShorefaceToe: 1518.9655171999996
4343
ShrubEl_max: 2.3
4444
ShrubEl_min: 1.2
4545
Shrub_ON: 0
4646
SprayDist: 170
4747
StormSeries: []
4848
StormStart: 2
49-
TMAX: 32
49+
TMAX: 23
5050
TideAmp: 1.2
5151
TimeFruit: 5.0
5252
UprootLimit: -0.2
5353
beta: 0.04
5454
disp_mu: -0.721891
5555
disp_sigma: 1.5
56-
dune_file: C:\Users\frank\PycharmProjects\CASCADE\data\Ocracoke_init_data\dunes\Sample_49_dune.npy
57-
elevation_file: C:\Users\frank\PycharmProjects\CASCADE\data\Ocracoke_init_data\elevations\Ocracoke_Revised_Topography_1988_Grid_49.npy
56+
dune_file: C:\Users\frank\PycharmProjects\CASCADE\data\Ocracoke_init_data\dunes\Sample_1_dune.npy
57+
elevation_file: C:\Users\frank\PycharmProjects\CASCADE\data\Ocracoke_init_data\elevations\Sample_1_topography.npy
5858
enable_sandbags: false
5959
growth_param_file: growthparam_1000dam.npy
6060
k_sf: 19324.753176079226
@@ -65,5 +65,5 @@ 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\Ocracoke_StormList_0_baseline.npy
68+
storm_file: C:\Users\frank\PycharmProjects\CASCADE\data\Ocracoke_init_data\Ocracoke_Bigger_Storms_5_m.npy
6969
threshold_in: 0.25
9.7 KB
Binary file not shown.
9.38 KB
Binary file not shown.
261 KB
Binary file not shown.
263 KB
Binary file not shown.
259 KB
Binary file not shown.
265 KB
Binary file not shown.
266 KB
Binary file not shown.
269 KB
Binary file not shown.

0 commit comments

Comments
 (0)