|  |  |  | @ -83,11 +83,7 @@ def storm_regime(df_forecasted_impacts): | 
		
	
		
			
				|  |  |  |  |     return df_forecasted_impacts | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  | def twl_exceedence_time( | 
		
	
		
			
				|  |  |  |  |     df_profile_features, | 
		
	
		
			
				|  |  |  |  |     df_forecasted_twl, | 
		
	
		
			
				|  |  |  |  |     z_twl_col="R_high", | 
		
	
		
			
				|  |  |  |  | ): | 
		
	
		
			
				|  |  |  |  | def twl_exceedence_time(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. | 
		
	
		
			
				|  |  |  |  |     May need to use this https://stackoverflow.com/a/53656968 if datetimes are not consistent. | 
		
	
	
		
			
				
					|  |  |  | 
 |