
Last chance! 50% off unlimited learning
Sale ends in
Radiometric surface temperature from longwave radiation measurements.
radiometric.surface.temp(data, LW_up = "LW_up", LW_down = "LW_down",
emissivity, constants = bigleaf.constants())
Data.frame or matrix containing all required input variables
Longwave upward radiation (W m-2)
Longwave downward radiation (W m-2)
Emissivity of the surface (-)
sigma - Stefan-Boltzmann constant (W m-2 K-4) Kelvin - conversion degree Celsius to Kelvin
a data.frame with the following columns:
Radiometric surface temperature (K)
Radiometric surface temperature (degC)
Radiometric surface temperature (Trad) is calculated as:
Wang, W., Liang, S., Meyers, T. 2008: Validating MODIS land surface temperature products using long-term nighttime ground measurements. Remote Sensing of Environment 112, 623-635.
# NOT RUN {
# determine radiometric surface temperature for the site DE-Tha in June 2014
# assuming an emissivity of 0.98.
# (Note that variable 'LW_down' was only included for the DE-Tha example dataset
# and not for the others due restrictions on file size)
Trad <- radiometric.surface.temp(DE_Tha_Jun_2014,emissivity=0.98)
summary(Trad)
# }
Run the code above in your browser using DataLab