Skip to content

Commit 0a25860

Browse files
committed
add note about IR
1 parent 3f80c84 commit 0a25860

1 file changed

Lines changed: 23 additions & 21 deletions

File tree

docs/sphinx/source/user_guide/modeling_topics/temperature.rst

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -40,27 +40,29 @@ photoconversion efficiency and radiative cooling.
4040
The temperature models currently available in pvlib are summarized in the
4141
following 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

Comments
 (0)