@@ -9,31 +9,32 @@ Spectral mismatch models
99------------------------
1010
1111pvlib-python contains several models to estimate the spectral mismatch factor
12- using atmnopsheric variables such as air mass, or system and meteorological
12+ using atmospheric variables such as air mass, or system and meteorological
1313data such as spectral response and spectral irradiance. An example
1414demonstrating the application of three pvlib-python spectral mismatch models
15- is also available: XXX. Here, a comparison of all models available in
16- pvlib-python is presented. An extended review of a wider range of models
17- available in the published literature may be found in Reference [X].
15+ is also available: :ref: `sphx_glr_gallery_spectrum_spectral_factor.py. Here,
16+ a comparison of all models available in pvlib-python is presented. An extended
17+ review of a wider range of models available in the published literature may be
18+ found in Reference [X].
1819
1920The table below summarises the models currently available in pvlib, the inputs
2021required, cell technologies for which model coefficients have been published,
2122source of data used for model development and validation, and references.
2223
23- +---------------------------------------------------------+--------+-----------------+-------------+-----------+
24- | Model | Inputs | Cell technology | Data source | Reference |
25- +=========================================================+========+=================+=============+===========+
26- | :py:func: `~pvlib.spectrum.spectral_factor_caballero ` | | | | |
27- +---------------------------------------------------------+--------+-----------------+-------------+-----------+
28- | :py:func: `~pvlib.spectrum.spectral_factor_firstsolar ` | | | | |
29- +---------------------------------------------------------+--------+-----------------+-------------+-----------+
30- | :py:func: `~pvlib.spectrum.spectral_factor_sapm ` | | | | |
31- +---------------------------------------------------------+--------+-----------------+-------------+-----------+
32- | :py:func: `~pvlib.spectrum.spectral_factor_pvspec ` | | | | |
33- +---------------------------------------------------------+--------+-----------------+-------------+-----------+
34- | :py:func: `~pvlib.spectrum.spectral_factor_jrc ` | | | | |
35- +---------------------------------------------------------+--------+-----------------+-------------+-----------+
36- | :py:func: `~pvlib.spectrum.calc_spectral_mismatch_field ` | | | | |
37- +---------------------------------------------------------+--------+-----------------+-------------+-----------+
24+ +---------------------------------------------------------+-------------------------------------------------------------- +-----------------+------ -------------+-----------+
25+ | Model | Inputs | Cell technology | Data source | Reference |
26+ +=========================================================+============================================================== +=================+====== =============+===========+
27+ | :py:func:`~pvlib.spectrum.spectral_factor_caballero` | absolute airmass, precipitable water, aerosol optical depth | Multiple | SMARTS, measured | [X] |
28+ +---------------------------------------------------------+-------------------------------------------------------------- +-----------------+------ -------------+-----------+
29+ | :py:func: `~pvlib.spectrum.spectral_factor_firstsolar ` | absolute airmass, precipitable water | mSi, CdTe | SMARTS+TMY, field | [X] |
30+ +---------------------------------------------------------+-------------------------------------------------------------- +-----------------+------ -------------+-----------+
31+ | :py:func: `~pvlib.spectrum.spectral_factor_sapm ` | absolute airmass | Multiple | Field | [X] |
32+ +---------------------------------------------------------+-------------------------------------------------------------- +-----------------+------ -------------+-----------+
33+ | :py:func: `~pvlib.spectrum.spectral_factor_pvspec ` | absolute airmass, clearsky index | Multiple | Field | [X] |
34+ +---------------------------------------------------------+-------------------------------------------------------------- +-----------------+------ -------------+-----------+
35+ | :py:func: `~pvlib.spectrum.spectral_factor_jrc ` | absolute airmass, clearsky index | Multiple | Field | [X] |
36+ +---------------------------------------------------------+-------------------------------------------------------------- +-----------------+------ -------------+-----------+
37+ | :py:func: `~pvlib.spectrum.calc_spectral_mismatch_field ` | spectral response, spectral irradiance | - | - | [X] |
38+ +---------------------------------------------------------+-------------------------------------------------------------- +-----------------+------ -------------+-----------+
3839
3940
0 commit comments