Fix formatting

develop
Chris Leaman 6 years ago
parent 1774c15e89
commit e1dc57ead6

@ -83,11 +83,7 @@ def storm_regime(df_forecasted_impacts):
return df_forecasted_impacts return df_forecasted_impacts
def twl_exceedence_time( def twl_exceedence_time(df_profile_features, df_forecasted_twl, z_twl_col="R_high"):
df_profile_features,
df_forecasted_twl,
z_twl_col="R_high",
):
""" """
Returns a dataframe of number of hours the twl exceeded a certain z elevation. Returns a dataframe of number of hours the twl exceeded a certain z elevation.
May need to use this https://stackoverflow.com/a/53656968 if datetimes are not consistent. May need to use this https://stackoverflow.com/a/53656968 if datetimes are not consistent.

Loading…
Cancel
Save