Skip to content

Commit 9b3b2b7

Browse files
committed
correct units and reference
1 parent 5b5be01 commit 9b3b2b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pvlib/ivtools/sdm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -587,8 +587,8 @@ def fit_desoto_sandia(ivcurves, specs, const=None, maxiter=5, eps1=1.e-3):
587587
reference conditions, in units of V.
588588
dEgdT : float
589589
The temperature dependence of the energy bandgap (Eg) at reference
590-
conditions in units of 1/K. May be either a scalar value
591-
(e.g. -0.0002677 as in _[1]) or a DataFrame (this may be useful if
590+
conditions [eV/K]. May be either a scalar value
591+
(e.g. -0.0002677 as in [1]_) or a DataFrame (this may be useful if
592592
dEgdT is a modeled as a function of temperature). For parameters
593593
from the SAM CEC module database, dEgdT=-0.0002677 is implicit for
594594
all cell types in the parameter estimation algorithm used by NREL.

0 commit comments

Comments
 (0)