Skip to content

Commit 98c8d12

Browse files
committed
update references in docstring
1 parent 6dfeaf8 commit 98c8d12

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

pvlib/inverter.py

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ def sandia(v_dc, p_dc, inverter):
114114
References
115115
----------
116116
.. [1] D. King, S. Gonzalez, G. Galbraith, W. Boyson, "Performance Model
117-
for Grid-Connected Photovoltaic Inverters", SAND2007-5036, Sandia
118-
National Laboratories.
119-
117+
for Grid-Connected Photovoltaic Inverters", Sandia National
118+
Laboratories, Albuquerque, N.M., USA, SAND2007-5036, Sept. 2007.
119+
:doi:`10.2172/920449`
120120
.. [2] System Advisor Model web page. https://sam.nrel.gov.
121121
122122
See also
@@ -176,11 +176,13 @@ def sandia_multi(v_dc, p_dc, inverter):
176176
References
177177
----------
178178
.. [1] D. King, S. Gonzalez, G. Galbraith, W. Boyson, "Performance Model
179-
for Grid-Connected Photovoltaic Inverters", SAND2007-5036, Sandia
180-
National Laboratories.
179+
for Grid-Connected Photovoltaic Inverters", Sandia National
180+
Laboratories, Albuquerque, N.M., USA, SAND2007-5036, Sept. 2007.
181+
:doi:`10.2172/920449`
181182
.. [2] C. Hansen, J. Johnson, R. Darbali-Zamora, N. Gurule. "Modeling
182183
Efficiency Of Inverters With Multiple Inputs", 49th IEEE Photovoltaic
183184
Specialist Conference, Philadelphia, PA, USA. June 2022.
185+
:doi:`10.1109/PVSC48317.2022.9938490`
184186
185187
See also
186188
--------
@@ -272,6 +274,7 @@ def adr(v_dc, p_dc, inverter, vtol=0.10):
272274
.. [1] A. Driesse, "Beyond the Curves: Modeling the Electrical Efficiency
273275
of Photovoltaic Inverters", 33rd IEEE Photovoltaic Specialist
274276
Conference (PVSC), June 2008
277+
:doi:`10.1109/PVSC.2008.4922827`
275278
276279
See also
277280
--------
@@ -487,8 +490,9 @@ def fit_sandia(ac_power, dc_power, dc_voltage, dc_voltage_level, p_ac_0, p_nt):
487490
References
488491
----------
489492
.. [1] D. King, S. Gonzalez, G. Galbraith, W. Boyson, "Performance Model
490-
for Grid-Connected Photovoltaic Inverters", SAND2007-5036, Sandia
491-
National Laboratories.
493+
for Grid-Connected Photovoltaic Inverters", Sandia National
494+
Laboratories, Albuquerque, N.M., USA, SAND2007-5036, Sept. 2007.
495+
:doi:`10.2172/920449`
492496
.. [2] Sandia Inverter Model page, PV Performance Modeling Collaborative
493497
https://pvpmc.sandia.gov/modeling-steps/dc-to-ac-conversion/sandia-inverter-model/
494498
.. [3] W. Bower, et al., "Performance Test Protocol for Evaluating

0 commit comments

Comments
 (0)