Skip to content

Commit 2eaea2c

Browse files
authored
correct dEgdT units in ivtools.sdm.fit_desoto (#2328)
1 parent f61eec6 commit 2eaea2c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pvlib/ivtools/sdm.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,17 +151,17 @@ def fit_desoto(v_mp, i_mp, v_oc, i_sc, alpha_sc, beta_voc, cells_in_series,
151151
i_sc: float
152152
Short-circuit current at reference conditions. [A]
153153
alpha_sc: float
154-
The short-circuit current (i_sc) temperature coefficient of the
154+
The short-circuit current (``i_sc``) temperature coefficient of the
155155
module. [A/K]
156156
beta_voc: float
157-
The open-circuit voltage (v_oc) temperature coefficient of the
157+
The open-circuit voltage (``v_oc``) temperature coefficient of the
158158
module. [V/K]
159159
cells_in_series: integer
160160
Number of cell in the module.
161161
EgRef: float, default 1.121 eV - value for silicon
162162
Energy of bandgap of semi-conductor used. [eV]
163163
dEgdT: float, default -0.0002677 - value for silicon
164-
Variation of bandgap according to temperature. [eV/K]
164+
Variation of bandgap according to temperature. [1/K]
165165
temp_ref: float, default 25
166166
Reference temperature condition. [C]
167167
irrad_ref: float, default 1000
@@ -194,7 +194,7 @@ def fit_desoto(v_mp, i_mp, v_oc, i_sc, alpha_sc, beta_voc, cells_in_series,
194194
EgRef: float
195195
Energy of bandgap of semi-conductor used. [eV]
196196
dEgdT: float
197-
Variation of bandgap according to temperature. [eV/K]
197+
Variation of bandgap according to temperature. [1/K]
198198
irrad_ref: float
199199
Reference irradiance condition. [Wm⁻²]
200200
temp_ref: float

0 commit comments

Comments
 (0)