calculate_solute_dynamics: Calculate solute mass balance

Description Usage Arguments Value

View source: R/calculate_solute_dynamics.R

Description

Calculates the solute mass balance.

Usage

1
2
3
4
5
6
7
8
calculate_solute_dynamics(
  start_date = as_datetime("2018-10-01"),
  end_date = as_datetime("2019-09-30"),
  method = "load",
  lakes = c("Pleasant", "Long", "Plainfield"),
  annual = FALSE,
  parameter = "CALCIUM TOTAL RECOVERABLE"
)

Arguments

start_date

start date of analysis. Defaults to start of WY2019 ("2018-10-01").

end_date

end date of analysis. Defaults to end of WY2019 ("2019-09-30").

method

"load" or "calc", defaults to "load".

lakes

name of all lakes in CSLS in the order of desired levels. Defaults to c("Pleasant", "Long", "Plainfield")

annual

logical defaults to "FALSE" to return daily values, switch to "TRUE" for annual summary of uptake (Ca) or sedimentation/release and GW inflow (TP).

parameter

description of parameter to use dynamic lake model on. Can be either "CALCIUM TOTAL RECOVERABLE" or "PHOSPHORUS TOTAL".

Value

mass_fluxes


WDNR-Water-Use/CSLSchem documentation built on July 3, 2020, 10:51 a.m.