@@ -58,7 +58,7 @@ def fit_desoto(v_mp, i_mp, v_oc, i_sc, alpha_sc, beta_voc, cells_in_series,
5858 dEgdT: float, default -0.0002677 - value for silicon
5959 Variation of bandgap according to temperature. [1/K]
6060 temp_ref: float, default 25
61- Reference temperature condition. [C]
61+ Reference temperature condition. [° C]
6262 irrad_ref: float, default 1000
6363 Reference irradiance condition. [Wm⁻²]
6464 init_guess: dict, optional
@@ -93,7 +93,7 @@ def fit_desoto(v_mp, i_mp, v_oc, i_sc, alpha_sc, beta_voc, cells_in_series,
9393 irrad_ref: float
9494 Reference irradiance condition. [Wm⁻²]
9595 temp_ref: float
96- Reference temperature condition. [C]
96+ Reference temperature condition. [° C]
9797
9898 scipy.optimize.OptimizeResult
9999 Optimization result of scipy.optimize.root().
@@ -110,7 +110,7 @@ def fit_desoto(v_mp, i_mp, v_oc, i_sc, alpha_sc, beta_voc, cells_in_series,
110110 """
111111
112112 # Constants
113- k = constants .value ('Boltzmann constant in eV/K' ) # in eV/K
113+ k = constants .value ('Boltzmann constant in eV/K' )
114114 Tref = temp_ref + 273.15 # [K]
115115
116116 # initial guesses of variables for computing convergence:
@@ -234,7 +234,7 @@ def fit_desoto_sandia(ivcurves, specs, const=None, maxiter=5, eps1=1.e-3):
234234 effective irradiance for each IV curve, i.e., POA broadband
235235 irradiance adjusted by solar spectrum modifier [W / m^2]
236236 tc : array
237- cell temperature for each IV curve [ C]
237+ cell temperature for each IV curve. [° C]
238238 i_sc : array
239239 short circuit current for each IV curve [A]
240240 v_oc : array
@@ -254,9 +254,9 @@ def fit_desoto_sandia(ivcurves, specs, const=None, maxiter=5, eps1=1.e-3):
254254
255255 const : dict
256256 E0 : float
257- effective irradiance at STC, default 1000 [W/m^2 ]
257+ effective irradiance at STC, default 1000 [Wm⁻² ]
258258 T0 : float
259- cell temperature at STC, default 25 [ C]
259+ cell temperature at STC, default 25°C. [° C]
260260 k : float
261261 Boltzmann's constant [J/K]
262262 q : float
0 commit comments