This function transforms a WTAQ configuration as generated with wtConfigure into a vecotor of text lines. These text lines, written to a file, can be used as input file to the WTAQ drawdown modelling software.

wtInputFileLines(configuration = wtConfigure(), sep = "\t\t",
    dbg = FALSE)

Arguments

configuration

WTAQ configuration as generated by wtConfigure.

sep

Separator to be placed between parameter values and parameter names. Default: two tab characters.

dbg

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

Value

character vector with each element representing one row of the input file.

See also