powered by
Net outgoing longwave radiation is calculate with this function
rnl_calculation(tmin, tmax, ea, rs, rso)
A data.frame object with the net longwave radiation.
A dataframe with Minimum daily air temperature (°C)
A dataframe with Maximum daily air temperature (°C)
A dataframe with the actual vapour pressure (KPa).
A dataframe with the incomimg solar radiation (MJ m-2 day-1).
A dataframe with the clear-sky radiation (MJ m-2 day-1)
Roberto Filgueiras, Luan P. Venancio, Catariny C. Aleman and Fernando F. da Cunha
if (FALSE) { rnl_df <- rnl_calculation(tmin, tmax, ea, rs, rso) }
Run the code above in your browser using DataLab