|
|
@ -43,7 +43,7 @@ def forecasted_impacts(df_profile_features, df_forecasted_twl):
|
|
|
|
right_on=["site_id"],
|
|
|
|
right_on=["site_id"],
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
# Compare R_high and R_low wirth dune crest and toe elevations
|
|
|
|
# Compare R_high and R_low with dune crest and toe elevations
|
|
|
|
df_forecasted_impacts = storm_regime(df_forecasted_impacts)
|
|
|
|
df_forecasted_impacts = storm_regime(df_forecasted_impacts)
|
|
|
|
|
|
|
|
|
|
|
|
return df_forecasted_impacts
|
|
|
|
return df_forecasted_impacts
|
|
|
|