downscale.periods: Time periods for downscaling functions

Description Usage Arguments

View source: R/ExtractData_ClimateDownscaling.R

Description

Time periods for downscaling functions

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
downscale.periods(
  obs.hist.daily,
  obs.hist.monthly,
  scen.hist.monthly = NULL,
  scen.fut.monthly = NULL,
  years = NULL,
  DScur_startyear = NULL,
  DScur_endyear = NULL,
  DSfut_startyear = NULL,
  DSfut_endyear = NULL
)

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


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