lightME(lat = 40, DOY = 190, t.d = 12, t.sn = 12, atm.P = 1e+05, alpha = 0.85)
list
structure with components
Simulates light macro environment based on latitude, day of the year. Other coefficients can be adjusted.
## Direct and diffuse radiation for DOY 190 and hours 0 to 23 res <- lightME(t.d=0:23) xyplot(I.dir + I.diff ~ 0:23 , data = res, type='o',xlab='hour',ylab='Irradiance')
xyplot(propIdir + propIdiff ~ 0:23 , data = res, type='o',xlab='hour',ylab='Irradiance proportion')