uses `PEcAn.benchmark::load_data()` to get veg data
Usage
load_veg(
new_site,
start_date,
end_date,
source_id,
source,
icmeta = NULL,
format_name = NULL,
machine_host,
dbparms,
outfolder,
overwrite = FALSE,
...
)Arguments
- new_site
list passed to `load_data`
- start_date, end_date
date range to look up
- source_id
input id to look up in DB
- source
name of data source (used in file naming)
- icmeta
metadata for initial conditions
- format_name
file format to look for
- machine_host
hostname of machine where the data lives
- dbparms
parameters to use when opening connection to database
- outfolder
path to write results
- overwrite
Logical: replace existing files? NOTE: Currently ignored!
- ...
Additional arguments, currently ignored