Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Flood Estimate descriptors revised
  • Loading branch information
ms-michelle-zhang authored Mar 29, 2021
1 parent 80a5321 commit aa68fec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ To preprocess data for the Flood_Estimate code, Surface Volume CSV Processor sho
| --- | --- |
**Surface Volume CSV Processor.ipynb** | This code generates Surface Volume .csv files that are used in the Flood Estimate code, taking digital elevation model files (.TIFF) of the LMN’s division. The resulting .csv files contain the volume of water above the surface of the DEM at different heights in increments of 0.25m between 0-3m and in increments of 0.5m from 3.5-6.5m. Note, the user must have arcpy installed on their device for this code to run.
### Flood Height Estimator
The main code in this repository is Flood_Estimate.ipynb, which generates flood height csv files that can be used to calculate damage.
The main code in this repository are the Flood Estimate notebooks, which generate flood height csv files that can be used to calculate damage. The code calculates surface volume functions that can relate the volume of water to the flood height at a given division. Using Manning's equation, it takes topographic data and storm parameter data to find the velocity and subsequently the volume of the water. These flood volumes are then redistributed by propagating to the nearby divisions, and the final flood heights for each division are determined.
| | |
| --- | --- |
**Flood_Estimate.ipynb** | Uses Sandy storm surge as input values. This code produces flood heights for given surge values. The code calculates surface volume functions that can relate the volume of water to the flood height at a given division. Using Manning's equation, it takes topographic data and storm parameter data to find the velocity and subsequently the volume of the water. These flood volumes are then redistributed by propagating to the nearby divisions, and the final flood heights for each division are determined.
**Flood_Estimate_from_Surge_Height.ipynb** | Uses warm and cold storm parameters as input values. This code produces flood heights for given storm parameters. The code calculates surface volume functions that can relate the volume of water to the flood height at a given division. Using Manning's equation, it takes topographic data and storm parameter data to find the velocity and subsequently the volume of the water. These flood volumes are then redistributed by propagating to the nearby divisions, and the final flood heights for each division are determined for both cold and warm storms.
**Flood_Estimate_Multiple_Storms.ipynb** | Uses warm and cold storm parameters as input values. This code produces flood heights for given storm parameters, parallelized for multiple storms. The code calculates surface volume functions that can relate the volume of water to the flood height at a given division. Using Manning's equation, it takes topographic data and storm parameter data to find the velocity and subsequently the volume of the water. These flood volumes are then redistributed by propagating to the nearby divisions, and the final flood heights for each division are determined for both cold and warm storms.
**Flood_Estimate.ipynb** | Uses Sandy storm surge heights and time history as input values.
**Flood_Estimate_from_Surge_Height.ipynb** | Uses surge height as an input value and artificially generates a time history for the storm for calculations.
**Flood_Estimate_Multiple_Storms.ipynb** | Uses warm and cold storm generated storms with time history as input values to perform calculations for multiple storms at once.
### Raster Processor
Finally, run Flood Height to Raster Processor to post process the flood heights and create a raster visualization of the flooding.
| | |
Expand Down

0 comments on commit aa68fec

Please sign in to comment.