thank you,
I get the error miss connection of cal_parms.cal folder.
thank you, it works now.
however still there is question to calibrate the streamflow, when we calibrate in SUFI2 we provide intial value of the parameter and obsrved data to optimize the simulated flow in a given objective function. here I didn't understand the calibration prosses of # LHS sampling
par_cal_100 <- sample_lhs(par_bound, 100)
qsim_cal <- run_swatplus(project_path = path_plus,
output = list(q = define_output(file = 'channel_sd_day',
variable = 'flo_out',
unit = 1)),
parameter = par_cal_100,
start_date = cal_start,
end_date = cal_end,
start_date_print = cal_start_print,
n_thread = 4)
the above script is with cant connect with observed data. this is like hard calibration.