To compute a more accurate value for the sky temperature, the dew-point temperature needs to be known:
T_sky = [0.711 + 0.0056T_dp + 0.000073T_dp^2 + 0.013 cos(\pi * t / 12)]^0.25 * T_a .
Ideally, this formula (which Ilaria claims results in only a 1% change to the results) would be used. However, the weather module, and weather data currently employed, don't contain information about the dewpoint,
To compute a more accurate value for the sky temperature, the dew-point temperature needs to be known:
Ideally, this formula (which Ilaria claims results in only a 1% change to the results) would be used. However, the weather module, and weather data currently employed, don't contain information about the dewpoint,