library(adobeCreekData)
library(tidyverse)
library(lubridate)
library(mgcv)

Introdcuction

Give a little intro about the the purpose of the model and the overall results.

Data

The data being used to develop this model is USGS streamflow data. The following gages were used:

  • Highland Creek - 11449010 (1966-1977)
  • Kelsey Creek - 11449500 (1970-present)
  • Adobe Creek - 11448500 (1954-1978)

The Highland Creek gage is below Highland dam, the Adobe Creek gage is above the Adobe Creek dam. All this data is bundled within this data package, more information for each is available with:

In order to calculate Adobe Creek after the Highland Creek junction we summed up the two flows.

This resulted in the following streamflow

This is the streamflow data we will use to develop this model.

Conclusion