Checking for non-preferred file/folder path names (may take a long time depending on the number of files/folders) ...
This resource contains some files/folders that have non-preferred characters in their name. Show non-conforming files/folders.
This resource contains content types with files that need to be updated to match with metadata changes. Show content type files that need updating.
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 3.5 KB | |
Created: | May 06, 2021 at 12:12 a.m. | |
Last updated: | Oct 05, 2023 at 7:45 p.m. (Metadata update) | |
Published date: | Jun 20, 2023 at 12:29 p.m. | |
DOI: | 10.4211/hs.a1e329ad20654e72b7b423f991bf9251 | |
Citation: | See how to cite this resource |
Sharing Status: | Published |
---|---|
Views: | 1879 |
Downloads: | 19 |
+1 Votes: | Be the first one to this. |
Comments: | No comments (yet) |
Abstract
This data release provides the reanalysis streamflow data from versions 1.2, 2.0, and 2.1 of the National Water Model structured for timeseries extraction. The impact of this is that user can query time series for a given NHDPlusV2 COMID without downloading the hourly CONUS files and extracting the sample of relevant values.
The data is hosted on the RENCI THREDDS Data Server and is accessible via OPeNDAP at the follwoing URLs:
Version 1.2
(https://thredds.hydroshare.org/thredds/catalog/nwm/retrospective/catalog.html?dataset=NWM_Retrospective/nwm_retro_full.ncml)
- Spans 1993-01-01 00:00:00 to 2017-12-31 23:00:00
- Contains 219,144 hourly time steps for
- 2,729,077 NHD reaches
Version 2.0
(https://thredds.hydroshare.org/thredds/catalog/nwm/retrospective/catalog.html?dataset=NWM_Retrospective/nwm_v2_retro_full.ncml)
- Spans 1993-01-01 00:00:00 to 2018-12-31 00:00:00
- Contains 227,903 hourly time steps for
- 2,729,076 NHD reaches
Version 2.1
(https://cida.usgs.gov/thredds/catalog/demo/morethredds/nwm/nwm_v21_retro_full.ncml)
- Spans 1979-02-02 18:00:00 to 2020-12-31 00:00:00
- Contains 227,903 hourly time steps for
- 2,729,076 NHD reaches
Raw Data
(https://registry.opendata.aws/nwm-archive/)
- 227,000+ hourly netCDF files (depending on version)
## DDS
The data description structure (DDS) can be viewed at the NcML page for each respective resource (linked above). More broadly each resource includes:
- A _1D_ time array - **hours** since 1970-01-01 00:00
- A _1D_ latitude array - **coordinate** (Y) information
- A _1D_ longitude array - **coordinate** (X) information WGS84
- A _1D_ feature_id array - **NHDPlus V2 COMID** (NWM forecast ID)
- A _2D_ streamflow array - **Q (cms)** [feature_id, time]
## R package
The `nwmTools` R package provides easier interaction with the OPeNDAP resources. Package documentation can be found [here](https://mikejohnson51.github.io/nwmTools/) and the GitHub repository [here](https://github.com/mikejohnson51/nwmTools).
# Collaborators:
[Mike Johnson](https://mikejohnson51.github.io/), [David Blodgett](https://www.usgs.gov/staff-profiles/david-l-blodgett?qt-staff_profile_science_products=3#qt-staff_profile_science_products)
# Support:
This effort is supported by the Consortium of Universities for the Advancement of Hydrologic Science, Inc. under the HydroInformatics Fellowship. See program [here](https://www.cuahsi.org/data-models/hydroinformatics-innovation-fellowship/)
# Publications
J.M. Johnson, David L. Blodgett, Keith C. Clarke, Jon Pollack. (2020). "Restructuring and serving web-accessible streamflow data from the NOAA National Water Model historic simulations". _Nature Scienfic Data_. (**In Review**)
Subject Keywords
Coverage
Spatial
Temporal
Start Date: | |
---|---|
End Date: |
Content
readme.md
NOAA National Water Model (NWM) Reanalysis Data at RENCI
The NOAA National Water Model (NWM) simulates streamflow across on the medium resolution (1:100,000 scale) National Hydrography Dataset Plus Version 2 (NHDPlus). The NHDPlus describes the hydrographic network of the United States discretized into units representing surface water features that share similar hydrologic characteristics. Each surface water feature can be represented as the catchment divide (archetypal watershed for that segment), its flowline, and/or outlet (using the Open Geospatial Consortium HY_Feature terminology). Computationally, NWM forecasts are made by routing water from a land surface model (NOAH-MP) over a 250 meter grid centered on the NHD flowline to the outlet of each NHD catchment. The COMID scheme was adopted as the indexing unit in the NWM such that a forecast for a given COMID is the routed flow rate at the NHD outlet at any given hour.
With each new version of the NWM, a multi-decadal, hourly reanalysis product - forced with the North America Land Data Assimilation System (NLDAS) and the North American Regional Reanalysis (NARR) data - is released. The raw data, stored as hourly netCDF files, are made publicly available on Amazon and Google by the Open Cloud Consortium here.
This data release contains the NWM v1.2 and 2.0 structured for feature level extraction. The impact of this is that user can query time series for a given NHDPlusV2 COMID without downloading the hourly CONUS files and extracting the sample of relevant values. This data is hosted on the RENCI THREDDS Data Server and is accessible via OPeNDAP at:
Version 1.2
- 1993-01-01 to 2017-12-31
- Contains 219,144 hourly time steps for
- 2729077 NHD reaches
Version 2.0
- 1993-01-01 to 2018-12-31
- Contains 227,903 hourly time steps for
- 2,729,076 NHD reaches
DDS
The data description structure (DDS) can be viewed at the NcML page for each respective resource (linked above). More broadly each resource includes:
- A 1D time array - hours since 1970-01-01 00:00
- A 1D latitude array - coordinate (Y) information
- A 1D longitude array - coordinate (X) information WGS84
- A 1D feature_id array - NHDPlus V2 COMID (NWM forecast ID)
- A 2D streamflow array - Q (cms) [feature_id, time]
R package
The nwmTools
R package provides easier interaction with the OPeNDAP resources. Package documentation can be found here and the GitHub repository here.
Collaborators:
Support:
This effort is supported by the Consortium of Universities for the Advancement of Hydrologic Science, Inc. under the HydroInformatics Fellowship. See program here
Publications
J.M. Johnson, David L. Blodgett, Keith C. Clarke, Jon Pollack. (2020). "Restructuring & serving web-accessible streamflow data from the NOAA National Water Model historic simulations". Nature Scienfic Data. (In Review)
Related Resources
This resource updates and replaces a previous version | Johnson, M., D. Blodgett (2020). NOAA National Water Model Reanalysis Data at RENCI, HydroShare, https://doi.org/10.4211/hs.89b0952512dd4b378dc5be8d2093310f |
This resource has been replaced by a newer version | Johnson, M., D. Blodgett (2023). NOAA National Water Model Reanalysis Data at RENCI, HydroShare, http://www.hydroshare.org/resource/84c2b029f97343a59d0739115d4087f1 |
Credits
Funding Agencies
This resource was created using funding from the following sources:
Agency Name | Award Title | Award Number |
---|---|---|
CUAHSI | HydroInformatics Innovation Fellowship | National Science Foundation (NSF) Cooperative Agreement No. EAR- 1849458 |
How to Cite
This resource is shared under the Creative Commons Attribution CC BY.
http://creativecommons.org/licenses/by/4.0/
Comments
There are currently no comments
New Comment