Skip to content

Commit f2d14ce

Browse files
cwhansekandersolar
andauthored
add reference to inverter.sandia_multi (#1479)
* add reference * corrections Co-authored-by: Kevin Anderson <[email protected]>
1 parent b265b1c commit f2d14ce

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/sphinx/source/whatsnew/v0.9.2.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Testing
3030

3131
Documentation
3232
~~~~~~~~~~~~~
33+
* Added a reference to :py:func:`pvlib.inverter.sandia_multi`. (:pull:`1479`)
3334
* Add gallery example of simulating rearside irradiance for a fixed-tilt
3435
array with pvfactors (:pull:`1470`)
3536

@@ -50,3 +51,4 @@ Contributors
5051
* Chencheng Luo (:ghuser:`roger-lcc`)
5152
* Prajwal Borkar (:ghuser:`PrajwalBorkar`)
5253
* Kevin Anderson (:ghuser:`kanderso-nrel`)
54+
* Cliff Hansen (:ghuser:`cwhanse`)

pvlib/inverter.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ def sandia_multi(v_dc, p_dc, inverter):
142142
Convert DC power and voltage to AC power for an inverter with multiple
143143
MPPT inputs.
144144
145-
Uses Sandia's Grid-Connected PV Inverter model [1]_.
145+
Uses Sandia's Grid-Connected PV Inverter model [1]_. Extension of [1]_
146+
to inverters with multiple, unbalanced inputs as described in [2]_.
146147
147148
Parameters
148149
----------
@@ -177,6 +178,9 @@ def sandia_multi(v_dc, p_dc, inverter):
177178
.. [1] D. King, S. Gonzalez, G. Galbraith, W. Boyson, "Performance Model
178179
for Grid-Connected Photovoltaic Inverters", SAND2007-5036, Sandia
179180
National Laboratories.
181+
.. [2] C. Hansen, J. Johnson, R. Darbali-Zamora, N. Gurule. "Modeling
182+
Efficiency Of Inverters With Multiple Inputs", 49th IEEE Photovoltaic
183+
Specialist Conference, Philadelphia, PA, USA. June 2022.
180184
181185
See also
182186
--------

0 commit comments

Comments
 (0)