|
|
|
@ -488,7 +488,7 @@ def process(beach_name, beach_scenario, n_runs, start_year, end_year,
|
|
|
|
|
for b, p, in zip(segment_gaps['block'],
|
|
|
|
|
segment_gaps['profile']):
|
|
|
|
|
idx = (df_out['block'] == str(b)) & (df_out['profile']
|
|
|
|
|
== p)
|
|
|
|
|
== p)
|
|
|
|
|
df_out.loc[idx, 'segment_gaps'] = True
|
|
|
|
|
|
|
|
|
|
# Specify which profiles to plot
|
|
|
|
|