Skip to content

Commit 839d0b5

Browse files
kandersolarcwhanse
andauthored
Apply suggestions from code review
Co-authored-by: Cliff Hansen <cwhanse@sandia.gov>
1 parent 7d431ab commit 839d0b5

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

pvlib/ivtools/sdm/desoto.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ def fit_desoto_batzelis(isc0, voc0, imp0, vmp0, alpha_sc, beta_voc):
407407
Determine De Soto single-diode model parameters from datasheet values
408408
using Batzelis's method.
409409
410-
This method is described in Section II.C of [1]_.
410+
This method is described in Section II.C of [1]_ and fully documented in [2]_.
411411
412412
Parameters
413413
----------
@@ -441,6 +441,10 @@ def fit_desoto_batzelis(isc0, voc0, imp0, vmp0, alpha_sc, beta_voc):
441441
.. [1] E. I. Batzelis, "Simple PV Performance Equations Theoretically Well
442442
Founded on the Single-Diode Model," Journal of Photovoltaics vol. 7,
443443
no. 5, pp. 1400-1409, Sep 2017, :doi:`10.1109/JPHOTOV.2017.2711431`
444+
.. [2] E. I. Batzelis and S. A. Papathanassiou, "A method for the analytical
445+
extraction of the single-diode PV model parameters, IEEE Trans.
446+
Sustain. Energy, vol. 7, no. 2, pp. 504-512, Apr 2016.
447+
:doi:`10.1109/TSTE.2015.2503435`
444448
"""
445449
t0 = 298.15 # K
446450
del0 = (1 - beta_voc * t0) / (50.1 - alpha_sc * t0) # Eq 9

0 commit comments

Comments
 (0)