pvlib.pvsystem.PVSystem.sapm_celltemp

PVSystem.sapm_celltemp(poa_global, temp_air, wind_speed)[source]

Uses temperature.sapm_cell() to calculate cell temperatures.

Parameters
  • poa_global (numeric) – Total incident irradiance in W/m^2.

  • temp_air (numeric) – Ambient dry bulb temperature in degrees C.

  • wind_speed (numeric) – Wind speed in m/s at a height of 10 meters.

Returns

numeric, values in degrees C.