downscale.delta: Downscale with the 'delta approach'

Description Usage Arguments References

View source: R/ExtractData_ClimateDownscaling.R

Description

Downscale with the 'delta approach'

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
downscale.delta(
  obs.hist.daily,
  obs.hist.monthly,
  scen.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.hist.monthly

A numeric matrix. Monthly time-series of scenario weather during the historic time period DScur_startyr:DScur_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

Hay, L. E., R. L. Wilby, and G. H. Leavesley. 2000. A comparison of delta change and downscaled GCM scenarios for three mountainous basins in the United States. Journal of the American Water Resources Association 36:387-397.

Hamlet, A. F., E. P. Salathe, and P. Carrasco. 2010. Statistical downscaling techniques for global climate model simulations of temperature and precipitation with application to water resources planning studies. Chapter 4. Final Report for the Columbia Basin Climate Change Scenarios Project. Climate Impacts Group, Center for Science in the Earth System, Joint Institute for the Study of the Atmosphere and Ocean, University of Washington, Seattle, WA.


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