Description Usage Arguments Value See Also Examples
Partition radiation into its direct and diffuse components
1 | radsplit(ukcpsishourly)
|
ukcpsishourly |
a |
a list of three spatialarrays
A spatialarray
of direct radiation normal to the solar beam (W / m^2)
A spatialarray
of horizontal diffuse radiation (W / m^2)
A spatialarray
of cloud cover derived as the ratio of actual to
clear-sky radiation (Percentage)
hourlysis()
microclima::difprop()
1 2 3 4 5 6 | # Takes a few seconds to run
modfit <- radfit(sis_2005)
# Takes a few minutes to run
ukcpsishourly <- hourlysis(sis_ukcpdaily, modfit, rad_gam)
radcom <- radsplit(ukcpsishourly)
attributes(radcom)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.