vs2dh.readBoundaryFluxes: Read VS2dh model output file with fluxes at boundary faces

Description Usage Arguments Value Examples

View source: R/vs2dhReadOutput.R

Description

Read VS2dh model output file with fluxes at boundary faces

Usage

1
2
vs2dh.readBoundaryFluxes(model.path, fileName = "boundaryFluxes.out",
  dbg = TRUE)

Arguments

model.path

full path to folder containing model output files

fileName

name of file containing fluxes at boundary faces (default: "boundaryFluxes.out")

dbg

if true text output

Value

read model results of boundary faces are imported in a R object

Examples

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

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