View source: R/fdk_format_drivers.R
fdk_format_drivers | R Documentation |
Takes site information for a single or multiple sites and grabs all data required for a p-model run in rsofun.
fdk_format_drivers(
site_info,
params_siml = dplyr::tibble(spinup = TRUE, spinupyears = 10, recycle = 1, outdt = 1,
ltre = FALSE, ltne = FALSE, ltrd = FALSE, ltnd = FALSE, lgr3 = TRUE, lgn3 = FALSE,
lgr4 = FALSE),
path,
verbose = TRUE
)
site_info |
data frame using minimum information required being five columns: sitename, lon, lat, elv, whc |
params_siml |
simulation parameters (preset) |
path |
path with daily FLUXNET data |
verbose |
provide verbose output (default = FALSE) |
product |
which flux product to use |
Parameter settings are provided as arguments, but could be altered after the fact if desired.
NOTE: Processing is selective and will create different files on non-GECO workstations.
returns an rsofun compatible driver file for the provided sites
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.