downscale.raw: Downscale with the 'direct approach'

Description Usage Arguments References

View source: R/ExtractData_ClimateDownscaling.R

Description

See 'direct' approach in Lenderink et al. (2007)

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
downscale.raw(
  obs.hist.daily,
  obs.hist.monthly,
  scen.fut.monthly,
  itime,
  years = NULL,
  sim_time = NULL,
  opt_DS = list(ppt_type = "detailed", sigmaN = 6, PPTratioCutoff = 10),
  dailyPPTceiling,
  do_checks = TRUE,
  ...
)

Arguments

obs.hist.daily

A list. Each element corresponds to one year of simstartyr:endyr is an object of rSOILWAT2::swWeatherData.

obs.hist.monthly

A numeric matrix. Monthly time-series of observed weather calculated from obs.hist.daily for the years simstartyr:endyr.

scen.fut.monthly

A numeric matrix. Monthly time-series of scenario weather during the projected time period DSfut_startyr:DSfut_endyr

opt_DS

A named list.

do_checks

A logical value. If TRUE perform several sanity checks on the data.

References

Lenderink, G., A. Buishand, and W. van Deursen. 2007. Estimates of future discharges of the river Rhine using two scenario methodologies: direct versus delta approach. Hydrology and Earth System Sciences 11:1145-1159.


Burke-Lauenroth-Lab/SoilWat_R_Wrapper documentation built on Aug. 14, 2020, 5:17 p.m.