Reads output from model ensemble
Usage
read.ensemble.output(
ensemble.size,
pecandir,
outdir,
start.year,
end.year,
variable,
ens.run.ids = NULL
)Arguments
- ensemble.size
the number of ensemble members run
- pecandir
specifies where pecan writes its configuration files
- outdir
directory with model output to use in ensemble analysis
- start.year
first year to include in ensemble analysis
- end.year
last year to include in ensemble analysis
- variable
target variables for ensemble analysis
- ens.run.ids
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