Spectrum#

The spectrum functionality of pvlib-python includes simulating clear sky spectral irradiance curves, calculating the spectral mismatch factor for a range of single-junction PV cell technologies, and other calculations such as converting between spectral response and EQE, and computing average photon energy values from spectral irradiance data.

This user guide page summarizes some of pvlib-python’s spectrum-related capabilities, starting with a summary of spectral mismatch estimation models available in pvlib-python.

Spectral mismatch models#

The spectral mismatch factor is the ratio of a PV device’s response under a given spectrum to its response under a reference spectrum, typically the AM1.5G spectrum. It represents the relative difference in the performance of a PV device under a spectrum different from the reference spectrum, and can be used to correct the measured power output of a PV system for spectral effects.

pvlib-python contains several models to estimate the spectral mismatch factor using atmospheric variables such as air mass, or calculate it exactly using system and meteorological data such as spectral response and spectral irradiance. Examples demonstrating the application of several spectral mismatch models using pvlib-python are also available: Spectral Mismatch Estimation and Reference [1], the latter of which also contains downloadable spectral response and spectral irradiance data.

On this page, a comparison of spectral mismatch estimation models available in pvlib-python is presented. An extended review of a wider range of models available in the published literature may be found in Reference [2].

The table below summarizes the models currently available in pvlib, their required inputs, cell technologies for which model coefficients have been published, and references. Note that while most models are validated for specific cell technologies, the Sandia Array Performance Model (SAPM) is validated for a range of commercial modules.

Model

Inputs

Default parameter availability

Reference

mono-Si

poly-Si

CdTe

CIGS

a-Si

perovskite

Caballero

airmass_absolute,

[2]

precipitable_water,

aod

First Solar

airmass_absolute,

[3]

precipitable_water

JRC

airmass_relative,

[4]

clearsky_index

PVSPEC

airmass_absolute,

[5]

clearsky_index

SAPM

airmass_absolute

[6]

References#