Description Usage Arguments Value Examples
View source: R/vs2dhReadOutput.R
Read VS2dh model output file with (energy, fluid) mass balance time series
1 2 | vs2di.readBalance(model.path, engine, fileName = "balance.out",
dbg = TRUE)
|
model.path |
full path to folder containing model output files |
engine |
model engine 'vs2dh' (for flow & heat modelling) or 'vs2dt' (for flow & solute transport) (Default: no default) |
fileName |
name of file containing (energy and fluid) balance results (default: "balance.out") |
dbg |
if true text output |
balance model results are imported in a R object
1 2 3 4 5 | ### Location of kwb.vs2dh package on your computer
wDir <- system.file(package = "kwb.vs2dh")
model.path <- file.path(wDir, "extdata/vs2dh_example/tutorial2")
res <- vs2di.run(model.path = model.path)
vs2di.readBalance(model.path = model.path, engine = "vs2dh")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.