Description Usage Format Details Examples
Monthly lake water budget and water level data for each study lake from USGS-led CSLS MODFLOW simulations.
1 |
A data frame with the following columns:
type of model simulation, e.g. "no_irr", or "cur_irr"
simulation number from Monte Carlo runs
name of lake, i.e. "Pleasant", "Long", "Plainfield"
date of output, POSIXct
mean lake stage for the month, mamsl
mean lake volume for the month, (m^3)
precipitation volume this month (m^3)
evaporation volume this month (m^3)
groundwater inflow volume this month (m^3)
groundwater outflow volume this month (m^3)
change in lake volume this month (m^3)
precipitation flow rate (m^3/d)
evaporation flow rate (m^3/d)
groundwater inflow rate into lake (m^3/d)
groundwater outflow rate into lake (m^3/d)
change in lake volume as a flow rate (m^3/d)
Raw data is processed in with the function import_model_results.R
in the
data-raw
subdirectory of this project. This function loads model outputs
from csv files and saves as a combined data frame with new columns for the
lake and simulation type.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.