downscale.deltahybrid3mod: Downscale with the new version of the sQuotedelta-hybrid...

Description Usage Arguments References

View source: R/ExtractData_ClimateDownscaling.R

Description

Hybrid-delta downscaling developed by Hamlet et al. 2010 and Tohver et al. 2014. Applied, e.g., by Dickerson-Lange et al. 2014. Quantile mapping performed by functions modified from Gudmundsson et al. 2012.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
downscale.deltahybrid3mod(
  obs.hist.daily,
  obs.hist.monthly,
  scen.hist.monthly,
  scen.fut.monthly,
  itime,
  years = NULL,
  sim_time = NULL,
  opt_DS = list(extrapol_type = "linear_Thermessl2012CC.QMv1b", ppt_type = "detailed",
    sigmaN = 6, PPTratioCutoff = 10, fix_spline = "attempt"),
  dailyPPTceiling,
  monthly_extremes,
  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

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.

Tohver, I.M., Hamlet, A.F. & Lee, S.-Y. (2014) Impacts of 21st-Century Climate Change on Hydrologic Extremes in the Pacific Northwest Region of North America. Journal of the American Water Resources Association, 50, 1461-1476.

Anandhi, A., A. Frei, D. C. Pierson, E. M. Schneiderman, M. S. Zion, D. Lounsbury, and A. H. Matonse. 2011. Examination of change factor methodologies for climate change impact assessment. Water Resources Research 47:W03501.

Dickerson-Lange, S. E., and R. Mitchell. 2014. Modeling the effects of climate change projections on streamflow in the Nooksack River basin, Northwest Washington. Hydrological Processes: http://dx.doi.org/10.1002/hyp.10012.

Wang, L., and W. Chen. 2014. Equiratio cumulative distribution function matching as an improvement to the equidistant approach in bias correction of precipitation. Atmospheric Science Letters 15:1-6.

Gudmundsson, L., Bremnes, J.B., Haugen, J.E. & Engen-Skaugen, T. (2012). Technical Note: Downscaling RCM precipitation to the station scale using statistical transformations - a comparison of methods. Hydrology and Earth System Sciences, 16, 3383-3390.


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