gen_month_arma: Generate monthly climate timeseries using ARMA model

View source: R/gen_month.R

gen_month_armaR Documentation

Generate monthly climate timeseries using ARMA model

Description

Generate monthly climate timeseries using ARMA model

Usage

gen_month_arma(x.reg.yr, x.loc.mon, n.iter, n.year)

Arguments

x.reg.yr

data.frame with regional average annual climate timeseries (YEAR, PRCP, TMAX, TMIN, TAVG)

x.loc.mon

data.frame with annual climate timeseries at selected location (YEAR, MONTH, PRCP, TMAX, TMIN, TAVG)

n.iter

number of iterations for arima simulation

n.year

number of years for arima simulation

Examples

gen_month_arma(x.reg.yr=clim.reg.yr, x.loc.mon=clim.loc.mon, n.iter=50, n.year=nrow(clim.reg.yr))


walkerjeffd/weathergen documentation built on July 26, 2022, 7:20 a.m.