wtRunConfiguration: Run WTAQ with given configuration

wtRunConfigurationR Documentation

Run WTAQ with given configuration

Description

Run a WTAQ simulation with the given configuration

Usage

wtRunConfiguration(configuration, wtaq.exe = .wtaq_path(), targetDirectory = tempdir(), 


    show.results = FALSE, fileExtension = "", dbg = FALSE, ...)

Arguments

configuration

WTAQ configuration, as retrieved by wtConfigure.

wtaq.exe

full path to WTAQ executable (default: compiled executable in package

subfolder "extdata" as defined in helper function .wtaq_path() )

targetDirectory

optional. Target directory. If no target directory is given, a temporary

directory will be used.

show.results

if TRUE, the content of the results file will be shown in the R console.

Default: FALSE

fileExtension

extension given to files

dbg

if TRUE, debug message are shown, else not. Default: FALSE

...

further arguments passed to wtRunInputFile, e.g.

show.output.on.console

Value

model result as read with wtReadPlotFile from the output

file generated by the WTAQ modelling software

Author(s)

Hauke Sonnenberg

See Also

wtRunInputFile


KWB-R/kwb.wtaq documentation built on June 17, 2022, 3:05 a.m.