ucConf: Configure UCODE run

View source: R/wtUcode.R

ucConfR Documentation

Configure UCODE run

Description

Configure UCODE run

Usage

ucConf(
  general = ucConfGeneral(),
  parameters = ucDefaultConfParameters(),
  weights = ucDefaultConfWeights()
)

Arguments

general

configuration of control parameters as retrieved by ucConfGeneral.

parameters

data.frame with each row representing a parameter configuration as e.g. retrieved by ucConfParameter. For possible parameter names see ucSetPlaceholder

weights

Matrix of weights as e.g. retrieved by ucDefaultConfWeights. Matix of weights is used when calculating overall fitness. Row names = names of fitness indicators out of the set of c("ME", "MAE", "MSE", "RMSE", "NRMSE", "PBIAS", "RSR", "rSD", "NSE", "mNSE", "rNSE", "d", "md", "rd", "cp", "r", "R2", "bR2", "KGE, "VE"). Column names = well names ("PW" = pumping well, observation wells named as in parameter setting). See example.

See Also

ucPrepCalib


KWB-R/kwb.ucode documentation built on June 15, 2022, 12:39 a.m.