Wraps around calib_sofun() to calibrate site-by-site (with one single site data for calibration and evaluation) and returns the evaluation result.
sbs_calib_eval_sofun(
settings_calib,
settings_eval,
settings_sims,
settings_input,
df_drivers,
ddf_obs_calib,
obs_eval,
overwrite
)
A list containing model calibration settings. See vignette_rsofun.pdf for more information and examples.
A list specifying evaluation settings (see vignette eval_sofun.pdf for more information and examples)
A list containing model simulation settings from
prepare_setup_sofun
. See vignette_rsofun.pdf for more
information and examples.
A list containing model input settings. See vignette_rsofun.pdf for more information and examples.
xxx
A data frame containing observational data used for
model calibration. Created by function get_obs_calib()
A data frame containing observational data used for model
evaluation Created by function get_obs_eval()
A boolean, defaults to FALSE
.
A nested list of objects returned by eval_sofun
.