fdk_setup_sofun.Rd
Complements the settings based on the site meta info CSV file or data frame.
fdk_setup_sofun(site_info, params_siml)
A dataframe (tibble) containing the site meta info, complemented by column 'params_siml' which is a nested list of complemented simulation parameters.
if (FALSE) { # \dontrun{
setup <- prepare_setup_sofun(
site_info = site_info,
params_siml = params_siml
)
} # }