pvpltools.module_efficiency.pvgis#
- pvpltools.module_efficiency.pvgis(irradiance, temperature, k1, k2, k3, k4, k5, k6)[source]#
Calculate PV module efficiency using the PVGIS model.
The efficiency varies with irradiance and operating temperature and is determined by 6 parameters as described in [1].
- Parameters:
irradiance (non-negative numeric, W/m²) – The effective irradiance incident on the PV module.
temperature (numeric, °C) – The module operating temperature.
k1 (float) – Six model parameters usually determined by regression.
k2 (float) – Six model parameters usually determined by regression.
k3 (float) – Six model parameters usually determined by regression.
k4 (float) – Six model parameters usually determined by regression.
k5 (float) – Six model parameters usually determined by regression.
k6 (float) – Six model parameters usually determined by regression.
- Returns:
eta – The efficiency of the module at the specified irradiance and temperature.
- Return type:
numeric
See also
Notes
A comprehensive comparison of efficiency models is found in [2] and [3].
References
Author: Anton Driesse, PV Performance Labs