View source: R/readW2ConInOut.r
readW2ConInOut | R Documentation |
Wrapper function for waterBalance function This function will grab inputs from CE-QUAL-W2 model (w2_con.npt file), lookup filenames, and then use them as input to the waterBalance function within the w2r package.
readW2ConInOut(
path,
wd,
seg,
wb,
RESSIMCode,
elvVolCrvFl,
write.files,
maxElvDif_m
)
path |
string # path to model |
wd |
string # Generic path to find functions |
seg |
numeric #Segment to look up in w2_con.npt |
wb |
numeric #Water body to look up in w2_con.npt |
RESSIMCode |
string #RES-SIM name for boundary conditions |
elvVolCrvFl |
data.frame #Elevation - Volume Curve |
write.files |
logical #T/F on whether or not to write file |
maxElvDif_m |
numeric (meters) threshold in which to ignore water balance changes |
watbal |
output from the waterBalance function |
Norman Buccola
readW2ConInOut()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.