get.dam.outflow.mod.output: This function will extract simulated CE-QUAL-W2 outflows from...

View source: R/get.dam.outflow.mod.output.r

get.dam.outflow.mod.outputR Documentation

This function will extract simulated CE-QUAL-W2 outflows from a dam

Description

This function will extract simulated CE-QUAL-W2 outflows from a dam

Usage

get.dam.outflow.mod.output(
  qwo.textfile = NA,
  seg = NA,
  path = "/W2_mods/Detroit_Lake_2010_00-01",
  metric = F,
  two.textfile = NA,
  str.txt = NA,
  withdrawals = 0,
  const = "ELWS"
)

Arguments

qwo.textfile

character; name of the model outflow file to read

two.textfile

character; name of the model outflow temperature file to read

str.txt

character; prefix of the name of the model str file to read

withdrawals

numeric; how many withdrawals; defaulst to 0

const

character; constituent to read - defaults to 'ELWS'

Value

a data.frame of the model output

Author(s)

Norman Buccola

Examples

get.dam.outflow.mod.output()

nbuccola/w2r documentation built on June 2, 2025, 2:12 a.m.