@@ -314,7 +314,7 @@ def fit_pvsyst_iec61853_sandia(effective_irradiance, temp_cell,
314
314
i_sc , v_oc , i_mp , v_mp ,
315
315
cells_in_series , EgRef = 1.121 ,
316
316
alpha_sc = None , beta_mp = None ,
317
- r_sh_coeff = 0.12 , R_s = None ,
317
+ R_s = None , r_sh_coeff = 0.12 ,
318
318
min_Rsh_irradiance = None ,
319
319
irradiance_tolerance = 20 ,
320
320
temperature_tolerance = 1 ):
@@ -349,12 +349,12 @@ def fit_pvsyst_iec61853_sandia(effective_irradiance, temp_cell,
349
349
Temperature coefficient of maximum power voltage. If not specified,
350
350
it will be estimated using the ``v_mp`` values at irradiance of
351
351
1000 W/m2. [1/K]
352
- r_sh_coeff : float, default 0.12
353
- Shunt resistance fitting coefficient. The default value is taken
354
- from [1]_.
355
352
R_s : float, optional
356
353
Series resistance value. If not provided, a value will be estimated
357
354
from the input measurements. [ohm]
355
+ r_sh_coeff : float, default 0.12
356
+ Shunt resistance fitting coefficient. The default value is taken
357
+ from [1]_.
358
358
min_Rsh_irradiance : float, optional
359
359
Irradiance threshold below which values are excluded when estimating
360
360
shunt resistance parameter values. May be useful for modules
0 commit comments