ens_veg_module.Rd
Sampling/ensemble module
ens_veg_module(
getveg.id,
dbparms,
input_veg,
outfolder,
machine,
start_date,
end_date,
n.ensemble,
new_site,
host
)
list, input.id and dbfile.id of the IC file in intermediate pecan standard
list, settings$database info reqired for opening a connection to DB
list, this is a sublist of settings$run$inputs that has info about source, id, metadata of the requested IC file
path to where the processed files will be written
data frame, DB info regarding localhost machine id/hostname etc.
date in "YYYY-MM-DD" format, in case of source==FIA it's the settings$run$start.date, otherwise start_date of the IC file in DB
date in "YYYY-MM-DD" format, in case of source==FIA it's the settings$run$end.date, otherwise end_date of the IC file in DB
integer, ensemble member number
data frame, id/lat/lon/name info about the site
list, host info as in settings$host, host$name forced to be "localhost" upstream