Skip to content

Commit 78f2a69

Browse files
committed
periods and superscript
1 parent 1b67713 commit 78f2a69

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

pvlib/ivtools/sdm.py

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -143,29 +143,29 @@ def fit_desoto(v_mp, i_mp, v_oc, i_sc, alpha_sc, beta_voc, cells_in_series,
143143
Parameters
144144
----------
145145
v_mp: float
146-
Module voltage at the maximum-power point at reference conditions [V].
146+
Module voltage at the maximum-power point at reference conditions. [V]
147147
i_mp: float
148-
Module current at the maximum-power point at reference conditions [A].
148+
Module current at the maximum-power point at reference conditions. [A]
149149
v_oc: float
150-
Open-circuit voltage at reference conditions [V].
150+
Open-circuit voltage at reference conditions. [V]
151151
i_sc: float
152-
Short-circuit current at reference conditions [A].
152+
Short-circuit current at reference conditions. [A]
153153
alpha_sc: float
154154
The short-circuit current (i_sc) temperature coefficient of the
155-
module [A/K].
155+
module. [A/K]
156156
beta_voc: float
157157
The open-circuit voltage (v_oc) temperature coefficient of the
158-
module [V/K].
158+
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
162-
Energy of bandgap of semi-conductor used [eV]
162+
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. [eV/K]
165165
temp_ref: float, default 25
166-
Reference temperature condition [C]
166+
Reference temperature condition. [C]
167167
irrad_ref: float, default 1000
168-
Reference irradiance condition [Wm⁻²]
168+
Reference irradiance condition. [Wm⁻²]
169169
init_guess: dict, optional
170170
Initial values for optimization. Keys can be `'Rsh_0'`, `'a_0'`,
171171
`'IL_0'`, `'Io_0'`, `'Rs_0'`.
@@ -176,29 +176,29 @@ def fit_desoto(v_mp, i_mp, v_oc, i_sc, alpha_sc, beta_voc, cells_in_series,
176176
-------
177177
dict with the following elements:
178178
I_L_ref: float
179-
Light-generated current at reference conditions [A]
179+
Light-generated current at reference conditions. [A]
180180
I_o_ref: float
181-
Diode saturation current at reference conditions [A]
181+
Diode saturation current at reference conditions. [A]
182182
R_s: float
183-
Series resistance [ohm]
183+
Series resistance. [ohm]
184184
R_sh_ref: float
185-
Shunt resistance at reference conditions [ohm].
185+
Shunt resistance at reference conditions. [ohm].
186186
a_ref: float
187187
Modified ideality factor at reference conditions.
188188
The product of the usual diode ideality factor (n, unitless),
189189
number of cells in series (Ns), and cell thermal voltage at
190190
specified effective irradiance and cell temperature.
191191
alpha_sc: float
192192
The short-circuit current (i_sc) temperature coefficient of the
193-
module [A/K].
193+
module. [A/K]
194194
EgRef: float
195-
Energy of bandgap of semi-conductor used [eV]
195+
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. [eV/K]
198198
irrad_ref: float
199-
Reference irradiance condition [W/m2]
199+
Reference irradiance condition. [Wm⁻²]
200200
temp_ref: float
201-
Reference temperature condition [C]
201+
Reference temperature condition. [C]
202202
203203
scipy.optimize.OptimizeResult
204204
Optimization result of scipy.optimize.root().

0 commit comments

Comments
 (0)