Description Usage Arguments Details Value See Also Examples
Calculate hourly radiation from daily radiation
1 |
dailysis |
an object of class spatialarray with hourly radiation values |
modfit |
a list of semivariagram model coefficients as returned by |
rad_gam |
an optional gam object of correction coefficients
to apply to radiation data as returned by |
Trace |
logical value indicating whether to plot progress |
Hourly radiation values are computed by deriving daily optical depths
from daily radiation values, interpolating these to hourly and back-calculating
radiation for each hour. To accunt for sub-daily variation in cloud patchiness
spatially and temporally autocorrelated cloud patchiness is simulated using
paramaters from modfit
.
an object of class spatialarray containing the following components:
a three-dimensional array of hourly radiation values
POSIXlt
object of times associated with arraydata
crs
object of coordinate reference system associated with arraydata
extent
object giving extent covered by arraydata
units of arraydata
character description of arraydata
1 2 3 4 | # Takes a few seconds to run
modfit <- radfit(sis_2005)
# Takes a few minutes to run
ukcpsishourly <- hourlysis(sis_ukcpdaily, modfit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.