@@ -32,30 +32,33 @@ technologies, the Sandia Array Performance Model (SAPM) and spectral mismatch
3232calculation are not specific to cell type; the former is validated for a range
3333of commerical module products.
3434
35- +---------------------------------------------------------+--------------------------------------------------------------+-----------------+------------+
36- | Model | Inputs | Cell technology | Reference |
37- +=========================================================+==============================================================+=================+============+
38- | :py:func: `~pvlib.spectrum.spectral_factor_caballero ` | :term: `absolute airmass `, | CdTe, | |
39- | | :term: `precipitable water `, | mono-Si, | |
40- | | aerosol optical depth | poly-Si, CIGS, | [2 ]_ |
41- | | | aSi, perovskite | |
42- +---------------------------------------------------------+--------------------------------------------------------------+-----------------+------------+
43- | :py:func: `~pvlib.spectrum.spectral_factor_firstsolar ` | :term: `absolute airmass `, | CdTe, | |
44- | | :term: `precipitable water ` | poly-Si | [3 ]_ |
45- +---------------------------------------------------------+--------------------------------------------------------------+-----------------+------------+
46- | :py:func: `~pvlib.spectrum.spectral_factor_sapm ` | :term: `absolute airmass ` | Multiple | [4 ]_ |
47- +---------------------------------------------------------+--------------------------------------------------------------+-----------------+------------+
48- | :py:func: `~pvlib.spectrum.spectral_factor_pvspec ` | :term: `absolute airmass `, | CdTe, | |
49- | | clearsky index | poly-Si, | |
50- | | | mono-Si, | |
51- | | | CIGS, | [5 ]_ |
52- | | | aSi | |
53- +---------------------------------------------------------+--------------------------------------------------------------+-----------------+------------+
54- | :py:func: `~pvlib.spectrum.spectral_factor_jrc ` | :term: `absolute airmass `, clearsky index | CdTe, | |
55- | | | poly-Si | [6 ]_ |
56- +---------------------------------------------------------+--------------------------------------------------------------+-----------------+------------+
57- | :py:func: `~pvlib.spectrum.calc_spectral_mismatch_field ` | spectral response, :term: `spectra ` | - | [7 ]_ |
58- +---------------------------------------------------------+--------------------------------------------------------------+-----------------+------------+
35+ +---------------------------------------------------------+----------------------------+-----------------------------+
36+ | Model | Inputs | Cell technology | Reference |
37+ +=========================================================+============================+=============================+
38+ | :py:func: `~pvlib.spectrum.spectral_factor_caballero ` | :term: `absolute airmass `, | CdTe, | |
39+ | | :term: `precipitable water `,| mono-Si, | |
40+ | | aerosol optical depth | poly-Si, | [2 ]_ |
41+ | | | aSi, | |
42+ | | | CIGS, | |
43+ | | | Perovskite | |
44+ +---------------------------------------------------------+----------------------------+-----------------------------+
45+ | :py:func: `~pvlib.spectrum.spectral_factor_firstsolar ` | :term: `absolute airmass `, | CdTe, | |
46+ | | :term: `precipitable water ` | poly-Si | [3 ]_ |
47+ +---------------------------------------------------------+----------------------------+-----------------------------+
48+ | :py:func: `~pvlib.spectrum.spectral_factor_sapm ` | :term: `absolute airmass ` | Multiple | [4 ]_ |
49+ +---------------------------------------------------------+----------------------------+-----------------------------+
50+ | :py:func: `~pvlib.spectrum.spectral_factor_pvspec ` | :term: `absolute airmass `, | CdTe, | |
51+ | | clearsky index | poly-Si, | |
52+ | | | mono-Si, | |
53+ | | | CIGS, | [5 ]_ |
54+ | | | aSi | |
55+ +---------------------------------------------------------+----------------------------+-----------------------------+
56+ | :py:func: `~pvlib.spectrum.spectral_factor_jrc ` | :term: `absolute airmass `, | CdTe, | |
57+ | | clearsky index | poly-Si | [6 ]_ |
58+ +---------------------------------------------------------+----------------------------+-----------------------------+
59+ | :py:func: `~pvlib.spectrum.calc_spectral_mismatch_field ` | spectral response, | - | |
60+ | | :term: `spectra ` | | |
61+ +---------------------------------------------------------+----------------------------+-----------------------------+
5962
6063
6164References
0 commit comments