rvn_watershed_data {RavenR} | R Documentation |
Watershed Storage Data from Raven
Description
A dataset formatted to the xts package, read in by the watershed.read function. The dataset contains the typical columns from the Raven outputted WatershedStorage.csv file, available for download in the Raven Tutorials (linked below).
Usage
rvn_watershed_data
Format
rvn_watershed_data is a data frame with two object
- watershed.storage
various storage variable states outputted from the Raven model
- units
units associated with each variable in watershed.storage
rvn_watershed_data$watershed.storage is an xts (time series) object with 731 rows and 19 variables, containing data from 2002-10-01 to 2004-09-30. The details of each watershed storage state can be found in the Raven Manual
rainfall
snowfall
Channel.Storage
Reservoir.Storage
Rivulet.Storage
Surface.Water
Cum..Losses.to.Atmosphere..mm.
Ponded.Water
Soil.Water.0
Soil.Water.1
Soil.Water.2
Snow.Melt..Liquid..mm.
Snow
Canopy
Canopy.Snow
Total
Cum..Inputs..mm.
Cum..Outflow..mm.
MB.Error
The Nith River model can be downloaded from the Raven Tutorials (tutorial #2) https://raven.uwaterloo.ca/Downloads.html
See Also
rvn_watershed_read
for reading in watershed storage output files
Examples
# View data
head(rvn_watershed_data$watershed.storage)
# Also has units
rvn_watershed_data$units