Science Score: 75.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
    Organization immm-sfa has institutional domain (im3.pnnl.gov)
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.3%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: IMMM-SFA
  • License: bsd-2-clause
  • Language: Python
  • Default Branch: main
  • Size: 48.4 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 2 years ago · Last pushed over 1 year ago
Metadata Files
Readme License Citation

README.md

DOI

Yaoetal2024ERL

Assessing the Complex Influences of Water Management on Hydrological Drought Characteristics in Texas

Lili Yao1*, Stephen B Ferencz1, Ning Sun1, Hongxiang Yan1

1 Pacific Northwest National Laboratory, Richland, WA., USA

* corresponding author: lili.yao@pnnl.gov

Abstract

The state of Texas in the United States is highly susceptible to drought. Its major rivers are subject to extensive water management (WM) activities in order to sustain multisectoral water demands, particularly during drought conditions. However, the impact of WM on the propagation dynamics and characteristics of hydrological drought (HD) in Texas remains unclear. To fill this gap, this study quantifies the influence of WM across 32 streamflow gauges along the mainstems of seven major rivers in Texas by comparing a variety of drought metrics under natural and managed conditions. Notably, we leveraged an extensive, naturalized streamflow dataset constructed by the Texas Commission on Environmental Quality (TCEQ), paired with gauge observations of managed conditions. Results indicate that at the multi-decadal scale, WM significantly reduced HD frequency across all seven rivers and at 81% of the gauges analyzed. Additionally, it increased the response timescale of HD across Texas’ major rivers by a median of 2.5 months. Conversely, the average-event duration and severity increased in most locations. Temporal analysis reveals that the WM impact on HD varied seasonally, with attenuation effects during mid-summer and early fall and intensification effects during late winter and spring. Additionally, WM was found to greatly increase the spatial variability of HD characteristics across the region. These findings emphasize the complexity of WM effects on HD and the necessity for nuanced strategies in managing HD under WM influences.

Journal reference

Yao, L., Ferencz, SB., Sun, N., Yan, H. (2024) Environmental Research Letters, October 2024, 19(11):114034, DOI:10.1088/1748-9326/ad7d23

Data reference

Input data

  1. Precipitation data from Texas Water Development Board

    • Retrived from https://waterdatafortexas.org/lake-evaporation-rainfall
  2. Observed streamflow data from USGS National Water Information System (NWIS)

    • Retrived using a python package, i.e., dataretrieval, https://github.com/DOI-USGS/dataretrieval-python?tab=readme-ov-file
  3. Naturalized streamflow data from WRAP basin model

    • Retrived from https://www.tceq.texas.gov/permitting/waterrights/wrtechnical-resources/wam.html for the FLO file.
  4. River flowline data from National Hydrography Dataset Plus (NHDPlus) Data

    • Retrived from https://www.epa.gov/waterdata/nhdplus-texas-data-vector-processing-unit-12
  5. Streamflow gauge drainage area boundary from Hydro Network-Linked Data Index (NLDI)

    • Retrieved from https://waterdata.usgs.gov/blog/nldi-intro/
  6. Texas-Gulf basin (HUC2=12) boundary from the National Map developed by USGS

    • Retrived from https://waterdata.usgs.gov/blog/nldi-intro/
  7. The location of the major reservoirs from Texas Water Development Board GIS dataset

    • Retrieved from https://www.twdb.texas.gov/mapping/gisdata/doc/Existing_Reservoirs.zip
  8. The 1 degree by 1 degree state grids from Texas Water Development Board GIS dataset

    • Retrieved from https://www.twdb.texas.gov/mapping/gisdata/doc/state_grids.zip
  9. The boundary of the Texas from Texas Department of Transportation

    • Retrived from https://gis-txdot.opendata.arcgis.com/datasets/TXDOT::texas-state-boundary/explore?location=30.834886%2C-100.077018%2C6.08

Output data

Output data for each drought characteristics saved in the 'plot.csv' under the 'Plot.zip'

Reproduce my experiment

  1. Download 'ObservedQ.zip', 'NaturalizedQ.zip', and 'Precipitation.zip' folders for the input data, and download the 'Plot.zip' for the output data which including the final results supporting the analysis in this study.
  2. The 'ObservedQ', 'NaturalizedQ', and 'Precipitation' folders were used for saving and processing the observed streamflow, naturalized flow, and precipitation data, respectively. To facilitate data processing, the data for each gauge in the same river basin were saved in folders named after the river within each of the 'ObservedQ', 'NaturalizedQ', and 'Precipitation' folders. The gauge name list for each river can be found in these river folders. The streamflow gauges in the WRAP FLO file do not appear as USGS gauge numbers; instead, they have ID numbers in the WRAP model. The mapping between the WRAP gauge IDs and the USGS gauge numbers was saved in the gauge name list file.
  3. Run 'ObservedQUSGS.py' to extract observed flow from USGS.
  4. The raw FLO file from WRAP model was saved in 'FLO' folder under the 'NaturalizedQ'. Run 'NaturalQWRAP.py' to extract the naturalized flow from FLO file and save in csv format. To facilit data processing, the naturalized Q for each gauge was then saved in separate csv file in the river folder under 'NaturalizedQ'.
  5. The raw monthly precipitation data from TWDB was saved in 'allquadsprecipitationinch.csv' in the 'Precipitation' folder. The 'DrainageArea' folder contains the drainage area boundary shp file for each gauge. The state 1-degree grids shp file was saved in 'DrainageAreainTX1degree' folder under 'Precipitation'. The GIS clip function was used to extract state 1-degree grid features overlaying the gauge drainage area which was saved in 'DrainageAreainTX1degree'. The drainage area coverage for each gauge within each quadrangle was exported from the attribute table and saved as a csv file named after the gauge number in each river folder in 'Precipitation'. The state 1-degree grid numbers differ from those shown on the TWDB quadrangles precipitation data webpage. The mapping between them was saved in 'degtxtquads_mapping.csv' in 'Precipitation'.
  6. Run 'AreaWeightedPrecipitation.py' to get the area weighted monthly precipitation for each gauge.
  7. Run 'StandardizedStreamflowIndex.py' to calculate the 1-month standardized streamflow index for regualted flow and natual flow at the monthly scale.
  8. Run 'M-HResponseTime.py' to calcualte the meteorological-hydrological drought response time.
  9. Run 'M-HPropagationRate.py' to calculate the meteorological-hydrological drought propagation rate.
  10. Run 'Meteorological_Drought.py' to identify meteorological drought events.
  11. Run 'Hydrological_Drought.py' to identify hydrological drought events, and extract the drought characteristics.
  12. Merge all the outputs into one csv file ('plot.csv') and save in the 'Plot' folder
  13. Run 'Relativechangemonthlyoccurrenceseverity.py' to calculate the relative change in monthly cumulative drought months and severity between natural and managed conditions. Save the results in 'Monthly_analysis' folder under 'Plot' folder.
  14. The shp file for Texas state boundary, Texas-Gulf basin boundary, river mainstems, reservoirs, and gauge stations were saved in the 'Plot' folder.
  15. Use the plotting scripts to plot outputs.

Reproduce my figures

Use Fig_#.py from the 'workflow' folder to generate Fig. 1 to Fig. 8.

Owner

  • Name: Integrated Multisector Multiscale Modeling
  • Login: IMMM-SFA
  • Kind: organization
  • Location: Richland, WA

Models and code from the IM3 SFA

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
  - family-names: "Vernon"
    given-names: "Chris R."
    orcid: "https://orcid.org/0000-0002-3406-6214"
title: "metarepo: A single point of access meta-repository that guides others in how to reproduce an experiment"
repository-code: "https://github.com/IMMM-SFA/metarepo"

GitHub Events

Total
Last Year