vs2di.readMain: Read main VS2dh model output file "vs2dh.out"

Description Usage Arguments Value Examples

View source: R/vs2dhReadOutput.R

Description

Read main VS2dh model output file "vs2dh.out"

Usage

1
vs2di.readMain(model.path, engine = "vs2dh")

Arguments

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: "vs2dh")

Value

main 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)  
vs2di.readMain(model.path = model.path, engine = "vs2dh")

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