File tree Expand file tree Collapse file tree
docs/sphinx/source/user_guide/modeling_topics Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,6 +65,17 @@ following table:
6565.. [#f1 ] Downwelling infrared radiation.
6666
6767
68+ In addition to the core models above, pvlib provides several other functions
69+ for temperature modeling:
70+
71+ - :py:func: `~pvlib.temperature.prilliman `: an "add-on" model that reprocesses
72+ the output of a steady-state model to apply transient effects.
73+ - :py:func: `~pvlib.temperature.sapm_cell_from_module `: a model for
74+ estimating cell temperature from module temperature.
75+ - :py:func: `~pvlib.temperature.generic_linear `: a generic linear model form,
76+ equivalent to several conventional temperature models.
77+
78+
6879Model parameters
6980----------------
7081
@@ -83,16 +94,3 @@ using :py:class:`~pvlib.temperature.GeneralLinearModel`.
8394
8495Currently, pvlib provides no functionality for fitting parameter values
8596using measured temperature.
86-
87-
88- Other functions
89- ---------------
90-
91- pvlib also provides a few other functions for temperature modeling:
92-
93- - :py:func: `~pvlib.temperature.prilliman `: an "add-on" model that reprocesses
94- the output of a steady-state model to apply transient effects.
95- - :py:func: `~pvlib.temperature.sapm_cell_from_module `: a model for
96- estimating cell temperature from module temperature.
97- - :py:func: `~pvlib.temperature.generic_linear `: a generic linear model form,
98- equivalent to several conventional temperature models.
You can’t perform that action at this time.
0 commit comments