pvdeg.humidity.surface_outside#

pvdeg.humidity.surface_outside(rh_ambient, temp_ambient, temp_module)[source]#

Function calculates the Relative Humidity of a Solar Panel Surface at module temperature

Parameters:
  • rh_ambient (float) – The ambient outdoor environmnet relative humidity [%].

  • temp_ambient (float) – The ambient outdoor environmnet temperature [°C]

  • temp_module (float) – The surface temperature of the solar panel module [°C]

Returns:

rh_Surface (float) – The relative humidity of the surface of a solar module as a fraction or percent depending on input.