View source: R/imposeClimateChanges.R
imposeClimateChanges | R Documentation |
Perturb weather realizations to reflect climate change
imposeClimateChanges(
climate.data = NULL,
climate.grid = NULL,
sim.dates = NULL,
change.factor.precip.mean = NULL,
change.factor.precip.variance = NULL,
change.factor.temp.mean = NULL,
transient.temp.change = TRUE,
transient.precip.change = TRUE,
calculate.pet = TRUE,
compute.parallel = FALSE,
num.cores = NULL,
fit.method = "mme"
)
climate.data |
placeholder |
climate.grid |
placeholder |
sim.dates |
placeholder |
change.factor.precip.mean |
placeholder |
change.factor.precip.variance |
placeholder |
change.factor.temp.mean |
placeholder |
transient.temp.change |
logical value indicating whether temperature changes are applied gradually (transient) or stepwise |
transient.precip.change |
logical value indicating whether precipitation changes are applied gradually (transient) or stepwise |
calculate.pet |
shoud pet be calculated? (logical) |
compute.parallel |
should the function run in parallel mode (logical) |
num.cores |
number of cores reserved for parallel computing. Default value is maximum cores minus one (omit if compute.parallel is FALSE) |
fit.method |
placeholder |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.