Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (15 loc) · 555 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 555 Bytes

Reservoir Operations

Repo for managing reservoir operations with CONUS 2.0 Contains historical information as well as current information

Installing

The priority flow functions are provided as an R package. To install it you will need to do the following:

  1. To use R packages from GitHub you need to have the devtools package installed:
install.packages('devtools’)
library(devtools)
  1. Next you can install the Reservoir Operations package:
install_github("hydroframe/Reservoir_Operations", subdir="ResOps")
library('ResOps’)