beamrad: Calculate short-wave solar irradiances

Description Usage Arguments Details Value Author(s) References Examples

View source: R/beamrad.R

Description

Calculates clear-sky direct beam solar irradiance, and diffuserad diffuse radiation, for specified conditions.

Usage

1
2
beamrad(day, alt, elevation = 0, linke = 3)
diffuserad(day, alt, linke = 3)

Arguments

day

day of the year, from 1 to 365 (366 in leap years)

alt

angle of sun above horizon in degrees

elevation

height above sea level of site (default is sea level)

linke

the Linke turbidity factor - an index of atmospheric turbidity. If in doubt, leave it at the default of 3.

Details

If any of the arguments comprise more than a single value, they should be equal to each other in dimensions and extent and the output will be of the corresponding size. In particular, alt could be a raster.

Value

Short-wave radiation values in Watts per square metre.

Author(s)

Jon Bennie

References

Suri, M. & Hofierka, J. (2007) Transactions in GIS, 8: 175-190

Examples

1
2
3
4
beamrad(day=197, alt=74, elevation=0, linke=3)
beamrad(day=197, alt=0, elevation=0, linke=3)
diffuserad(day=197, alt=74, linke=3)
diffuserad(day=197, alt=0, linke=3)

rforge/microclim documentation built on Feb. 21, 2022, 7:49 a.m.