PV module efficiency#
This module contains implementations of several PV module efficiency models.
These models have a common purpose, which is to predict the efficiency at maximum power point as a function of the main operating conditions: effective irradiance and module temperature.
A function to fit any of these models to measurements is also provided.
Determine the parameters of a module efficiency model by non-linear least-squares fit. |
|
|
Calculate PV module efficiency using the ADR model. |
|
Calculate PV module efficiency using the Heydenreich model. |
|
Calculate PV module efficiency using the MotherPV model. |
|
Calculate PV module efficiency using the PVGIS model. |
|
Calculate PV module efficiency using the MPM6 model (without windspeed). |
|
Call mpm6 with one less parameter. |
|
Prepare a bilinear interpolant for module efficiency. |
|
Calculate PV module efficiency using bilinear interpolation/extrapolation. |