Skip to content

Analyzes 75 years of hydrological data from New Jersey to examine flood recurrence and the impact of climate change, including exceedance probabilities and recurrence intervals for significant flood events.

License

Notifications You must be signed in to change notification settings

RohinJ444/FloodRecurrence_ClimateChange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Analyzing the Recurrence of Significant Flood Events in New Jersey and the Impact of Climate Change on Flood Recurrence

Overview

I conducted this analysis as my final project for EPS 88 at UC Berkeley. I analyzed 75 years of hydrological data from three stream/river stations in New Jersey to contextualize the magnitude of recent flooding events and evaluate the impact of climate change on flood recurrence.

Project Contents

  1. Notebook: A Jupyter notebook (FloodDataAnalysis.ipynb) containing additional context and background research, queries to download three USGS datasets with mean daily stream/river discharge data from 1947 to 2022, analysis of the data, and the respective visualizations.

Description

Floods are the deadliest meteorological phenomena in the United States, with extreme flooding events recorded with increased frequency. This project examines the annual maximum flood events in New Jersey and calculates their exceedance probabilities and recurrence intervals. The analysis uses three representative hydrological stations in northern, central, and southern New Jersey, representing various water body types (stream, creek, and river).

Methodology

  • Data Collection: Mean daily discharge data for three hydrologic stations in New Jersey from 1947 to 2022.
  • Data Preparation: Filtering mean daily discharge data to create a new dataframe with annual maximum discharge for each year.
  • Frequency Analysis: Fitting the data to a log-normal distribution to estimate the probability of each maximum annual discharge and its recurrence interval.

Key Concepts

  • Exceedance Probability: The probability that a given flood magnitude will be exceeded in any given year.
  • Recurrence Interval: The inverse of the exceedance probability, representing the average time between exceedances of a given flood magnitude.

Results

The results include the exceedance probabilities and recurrence intervals for the maximum annual mean daily discharge at each of the three hydrologic stations. The analysis uses the binomial probability formula to determine the likelihood of the sequence of extreme flooding events recorded at these stations.

License

This project is licensed under the MIT License.

About

Analyzes 75 years of hydrological data from New Jersey to examine flood recurrence and the impact of climate change, including exceedance probabilities and recurrence intervals for significant flood events.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published