read.ensemble.output.Rd
Reads output from model ensemble
read.ensemble.output(
ensemble.size,
pecandir,
outdir,
start.year,
end.year,
variable,
ens.run.ids = NULL
)
the number of ensemble members run
specifies where pecan writes its configuration files
directory with model output to use in ensemble analysis
first year to include in ensemble analysis
last year to include in ensemble analysis
target variables for ensemble analysis
dataframe. Must contain a column named "id" giving the run IDs to be read.
If NULL, will attempt to read IDs from a file named "samples.Rdata" in pecandir
a list of ensemble model output
Reads output for an ensemble of length specified by ensemble.size
and bounded by start.year
and end.year