sensitivity.filename.Rd
Generate sensitivity analysis filenames
sensitivity.filename(
settings,
prefix = "sensitivity.samples",
suffix = "Rdata",
all.var.yr = TRUE,
pft = NULL,
ensemble.id = settings$sensitivity.analysis$ensemble.id,
variable = settings$sensitivity.analysis$variable,
start.year = settings$sensitivity.analysis$start.year,
end.year = settings$sensitivity.analysis$end.year
)
list of PEcAn settings.
string to appear at the beginning of the filename
file extension: string to appear at the end of the filename
logical: does ensemble include all vars and years? If FALSE, filename will include years and vars
name of PFT used for analysis. If NULL, assumes all PFTs in run are used and does not add them to the filename
ensemble ID(s)
variable(s) included in the ensemble.
first and last year simulated.
a filename
Generally uses values in settings, but can be overwritten for manual uses