resampleDates: Dissaggregation function

View source: R/resampleDates.R

resampleDatesR Documentation

Dissaggregation function

Description

Dissaggregation function

Usage

resampleDates(
  PRCP_FINAL_ANNUAL_SIM = NULL,
  ANNUAL_PRCP = NULL,
  PRCP = NULL,
  TEMP = NULL,
  TMAX = NULL,
  TMIN = NULL,
  START_YEAR_SIM = NULL,
  k1 = NULL,
  ymax = NULL,
  dates.d = NULL,
  sim.dates.d = NULL,
  YEAR_D = NULL,
  month.start = NULL,
  knn.annual.sample.num = 50,
  wet.quantile = 0.2,
  extreme.quantile = 0.8,
  dry.spell.change = rep(1, 12),
  wet.spell.change = rep(1, 12),
  seed = NULL
)

Arguments

PRCP_FINAL_ANNUAL_SIM

placeholder

ANNUAL_PRCP

placeholder

PRCP

placeholder

TEMP

placeholder

TMAX

placeholder

TMIN

placeholder

START_YEAR_SIM

placeholder

k1

placeholder

ymax

placeholder

dates.d

placeholder

sim.dates.d

placeholder

YEAR_D

placeholder

month.start

placeholder

knn.annual.sample.num

placeholder

wet.quantile

Precipitation threshold (mm) to distinguish between wet and dry days

extreme.quantile

quantile threshold to distinguish between extreme wet days

dry.spell.change

placeholder

wet.spell.change

placeholder

seed

random seed value


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