NRad {FAO56} | R Documentation |
Net Radiation (R_n)
Description
NRad
returns the value of net radiation.
Usage
NRad(R_ns, R_nl)
Arguments
R_ns |
A numeric scalar that denotes net shortwave radiation [ |
R_nl |
A numeric scalar that denotes net longwave radiation [ |
Details
This is a function to calculate the net radiation [MJ/(m^2\times day)
].
Value
The function returns the value of net solar radiation as a numeric scalar.
Reference
See Also
Examples
NRad(R_ns = 11.1, R_nl = 3.5)
[Package FAO56 version 1.0 Index]