Checking for missing content type metadata ...

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

Supporting data for spatial variability of rainfall in the Colorado Rocky Mountains


Authors:
Owners: This resource does not have an owner who is an active HydroShare user. Contact CUAHSI (help@cuahsi.org) to determine if accessing this resource is possible.
Type: Resource
Storage: The size of this resource is 2.2 GB
Created: Oct 23, 2025 at 5:01 p.m. (UTC)
Last updated: Aug 13, 2026 at 9:44 p.m. (UTC)
Citation: See how to cite this resource
Content types: Geographic Raster Content  CSV Content 
Sharing Status: Discoverable (Accessible via direct link sharing)
Views: 81
Downloads: 4
+1 Votes: Be the first one to 
 this.
Comments: No comments (yet)

Abstract

This resource contain data used to investigate how elevation influences rainfall intensity; assess differences in warm season rainfall estimates between MRMS, gridMET, PRISM, and tipping bucket gauges; and assess the reliability of MRMS and tipping for capturing rainfall events that generate a stream response. The study area includes the northern Colorado Front Range mountains and encompasses the Cameron Peak Fire and East Troublesome Fire. The study period is June through September 2021, 2022, and 2023. The journal article associated with this resource is published here: XXXX. The code used to analyze this dataset is available here: XXXX.

Subject Keywords

Coverage

Spatial

Coordinate System/Geographic Projection:
WGS 84 EPSG:4326
Coordinate Units:
Decimal degrees
Place/Area Name:
northern Colorado Front Range mountains
North Latitude
40.8550°
East Longitude
-105.0950°
South Latitude
39.9550°
West Longitude
-106.5450°

Temporal

Start Date:
End Date:

Content

README.md

README: Post-Fire Rainfall and Stream Response Data Release

Author: Megan Sears
Affiliation: Colorado State University, Department of Ecosystem Science and Sustainability
Contact: megan.sears@colostate.edu


Overview

This data release supports the analysis of rainfall and stream response in burned and unburned watersheds in northern Colorado. Data were collected following the Cameron Peak Fire (CPF) and East Troublesome Fire (ETF), both of which burned in 2020 and represent two of the largest wildfires in Colorado history.

The dataset includes in-situ tipping bucket rain gauge records, stream stage observations, spatially distributed rainfall products (MRMS, PRISM, GridMET), spatial data (catchments, DEM, burn severity), and derived metrics of rainfall-runoff response. Data span June–September of 2021, 2022, and 2023.

Fire Abbreviation Year Burned Region
Cameron Peak Fire CPF 2020 Northern Front Range, CO
East Troublesome Fire ETF 2020 Grand County / Fraser River, CO

Repository Structure

Folder Description
TippingBucketEvents/ Rain gauge event summaries by station
StreamResponse/ Rainfall-runoff event metrics and flow agreement statistics
SpatialData/ Catchment shapefiles, DEM, burn severity, sensor coordinates
SpatialRainfall/ Gridded rainfall products and radar quality index
PixelvsTB/ MRMS pixel vs. tipping bucket comparisons
DryCreekEvent/ Stage and tipping bucket time series for a focal event

1. TippingBucketEvents

Event-level precipitation summaries derived from tipping bucket rain gauges deployed across CPF and ETF watersheds. Each file represents one gauge station. A new event was defined when more than 0.3 mm of rainfall fell after at least six hours with no rainfall.

Variables:

Variable Description
event Event number
P Total event precipitation (mm)
start Event start time (Unix timestamp)
end Event end time (Unix timestamp)
duration Event duration (seconds)
duration_hr Event duration (hours)
MI5 Maximum 5-min rainfall intensity (mm/hr)
MI15 Maximum 15-min rainfall intensity (mm/hr)
MI30 Maximum 30-min rainfall intensity (mm/hr)
MI60 Maximum 60-min rainfall intensity (mm/hr)
starttime Event start time (MST)
endtime Event end time (MST)
site Station identifier

2. StreamResponse

Event-level paired rainfall-runoff metrics linking streamflow response (binary: flow / no-flow) to co-occurring rainfall events. Files are organized by fire (CPF, ETF), rainfall source (MRMS radar or tipping bucket), and spatial aggregation method (maximum pixel or watershed-weighted mean).

2a. Rainfall-Runoff Event Files

Files follow the naming convention: {fire}_{source}_{aggregation}.csv

  • {fire}: cpf or etf
  • {source}: mrms (MRMS radar) or tb (tipping bucket)
  • {aggregation}: max (maximum MRMS pixel over catchment) or wmean (area-weighted mean)

Variables:

Variable Description
flow Binary flow response (1 = flow observed, 0 = no flow)
duration_hr Event duration (hours)
MI30_mmhr Maximum 30-min rainfall intensity (mm/hr)
MI60_mmhr Maximum 60-min rainfall intensity (mm/hr)
start_time Event start time
end_time Event end time
event_sum_mm Total event precipitation (mm)
date Event date
site Stream sensor site identifier
source Rainfall source (mrms or tb)
fire Fire identifier (cpf or etf)

2b. Kappa Statistics

Cohen's kappa coefficients quantifying agreement between MRMS-based and tipping-bucket-based flow/no-flow event detection, calculated per site. Files follow the naming convention: kappa_{metric}_{aggregation}.csv

  • {metric}: mi30, mi60, or eventsum (rainfall metric used for event matching)
  • {aggregation}: max or wmean

Variables:

Variable Description
site Stream sensor site identifier
kappa_value Cohen's kappa coefficient (0–1; higher = better agreement)
fire Fire identifier (cpf or etf)
source Rainfall source used in comparison (TB)

Files: kappa_mi30_max.csv, kappa_mi30_wmean.csv, kappa_mi60_max.csv, kappa_mi60_wmean.csv, kappa_eventsum_max.csv, kappa_eventsum_wmean.csv


3. SpatialData

Spatial layers describing the study watersheds, sensor locations, terrain, and burn severity.

File Type Description
catchments_all_lidar.shp (.dbf, .prj, .shx, .cpg) Shapefile Watershed catchment boundaries for all stream sensor sites, derived from LiDAR DEM
clipped_lidar.tif GeoTIFF Clipped LiDAR-derived DEM for the study area
dem_10m.tif GeoTIFF 10-m resolution DEM (NED/3DEP) for the study area
cpf_burnsev_cat.tif GeoTIFF Burn severity classification raster for the Cameron Peak Fire (categorical)
etf_reclass_burnsev.tif GeoTIFF Reclassified burn severity raster for the East Troublesome Fire
streamSensorCoords.csv CSV Coordinates and metadata for stream stage sensor sites
tippingBucketCoords.csv CSV Coordinates and metadata for tipping bucket rain gauge sites

4. SpatialRainfall

Gridded seasonal and event-based rainfall products for the study area, covering June–September (JJAS) of 2021, 2022, and 2023.

4a. Gridded Seasonal Totals

File Pattern Years Description
mrms_JJAS_{year}_fil01.tif 2021, 2022, 2023 MRMS seasonal (JJAS) total rainfall (mm); pixels filtered to RQI ≥ 0.1
mrms{year}_mi60_p10.tif 2021, 2022, 2023 MRMS seasonal count of events with MI60 ≥ 10 mm/hr
prism800mJJAS{year}.tif 2021, 2022, 2023 PRISM 800-m climatology-adjusted seasonal total rainfall (mm)
{year}_gridmet_JJAS.tif 2021, 2022, 2023 GridMET seasonal total rainfall (mm)

4b. Probability of Exceedance

mi60_pover10.csv — Point-based MRMS values with probability of MI60 exceeding 10 mm/hr.

Variable Description
x Longitude
y Latitude
p_over Probability that MI60 ≥ 10 mm/hr
year Year
metric Rainfall metric (MI60)

4c. Radar Quality Index (RQI) Stacks

stack_RQI_{year}.RData (2021, 2022, 2023) — R raster stack objects containing MRMS Radar Quality Index (RQI) values over the study area for each season. RQI ranges from 0 to 1; values ≥ 0.8 indicate high-quality radar estimates less influenced by beam blockage or range degradation. Load in R with load("stack_RQI_2021.RData").


5. PixelvsTB

Event-matched comparisons of MRMS pixel-level rainfall estimates against co-located tipping bucket gauge observations, used to evaluate MRMS accuracy across the study area.

File Description
CpfEtf_TBpixelCompare.csv MRMS pixel vs. tipping bucket event comparison for CPF and ETF study gauges
LarimerCo_TBpixelCompare.csv MRMS pixel vs. tipping bucket comparison for Larimer County ALERT network gauges

Variables (CpfEtf_TBpixelCompare.csv):

Variable Description
event_mrms MRMS event identifier
site Gauge site identifier
rqi Radar Quality Index at event time (0–1)
start_time.x / end_time.x MRMS event start/end times
event_sum_mm.x MRMS event total precipitation (mm)
MI10/20/30/60_mmhr.x MRMS maximum rainfall intensities (mm/hr)
duration_hr.x MRMS event duration (hours)
event / start_time.y / end_time.y Matched tipping bucket event identifier and times
event_sum_mm.y Tipping bucket event total precipitation (mm)
MI10/20/30/60_mmhr.y Tipping bucket maximum rainfall intensities (mm/hr)
duration_hr.y Tipping bucket event duration (hours)
condition Data quality flag (keep/remove)
fire Fire identifier (CPF or ETF)

Note: .x suffix = MRMS-derived values; .y suffix = tipping bucket-derived values. NA in tipping bucket columns indicates no matched gauge event detected.


6. DryCreekEvent

High-resolution time series for a focal precipitation-runoff event at Dry Creek (CPF), used for detailed event analysis.

File Variables Description
dry_stage_event.csv datetime, Stage_cm 5-minute stream stage (cm) at the Dry Creek sensor during the focal event
dry_tb_event.csv datetime, tip 5-minute tipping bucket tip counts at Dry Creek during the focal event

Data Notes

  • Temporal coverage: June–September 2021, 2022, and 2023 for most datasets; tipping bucket records extend back to 2020 for some stations.
  • MRMS filtering: MRMS precision is 0.01 (_fil01 suffix) and values less than that were set to 0.
  • Event delineation: Rainfall events were separated using a minimum inter-event period (6 hours). Streamflow events were matched to rainfall events using overlapping time windows.
  • Spatial reference: All rasters are in WGS84 (EPSG:4326) or a projected coordinate system — see individual .prj files and raster metadata.
  • Burn severity: Rasters are derived from dNBR (differenced Normalized Burn Ratio) calculated from Landsat imagery, obtained from MTBS (Monitoring Trends in Burn Severity).

Credits

Funding Agencies

This resource was created using funding from the following sources:
Agency Name Award Title Award Number
NSF None EAR 2101068
NSF None EAR 2302594

How to Cite

Sears, M., Kampf, S., Miller, Q., Barnard, D., Richardson, M., Loya, S. W. (2026). Supporting data for spatial variability of rainfall in the Colorado Rocky Mountains, HydroShare, http://www.hydroshare.org/resource/ea6c69ffe09d4466bfd10949c16d3bed

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