Skip to content

Commit

Permalink
add reference to inverter.sandia_multi (#1479)
Browse files Browse the repository at this point in the history
* add reference

* corrections

Co-authored-by: Kevin Anderson <kevin.anderson@nrel.gov>
  • Loading branch information
cwhanse and kandersolar committed Jul 5, 2022
1 parent b265b1c commit f2d14ce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/sphinx/source/whatsnew/v0.9.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Testing

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

Expand All @@ -50,3 +51,4 @@ Contributors
* Chencheng Luo (:ghuser:`roger-lcc`)
* Prajwal Borkar (:ghuser:`PrajwalBorkar`)
* Kevin Anderson (:ghuser:`kanderso-nrel`)
* Cliff Hansen (:ghuser:`cwhanse`)
6 changes: 5 additions & 1 deletion pvlib/inverter.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ def sandia_multi(v_dc, p_dc, inverter):
Convert DC power and voltage to AC power for an inverter with multiple
MPPT inputs.
Uses Sandia's Grid-Connected PV Inverter model [1]_.
Uses Sandia's Grid-Connected PV Inverter model [1]_. Extension of [1]_
to inverters with multiple, unbalanced inputs as described in [2]_.
Parameters
----------
Expand Down Expand Up @@ -177,6 +178,9 @@ def sandia_multi(v_dc, p_dc, inverter):
.. [1] D. King, S. Gonzalez, G. Galbraith, W. Boyson, "Performance Model
for Grid-Connected Photovoltaic Inverters", SAND2007-5036, Sandia
National Laboratories.
.. [2] C. Hansen, J. Johnson, R. Darbali-Zamora, N. Gurule. "Modeling
Efficiency Of Inverters With Multiple Inputs", 49th IEEE Photovoltaic
Specialist Conference, Philadelphia, PA, USA. June 2022.
See also
--------
Expand Down

0 comments on commit f2d14ce

Please sign in to comment.