powered by
Daily net radiation [kJ m-2 d-1]
NetRad(lat, Jday, Tx, Tn, albedo = 0.18, forest = 0, slope = 0, aspect = 0, airtemp = (Tn+Tx)/2, cloudiness = "Estimate", surfemissivity = 0.97, surftemp = (Tn+Tx)/2, units = "kJm2d", AEparams=list(vp=NULL, opt="linear"))
latitude. Default is radians, but will automatically convert from degrees if value is larger than pi/2 or less than -pi/2
Day of the year [-]
Max temperature [C]
Min temperature [C]
Albedo (0-1) [-]
Forest canopy or shade cover (0-1) [-]
Slope [radians]
Ground aspect [radians from north]
Average air temp [C]
Cloudiness percentage (0-1) [-] Default value will estimate cloudiness based on daily temperature difference.
Surface emissivity [-]
Surface temperature [C]
Units of the result. Defaults to "kJm2d" which returns result in kJ/m2/d, the other option is "Wm2", which will make output in W/m2
Atmospheric Emissivity options. Defaults to linear approximation. To use Brutsaert option, include vapor pressure values (kPa)
# NOT RUN { NetRad(42.4*pi/180, Jday=55, Tx=2, Tn=(-3)) # }
Run the code above in your browser using DataLab