runread_biomee_f {rsofun} | R Documentation |
Run BiomeE
Description
Runs BiomeE model for multiple sites.
Usage
runread_biomee_f(drivers, makecheck = TRUE, parallel = FALSE, ncores = 2)
Arguments
drivers |
A nested data frame with one row for each site and columns named according to the arguments of function 'runread_biomee_f_bysite()'. See '?run_biomee_f_bysite' for the list of parameters and forcing data required. |
makecheck |
Flag specifying whether checks are performed to verify forcings. |
parallel |
Flag 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. |
Value
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.
Examples
# Example BiomeE model run
runread_biomee_f(
drivers = biomee_gs_leuning_drivers
)
runread_biomee_f(
drivers = biomee_p_model_drivers
)
[Package rsofun version 5.0.0 Index]