Skip to content

Commit 2f6722c

Browse files
committed
update param list (excl. param removed by pvlib#2433)
1 parent 00c0273 commit 2f6722c

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

pvlib/pvsystem.py

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2238,9 +2238,21 @@ def sapm(effective_irradiance, temp_cell, module, *, temperature_ref=25,
22382238
The Sandia module database contains parameter values for a limited set
22392239
of modules. The CEC module database does not contain these parameters.
22402240
Both databases can be accessed using :py:func:`retrieve_sam`. The full list
2241-
of SAPM parameters is presented in the table below. All but ``A0`` to
2242-
``A4``, ``B0`` to ``B5``, ``C4`` to ``C7``, ``IXO``, and ``IXXO`` are
2243-
required in the ``module`` parameter.
2241+
of SAPM parameters is presented in the table below. Those that are required
2242+
in the ``module`` parameter to run this model are as follows:
2243+
* ``C0–C3``
2244+
* ``Isco``
2245+
* ``Impo``
2246+
* ``Voco``
2247+
* ``Vmpo``
2248+
* ``Aisc``
2249+
* ``Aimp``
2250+
* ``Bvoco``
2251+
* ``Mbvoc``
2252+
* ``Bvmpo``
2253+
* ``Mbvmp``
2254+
* ``N``
2255+
* ``Cells_in_series``
22442256
22452257
================ ========================================================
22462258
Key Description

0 commit comments

Comments
 (0)