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

Elasticity in the Colorado River Basin Using the Budyko Method


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 GB
Created: May 01, 2019 at 6:16 p.m.
Last updated: May 30, 2019 at 10:21 p.m.
Citation: See how to cite this resource
Content types: Geographic Feature Content 
Sharing Status: Public
Views: 1156
Downloads: 98
+1 Votes: Be the first one to 
 this.
Comments: No comments (yet)

Abstract

This project used Budyko-based methods to determine the elasticity and sensitivity of 29 subbasins in the Colorado River Basin. Elasticity and sensitivity are metrics used to determine the relative expected changes in runoff given changes in precipitation and temperature, respectively. We used publicly available data to determine long term averages for temperature, precipitation, and runoff for principal Colorado River subbasins. Given those data, we used Budyko-based methods to estimate the elasticity and sensitivity of each subbasin to changes in temperature and precipitation. We determined the aridity index of each subbasin and Budyko parameter (w), which aggregates watershed storage characteristics. Subcatchments located in the Upper Basin, driven mostly by snowmelt, have a lower aridity index and higher w value than those in the Lower Basin, driven by monsoonal storm events. The Paria and the Little Colorado River subbasins are particularly sensitive to changes in precipitation and temperature. To identify the initialization of direct human impacts, we used a double mass curve break point analysis on a single subcatchment. Two breakpoints were identified, 1963 and 1988, corresponding to human impact and climate change, respectively.

This data resource includes a document and power point reporting the key findings of this work. We include the code, input, and output files used to perform analyses, all of which are described in the readme.

Subject Keywords

Coverage

Spatial

Coordinate System/Geographic Projection:
WGS 84 EPSG:4326
Coordinate Units:
Decimal degrees
Place/Area Name:
Colorado River Basin
North Latitude
40.9684°
East Longitude
-104.9645°
South Latitude
31.6404°
West Longitude
-116.7418°

Temporal

Start Date:
End Date:

Content

readme.txt

ORDER OF OPERATIONS:
1. Shapefiles of watershed boundaries are delineated/obtained (Shapefiles folder)
2. R scripts are used to obtain PRISM gridded climate data and aggregate/average for each sub basin (PRISM folder)
3. Analyses for Budyko based methods are conducted (BUDYKO folder)
4. Analyses for Human/Climate impacts are conducted (HUMAN CLIMATE IMPACTS folder)


--------------------------------------------------------------------
Data Files:
--------------------------------------------------------------------

--------------------------------------------------------------------
SHAPEFILES: This folder contains deliberated subbasins for the Colorado River Basin. 
--------------------------------------------------------------------
- 29 Subbasins: One shapefile related to 29 subbasins
- 29 Subbasins (separate): 29 shapefiles related to each subbasin
- 29 Points: Shapefile of 29 points corresponding to locations where naturalized flow estimates are available.
- An excel file "Coordinates_29_Gages.xlsx" containing the coordinates of all 29 gages


--------------------------------------------------------------------
PRISM: This folder contains input and output files and code relating to summaries of PRISM data.
--------------------------------------------------------------------
- R scripts to download and extract PRISM data: PRISM_DownloadData, PRISM_ExtractData_Precip, PRISM_ExtractData_Temp

1. PRISM_DownloadData: This code downloads raw data from the PRISM website in bulk given user defined period. There is a limitation of 500 locations for getting the data. 
2. PRISM_ExtractData_Precip: This code uses 1- the raw PRISM precipitation files and 2- text files containing PRISM grids of each subbasin to extract the precipitation data of each subbasin and calculate the average precipitation within the subbasin. 
3. PRISM_ExtractData_Temp: This code uses 1- the raw PRISM temperature files and 2- text files containing PRISM grids of each subbasin to extract the temperature data of each subbasin and calculate the average temperature within the subbasin. 

- US PRISM grids with 4km resolution 
- Text files containing PRISM grids of each subbasin
- PrecipBIL: contains raw PRISM files related to precipitation 
- TempBIL: contains raw PRISM files related to temperature
- PRISM_Extracted Precip & Temp folder contains final results of extracting precipitation and temperature from PRISM data


--------------------------------------------------------------------
BUDYKO: This folder contains input and output files and code relating to the determinations of precipitation partitioning, climate elasticity and sensitivity.
--------------------------------------------------------------------

Input Data:
-----------
1. CR_Precip_Int: Time series of precipitation (mm) for each of 29 subbasins within the Colorado River basin. Data were estimated on a monthly basis from PRISM by aggregating over subbasin areas. Each column is defined by the USGS gaging station ID.
2. CR_Temp_Int: Time series of temperature (degrees C) for each of 29 subbasins within the Colorado River basin. Data were estimated on a monthly basis from PRISM by aggregating over subbasin areas. Each column is defined by the USGS gaging station ID.
3. InterveningNaturalFlows: Time series of estimated discharge (acre-feet) on a monthly basis without human consumptive uses from the Bureau of Reclamation https://www.usbr.gov/lc/region/g4000/NaturalFlow/. Each column is defined by the USGS gaging station ID.
4. InterveningSubbasins: Spatial characteristics of each of the 29 Colorado subbasins from GIS. Fields are as defined below for MasterBudyko.

R scripts/code:
------------
1. BudykoColoradoRiverBasins: This code uses PRISM data, GIS data, and naturalized flow inputs to generate Budyko curves, determine the Budyko parameter, and estimate elasticity and sensitivity to changes in climate for 29 subbasins in the Colorado River basin. Intervening naturalized flow are used to represent each subbasin discretely.
2. BudykoColoradoRiverObservedFlow: This code uses PRISM data, GIS data, and USGS flow data in attempt to generate Budyko curves. Observed flow data were obtained using the USGS dataRetrieval package. Intervening flows were estimated by subtracting observed flows. This oversimplicifican created inconclusive results.
3. BudykoColoradoRiverSubsetBasins: This code uses PRISM data, GIS data, and naturalized flow inputs to generate Budyko curves for select subbasins in the Colorado River basin: the Paria River, the Little Colorado River, and subbasins representative of snowmelt and monsoonal hydrology.

Output Data:
-------------
1. USGSColoradoRiverFlows: Month, water year, and date are listed along with a column of each of the 29 watersheds by USGS gaging station ID. Each cell represents the instantaneous flow in cubic feet per month.

2. MasterBudyko 
Station_ID: USGS gaging station ID
FID: Code assigned in GIS
ID: USGS gage from upstream to downstream
NAME: USGS gaging station name
AREA_MI2: Watershed area in square miles
AREA_KM2: Watershed area in square kilometers
AREA_ACRES: Watershed area in acres
AREA_M2: Watershed area in square meters
MeanT: Average annual mean temperature (degrees C)
AnnualMeanP: Average annual mean precipitation (mm)
AnnualMeanNatQ: Average annual flow using the naturalized flow data (acre-ft)
natQmm: Average annual depth of runoff using naturalized flow data and subbasin area (mm)
ETmm: Average annual depth of evapotranspiration calculated in the code BudykoColoradoRiverBasins (mm)
PET: Average annual depth of potential evapotranspiration calculated in the code BudykoColoradoRiverBasins (mm)
w: Budyko storage  parameter calculated in the code BudykoColoradoRiverBasins. unitless.
Elas: Elasticity (changes in runoff due to changes in precipitation) calculated in the code BudykoColoradoRiverBasins (scalar multiplier)
dQ: Sensitivity (changes in runoff due to changes in temperature) calculated in the code BudykoColoradoRiverBasins (percent change per degree C)
PET_P: Aridity Index (potential evapotranspiration/precipitation) calculated in the code BudykoColoradoRiverBasins (unitless)
ET_P: Evaporative index (actual evapotranspiration/precipitation) calculated in the code BudykoColoradoRiverBasins (unitless)

3. MasterBudyko_Observed : same columns as MasterBudyko, except AnnualMeanNatQ is AnnualMeanObsQ (Average annual flow using the observed flow data) and natQmm is obsQmm (Average depth of runoff using observed flow data). PET_P and ET_P are not calculated because values of w cannot be calculated for each of the basins.


--------------------------------------------------------------------
HUMAN CLIMATE IMPACTS: This folder contains files used to determine breakpoints and estimate shares of human and climate impacts. 
--------------------------------------------------------------------
- R-Code: Double-Mass Curve uses the flow and precipitation data in "R Inputs_DoubleMass.xlsx" as inputs to plot double-mass curve as a method to determine the break points.
- Excel file: "R_Inputs_DoubleMass.xlsx" contains inputs for the R-code.
- Excel file: "Climate_Human_Impacts.xlsx" in which shares of climate change and human impacts are estimated.  

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.

How to Cite

Jones, A. S., S. M. Alger, H. Salehabadi, A. Repko (2019). Elasticity in the Colorado River Basin Using the Budyko Method, HydroShare, http://www.hydroshare.org/resource/692cd36ffac24978b13b7352f62532ff

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