Description Usage Arguments Value Examples
View source: R/vs2dhReadOutput.R
Read main VS2dh model output file "vs2dh.out"
1 | vs2di.readMain(model.path, engine = "vs2dh")
|
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") |
main model results are imported in a R object
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")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.