@@ -564,25 +564,36 @@ def fit_desoto_sandia(ivcurves, specs, const=None, maxiter=5, eps1=1.e-3):
564564 I_L_ref : float
565565 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 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
592+ dEgdT is a modeled as a function of temperature). For parameters
593+ from the SAM CEC module database, dEgdT=-0.0002677 is implicit for
594+ all cell types in the parameter estimation algorithm used by NREL.
584595 u : array
585- boolean for each IV curve indicating that the parameter values
596+ Boolean for each IV curve indicating that the parameter values
586597 are deemed reasonable by the private function ``_filter_params``
587598
588599 Notes
0 commit comments