Learn R Programming

simET (version 1.0.3)

cal_solarRadiation: Calculating Solar radiation

Description

If the solar radiation, Rs, is not measured, it can be calculated with the Angstrom formula, which relates solar radiation to extraterrestrial radiation and relative sunshine duration. This is a shortwave radiation.

Usage

cal_solarRadiation(as = 0.25, bs = 0.5, n, N, Ra)

Value

A vector for solar or shortwave radiation [MJ m-2 day-1]

Arguments

as

regression constant, expressing the fraction of extraterrestrial radiation reaching the earth on overcast days (n = 0).Default is 0.25.

bs

as+bs is fraction of extraterrestrial radiation reaching the earth on clear days (n = N). Default is 0.50.

n

actual duration of sunshine [hour].

N

maximum possible duration of sunshine or daylight hours [hour].from cal_daylightHours()

Ra

extraterrestrial radiation [MJ m-2 day-1]. From cal_extraterrestrialRadiation_for_daily()

References

Allen, R. G., Pereira, L. S., Raes, D., & Smith, M. FAO Irrigation and drainage paper No. 56. Rome: Food and Agriculture Organization of the United Nations, 1998.