set numerical, scalar parameters in WTAQ configuration

wtSetParameters(configuration, assignments = NULL)

Arguments

configuration

WTAQ configuration as returned by wtConfigure

assignments

list of "name = value" pairs defining the parameter assignments, e.g. list(hkr = 0.001, hkz = 0.002) to set the horizontal hydraulic conductivity (hkr) to 0.0001 (length/time) and the vertical hydraulic conductivity (hkz) to 0.00005 (length/time). For the allowed parameter names see the description in wtSetParameter

Value

configuration with adapted parameter values as defined in assignments

See also