Skip to content

Commit a17da47

Browse files
RDaxinikandersolarcwhanse
authored
Add missing parameters to returns statement in ivtools.sdm.fit_desoto_sandia (#2317)
* add parameters, capital letters... * correct units and reference * units * Update pvlib/ivtools/sdm.py Co-authored-by: Kevin Anderson <[email protected]> * Update pvlib/ivtools/sdm.py Co-authored-by: Cliff Hansen <[email protected]> --------- Co-authored-by: Kevin Anderson <[email protected]> Co-authored-by: Cliff Hansen <[email protected]>
1 parent 9c87e5e commit a17da47

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

pvlib/ivtools/sdm.py

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -562,27 +562,34 @@ def fit_desoto_sandia(ivcurves, specs, const=None, maxiter=5, eps1=1.e-3):
562562
-------
563563
dict
564564
I_L_ref : float
565-
light current at STC [A]
565+
Light current at STC [A]
566566
I_o_ref : float
567-
dark current at STC [A]
567+
Dark current at STC [A]
568568
EgRef : float
569-
effective band gap at STC [eV]
569+
Effective band gap at STC [eV]
570570
R_s : float
571-
series resistance at STC [ohm]
571+
Series resistance at STC [ohm]
572572
R_sh_ref : float
573-
shunt resistance at STC [ohm]
573+
Shunt resistance at STC [ohm]
574574
cells_in_series : int
575-
number of cells in series
575+
Number of cells in series
576576
iph : array
577-
light current for each IV curve [A]
577+
Light current for each IV curve [A]
578578
io : array
579-
dark current for each IV curve [A]
579+
Dark current for each IV curve [A]
580580
rs : array
581-
series resistance for each IV curve [ohm]
581+
Series resistance for each IV curve [ohm]
582582
rsh : array
583-
shunt resistance for each IV curve [ohm]
583+
Shunt resistance for each IV curve [ohm]
584+
a_ref : float
585+
The product of the usual diode ideality factor (n, unitless),
586+
number of cells in series (Ns), and cell thermal voltage at
587+
reference conditions, in units of V.
588+
dEgdT : float
589+
The temperature dependence of the energy bandgap (Eg) at reference
590+
conditions [1/K].
584591
u : array
585-
boolean for each IV curve indicating that the parameter values
592+
Boolean for each IV curve indicating that the parameter values
586593
are deemed reasonable by the private function ``_filter_params``
587594
588595
Notes

0 commit comments

Comments
 (0)