Simple, Fast Daily to Hourly Climate Downscaling

cfmet.downscale.daily(dailymet, output.dt = 1, lat)

Arguments

dailymet

data table with climate variables

output.dt

output timestep

lat

latitude (for calculating solar radiation)

Value

weather file with subdaily timesteps

Details

Based on weach family of functions but 5x faster than weachNEW, and requiring metric units (temperature in celsius, windspeed in kph, precip in mm, relative humidity as fraction). Derived from the weachDT function in the BioCro package.