View source: R/runread_biomee_f.R
runread_biomee_f | R Documentation |
Runs the BiomeE model and loads output in once.
runread_biomee_f(drivers, makecheck = TRUE, parallel = FALSE, ncores = 2)
drivers |
A nested data frame with one row for each site and columns named according to the arguments of function 'runread_biomee_f_bysite()' |
makecheck |
A logical specifying whether checks are performed to verify forcings. |
parallel |
A logical specifying whether simulations are to be
parallelised (sending data from a certain number of sites to each core).
Defaults to |
ncores |
An integer specifying the number of cores used for parallel computing. Defaults to 2. |
A tibble with one row for each site and model outputs stored
in the nested column data
. See 'run_biomee_f_bysite()' for a
description of the BiomeE output variables.
# Example BiomeE model run
mod_output <- runread_biomee_f(
drivers = biomee_gs_leuning_drivers
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.