vs2dh.readVariables: Read VS2dh model output file with time series of variables...

Description Usage Arguments Value Examples

View source: R/vs2dhReadOutput.R

Description

Read VS2dh model output file with time series of variables pressure head and temperature

Usage

1
vs2dh.readVariables(model.path, fileName = "variables.out", dbg = TRUE)

Arguments

model.path

full path to folder containing model output files

fileName

name of file containing variable results (default: "variables.out")

dbg

if true text output

Value

variable model results are imported in a R object

Examples

1
2
3
4
### Location of example vs2dh model contained in "kwb.vs2dh package"
model.path <- system.file("extdata", "vs2dh_example/tutorial2", package = "kwb.vs2dh")
res <- vs2di.run(model.path = model.path)  
vs2dh.readVariables(model.path)

KWB-R/kwb.vs2dh documentation built on Sept. 10, 2019, 12:20 p.m.