pvlib.pvsystem.PVSystem.pvsyst_celltemp

PVSystem.pvsyst_celltemp(poa_global, temp_air, wind_speed=1.0)[source]

Uses temperature.pvsyst_cell() to calculate cell temperature.

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

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

  • wind_speed (numeric, default 1.0) – Wind speed in m/s measured at the same height for which the wind loss factor was determined. The default value is 1.0, which is the wind speed at module height used to determine NOCT.

Returns

numeric, values in degrees C.