imposeClimateChanges: Perturb weather realizations to reflect climate change

View source: R/imposeClimateChanges.R

imposeClimateChangesR Documentation

Perturb weather realizations to reflect climate change

Description

Perturb weather realizations to reflect climate change

Usage

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"
)

Arguments

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


Deltares/weathergenr documentation built on July 25, 2024, 6:15 p.m.