MODFLOW: CSLS MODFLOW model results

Description Usage Format Details Examples

Description

Monthly lake water budget and water level data for each study lake from USGS-led CSLS MODFLOW simulations.

Usage

1

Format

A data frame with the following columns:

scenario

type of model simulation, e.g. "no_irr", or "cur_irr"

sim

simulation number from Monte Carlo runs

lake

name of lake, i.e. "Pleasant", "Long", "Plainfield"

date

date of output, POSIXct

level_m

mean lake stage for the month, mamsl

vol_m3

mean lake volume for the month, (m^3)

P_m3

precipitation volume this month (m^3)

E_m3

evaporation volume this month (m^3)

GWin_m3

groundwater inflow volume this month (m^3)

GWout_m3

groundwater outflow volume this month (m^3)

dV_m3

change in lake volume this month (m^3)

P_m3_d

precipitation flow rate (m^3/d)

E_m3_d

evaporation flow rate (m^3/d)

GWin_m3_d

groundwater inflow rate into lake (m^3/d)

GWout_m3_d

groundwater outflow rate into lake (m^3/d)

dV_m3_d

change in lake volume as a flow rate (m^3/d)

Details

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.

Examples

1
MODFLOW <- CSLSdata::MODFLOW

WDNR-Water-Use/CSLSdata documentation built on Nov. 12, 2021, 2:36 a.m.