
Set Calibration Parameter Value
set_cal_par.Rd
Updates a specific entry in a nested calibration parameter list for a given model.
Arguments
- model
A string specifying the model name (e.g.,
"TUW"
), used to access the corresponding sublist incal_par
. For a complete list see table invignette("model_overview")
.- setting_name_value
A string representing the setting to update, in the format
"sublist$parameter = value"
. This string is parsed and evaluated to modify the calibration settings.- cal_par
A list containing calibration settings for one or more models.