write.config.LINKAGES.Rd
Requires a pft xml object, a list of trait values for a single model run, and the name of the file to create
write.config.LINKAGES(
defaults = NULL,
trait.values,
settings,
run.id,
restart = NULL,
spinup = FALSE,
inputs = NULL,
IC = NULL
)
list of defaults to process
vector of samples for a given trait
list of settings from pecan settings file
id of run
logical: Write a restart file? If NULL (default), treated as FALSE
logical: perform spinup using `spinup.LINKAGES()`? If NULL (default), treated as FALSE
inputs section of a PEcAn settings object. Currently only used for climate file (inputs$met$path), which is taken from `settings$input$met$path` if `inputs` is NULL.
TODO currently ignored
configuration file for LINKAGES for given run