Complements the settings based on the site meta info CSV file or data frame.

fdk_setup_sofun(site_info, params_siml)

Arguments

site_info

A character string specifying the path to the site meta info file, or a dataframe containing the site meta info.

params_siml

A named list containing the simulation parameters for SOFUN.

Value

A dataframe (tibble) containing the site meta info, complemented by column 'params_siml' which is a nested list of complemented simulation parameters.

Examples

if (FALSE) { # \dontrun{
 setup <- prepare_setup_sofun(
   site_info = site_info,
   params_siml = params_siml
  )
} # }