@@ -40,27 +40,29 @@ photoconversion efficiency and radiative cooling.
4040The temperature models currently available in pvlib are summarized in the
4141following table:
4242
43- +-------------------------------------------+--------+------------+--------------------------------------------------------------------+
44- | Model | Type | Transient? | Inputs |
45- | | | +----------------+---------------------+------------+----------------+
46- | | | | POA irradiance | Ambient temperature | Wind speed | Downwelling IR |
47- +===========================================+========+============+================+=====================+============+================+
48- | :py:func: `~pvlib.temperature.faiman ` | either | | ✓ | ✓ | ✓ | |
49- +-------------------------------------------+--------+------------+----------------+---------------------+------------+----------------+
50- | :py:func: `~pvlib.temperature.faiman_rad ` | either | | ✓ | ✓ | ✓ | ✓ |
51- +-------------------------------------------+--------+------------+----------------+---------------------+------------+----------------+
52- | :py:func: `~pvlib.temperature.fuentes ` | cell | ✓ | ✓ | ✓ | ✓ | |
53- +-------------------------------------------+--------+------------+----------------+---------------------+------------+----------------+
54- | :py:func: `~pvlib.temperature.noct_sam ` | cell | | ✓ | ✓ | ✓ | |
55- +-------------------------------------------+--------+------------+----------------+---------------------+------------+----------------+
56- | :py:func: `~pvlib.temperature.pvsyst_cell ` | cell | | ✓ | ✓ | ✓ | |
57- +-------------------------------------------+--------+------------+----------------+---------------------+------------+----------------+
58- | :py:func: `~pvlib.temperature.ross ` | cell | | ✓ | ✓ | | |
59- +-------------------------------------------+--------+------------+----------------+---------------------+------------+----------------+
60- | :py:func: `~pvlib.temperature.sapm_cell ` | cell | | ✓ | ✓ | ✓ | |
61- +-------------------------------------------+--------+------------+----------------+---------------------+------------+----------------+
62- | :py:func: `~pvlib.temperature.sapm_module ` | module | | ✓ | ✓ | ✓ | |
63- +-------------------------------------------+--------+------------+----------------+---------------------+------------+----------------+
43+ +-------------------------------------------+--------+------------+---------------------------------------------------------------------------+
44+ | Model | Type | Transient? | Inputs |
45+ | | | +----------------+---------------------+------------+-----------------------+
46+ | | | | POA irradiance | Ambient temperature | Wind speed | Downwelling IR [#f1 ]_ |
47+ +===========================================+========+============+================+=====================+============+=======================+
48+ | :py:func: `~pvlib.temperature.faiman ` | either | | ✓ | ✓ | ✓ | |
49+ +-------------------------------------------+--------+------------+----------------+---------------------+------------+-----------------------+
50+ | :py:func: `~pvlib.temperature.faiman_rad ` | either | | ✓ | ✓ | ✓ | ✓ |
51+ +-------------------------------------------+--------+------------+----------------+---------------------+------------+-----------------------+
52+ | :py:func: `~pvlib.temperature.fuentes ` | cell | ✓ | ✓ | ✓ | ✓ | |
53+ +-------------------------------------------+--------+------------+----------------+---------------------+------------+-----------------------+
54+ | :py:func: `~pvlib.temperature.noct_sam ` | cell | | ✓ | ✓ | ✓ | |
55+ +-------------------------------------------+--------+------------+----------------+---------------------+------------+-----------------------+
56+ | :py:func: `~pvlib.temperature.pvsyst_cell ` | cell | | ✓ | ✓ | ✓ | |
57+ +-------------------------------------------+--------+------------+----------------+---------------------+------------+-----------------------+
58+ | :py:func: `~pvlib.temperature.ross ` | cell | | ✓ | ✓ | | |
59+ +-------------------------------------------+--------+------------+----------------+---------------------+------------+-----------------------+
60+ | :py:func: `~pvlib.temperature.sapm_cell ` | cell | | ✓ | ✓ | ✓ | |
61+ +-------------------------------------------+--------+------------+----------------+---------------------+------------+-----------------------+
62+ | :py:func: `~pvlib.temperature.sapm_module ` | module | | ✓ | ✓ | ✓ | |
63+ +-------------------------------------------+--------+------------+----------------+---------------------+------------+-----------------------+
64+
65+ .. [#f1 ] Downwelling infrared radiation.
6466
6567
6668 Model parameters
0 commit comments