Checking for non-preferred file/folder path names (may take a long time depending on the number of files/folders) ...

Demonstration of the National Water Model’s Applicability to Community Resilience Planning: Cincinnati Use Case


Authors:
Owners: This resource does not have an owner who is an active HydroShare user. Contact CUAHSI (help@cuahsi.org) for information on this resource.
Type: Resource
Storage: The size of this resource is 646.1 MB
Created: Jun 13, 2024 at 12:33 p.m.
Last updated: Jul 12, 2024 at 6:19 p.m.
Citation: See how to cite this resource
Content types: Geographic Raster Content 
Sharing Status: Public
Views: 373
Downloads: 161
+1 Votes: 1 other +1 this
Comments: No comments (yet)

Abstract

This resource provides codes and data to demonstrate a use case for evaluating the National Water Model (NWM) locally and enhancing its accessibility. The objective is to explore how NOAA’s NWM can be utilized by a new audience of potential users. The NWM, managed by NOAA’s National Water Center, is a comprehensive hydrologic model focusing on river and streamflow data. It offers insights into historical water conditions (with a 40-year retrospective capability), current water status, and future projections (ranging from 18 hours to 10-day and 30-day forecasts). Since its initial release in 2016, the NWM has been updated to version 3.0, with several planned enhancements and new services, including the Next Generation Framework and Flood Inundation Mapping, which are expected to be introduced within the next 24 months.

Working Group's Project: “Evaluating the NWM as a Data Source for Resilient Transportation Planning” and “Building Trust Around Predictive Hydrologic Resources

Funding for this project was provided by the National Oceanic and Atmospheric Administration (NOAA), awarded to the Cooperative Institute for Research on Hydrology (CIROH) through the NOAA Cooperative Agreement with The University of Alabama, NA22NWS4320003

Subject Keywords

Coverage

Spatial

Coordinate System/Geographic Projection:
WGS 84 EPSG:4326
Coordinate Units:
Decimal degrees
North Latitude
39.1524°
East Longitude
-82.5652°
South Latitude
37.4323°
West Longitude
-84.8962°

Content

readme.md

Content of this resource:

  • readme.md: This file explains the content of this HydroShare resource.
  • retrieve-nwm-v3-retrospective-streamflow-data.ipynb: Code to retrieve the NWM streamflow data from retrospective simulations for the stream reach of interest.
  • create-inundation-maps-using-FIM-xarray.ipynb: Code to create the flood inundation map based on the FIM method for a given discharge and reach ID.
  • rem_zeroed_masked_0.tif: A GeoTIFF containing Height Above Nearest Drainage values.
  • gw_catchments_reaches_filtered_addedAttributes_crosswalked_0.gpkg: Vector data and attributes for river reaches.
  • demDerived_reaches_split_filtered_addedAttributes_crosswalked_0.gpkg: DEM-derived reach geometries that will be used for visualization.
  • hydroTable_0.csv: A comma-separated file containing pre-computed stage-discharge values for every reach in the demDerived dataset.
  • nwm_utils: This folder contains supplementary code.
  • 21117CV000B.pdf: FEMA Flood Insurance Study report for Kenton County, Kentucky.
  • 21117C_20150619.zip: FEMA flood maps.
  • Figure: This folder contains an image of the case study location as well as images comparing flood inundation maps generated based on the FIM approach against FEMA.

Case Study: Fowler Creek Watershed, Kentucky

Our case study focuses on the Fowler Creek watershed, part of the Licking River watershed (HUC 05100101) in Kentucky. Water in the Fowler Creek watershed flows from south to north, draining into Banklick Creek and eventually into the Licking River, which in turn feeds into the Ohio River. The dark green polygon in the figure below represents the watershed boundary of Fowler Creek. The green point indicates the outlet, which is located downstream of a USGS gage (shown as a white point) on Banklick Creek.

This creek is identified by the feature_id 2087827 in the National Water Model (NWM). This feature_id corresponds to the Permament_Identifier of the NHDPlus (National Hydrography Dataset Plus). We will first use the retrieve-nwm-v3-retrospective-streamflow-data.ipynb code to retrieve NWM retrospective streamflow data from 1979-2023 for this particular reach and estimate the maximum peak flow based on the model results, which is about 66.42 cms. The most recent retrospective simulations are available in the form of Zarr and NetCDF files at https://noaa-nwm-retrospective-3-0-pds.s3.amazonaws.com/index.html. We will use xarray and Dask to work with the Zarr data.

Secondly, we will use the 66.42 cms value as input for the create-inundation-maps-using-FIM-xarray.ipynb code to apply the basic Flood Inundation Mapping (FIM) approach and create the inundation extent for this watershed. The FIM process has been developed by the NOAA Office of Water Prediction. For more information, see the inundation-mapping project. There are two approaches to using the data provided by NOAA OWP to compute FIM: basic (simplified) mapping and mosaic mapping. The latter represents the state of practice in this domain; however, for simplicity, this notebook will demonstrate the former.

Next, we will use the peak discharge of 1% annual chance (corresponding to a 100-year recurrence interval) from FEMA as input for the create-inundation-maps-using-FIM-xarray.ipynb code to apply the basic Flood Inundation Mapping (FIM) approach and create the inundation extent for this watershed. For convenience, we have included these data in this HydroShare resource. However, if you want to try obtaining it yourself, follow the steps in the green box below. In the PDF file (Flood Insurance Study report within this HydroShare resource), under Section 3.1 (Hydrologic Analysis), Table 3 summarizes the discharges. On page 16, the value for Fowler Creek at the confluence with Banklick Creek is 5220 cfs. The associated flood map for this discharge can be viewed in the zipped folder, which contains the National Flood Hazard Layer (NFHL) for the region of interest. Among the different shapefiles within this file, we use S_Fld_Haz_Ar.shp, which contains information about the flood hazards within the Flood Risk Project area.

To access the FEMA Flood Insurance Study Report and National Flood Hazard Layer, follow the steps below:

  • Visit the FEMA Products and Tools.
  • Click on the "View All MSC (Map Service Center) Tools" button, which will take you to another webpage.
  • Select the state, county, and community of your interest.
  • Expand the "Effective Products" section to see a list of regulatory products authorized by law for making determinations under the NFIP. The Flood Insurance Study (FIS) Reports provide information about 1% annual chance discharge values. The NFHL-Datas-County section contains GIS data related to FEMA flood maps.

Finally, we will use the discharge value of 5220 cfs as input for the create-inundation-maps-using-FIM-v3-xarray.ipynb code to generate a FIM-based map for this flow. Note that this value should be converted to cubic meters per second (cms) (~147.8 cms) for use in the Jupyter Notebook, as the FIM methodology is based on cms. The main goal of this test is to reduce uncertainties associated with potential errors in the simulated NWM discharge by using the FEMA-provided discharge value.

The following shows the comparison between the FEMA map, flood inundation extent created based on the FIM approach using the 100-year flood from the FEMA FIS report, and flood inundation extent created based on the FIM approach using the maximum peak flow from the NWM retrospective data.

How to run computational notebooks in this resource:

You can run these notebooks locally or use cloud computing services. To access the CIROH JupyterHub, you have two options. First, you can right-click on any of the Jupyter Notebooks within this resource and choose the CIROH Production JupyterHub option. Alternatively, you can open the entire resource by clicking on the Open with button located at the top right corner of the landing page. Once you're in the resource, make sure to select the Medium server, and then follow the steps provided in the notebook.

To successfully run the notebooks on CIROH cloud services, please ensure that:

  • ✅ You have a HydroShare account to authorize the CIROH platform to access your resource content. If you haven’t already, create an account on HydroShare and sign in.
  • ✅ You have already added the CIROH JupyterHub WebApp to your “Open With” list menu. Head to HydroShare and navigate to the "CIROH Production Jupyterhub" resource at this URL. This resource is an "app connector" allowing you to add the CIROH production JupyterHub to your list of apps available via your "Open with" menu in HydroShare. Ensure that the square icon labeled "Add Web App to Open with list" in HydroShare is green. If it appears red, a single click will change it to green.
  • ✅ You have access to the CIROH JupyterHub environments. If not, follow the steps. Click on “Open with …” -> CIROH JupyterHub. Once you select this option from the drop-down in HydroShare, a new browser tab will open for the CIROH JupyterHub. The first time you do this, you may need to agree to the Terms of Use and “sign in with HydroShare” to authorize the platform to access your resource content. Use “Medium” and then click the orange “Start” button at the bottom of the page. It will take a few moments for your server to start up.

Data Services

The following web services are available for data contained in this resource. Geospatial Feature and Raster data are made available via Open Geospatial Consortium Web Services. The provided links can be copied and pasted into GIS software to access these data. Multidimensional NetCDF data are made available via a THREDDS Data Server using remote data access protocols such as OPeNDAP. Other data services may be made available in the future to support additional data types.

Related Geospatial Features

This HydroShare resource is linked to the following geospatial features

${ messageObj.message }
${value.text} ${value.text}

Click a point to search for features that overlap with that location.

Select a feature for more information.

Related Resources

This resource is referenced by https://globalresilience.northeastern.edu/wp-content/uploads/2024/06/NWM-Cincinnati.pdf
The content of this resource references https://www.sciencebase.gov/catalog/item/577445bee4b07657d1a991b6
The content of this resource references https://www.epa.gov/waterdata/nhdplus-ohio-data-vector-processing-unit-05
The content of this resource references https://map1.msc.fema.gov/data/21/S/PDF/21117CV000B.pdf?LOC=e9585047242a3b0bfa9097f6cc7ad7e8
This resource is referenced by https://globalresilience.northeastern.edu/project/cooperative-institute-for-research-to-operations-in-hydrology-ciroh/
The content of this resource references Castronova, A. M. (2024). Visualizing NWM Retrospective Streamflow in Python, HydroShare, http://www.hydroshare.org/resource/830b603665cc4ac0893d5449badd422d
The content of this resource references https://www.fema.gov/flood-maps/products-tools
The content of this resource references https://github.com/NOAA-OWP/inundation-mapping
The content of this resource references https://noaa-nwm-retrospective-3-0-pds.s3.amazonaws.com/index.html
The content of this resource can be executed by Castronova, A. (2024). CIROH Production JupyterHub, HydroShare, http://www.hydroshare.org/resource/2dd1ac86e8854d4fb9fe5fbafaec2b98

Credits

Funding Agencies

This resource was created using funding from the following sources:
Agency Name Award Title Award Number
National Oceanic and Atmospheric Administration (NOAA) COOPERATIVE INSTITUTE FOR RESEARCH TO OPERATIONS IN HYDROLOGY (CIROH) NA22NWS4320003

How to Cite

Garousi-Nejad, I., A. M. Castronova (2024). Demonstration of the National Water Model’s Applicability to Community Resilience Planning: Cincinnati Use Case, HydroShare, http://www.hydroshare.org/resource/0ef4366e7711478fa2637f5049b4881a

This resource is shared under the Creative Commons Attribution CC BY.

http://creativecommons.org/licenses/by/4.0/
CC-BY

Comments

There are currently no comments

New Comment

required