@@ -431,13 +431,13 @@ def sapm_celltemp(self, poa_global, wind_speed, temp_air):
431
431
----------
432
432
poa_global : float or Series
433
433
Total incident irradiance in W/m^2.
434
-
434
+
435
435
wind_speed : float or Series
436
436
Wind speed in m/s at a height of 10 meters.
437
-
437
+
438
438
temp_air : float or Series
439
439
Ambient dry bulb temperature in degrees C.
440
-
440
+
441
441
model : string, list, or dict, default 'open_rack_cell_glassback'
442
442
Model to be used. See celltemp.sapm for details
443
443
@@ -525,21 +525,22 @@ def pvsyst_celltemp(self, poa_global, temp_air, wind_speed=1.0):
525
525
----------
526
526
poa_global : numeric
527
527
Total incident irradiance in W/m^2.
528
-
528
+
529
529
temp_air : numeric
530
530
Ambient dry bulb temperature in degrees C.
531
-
531
+
532
532
wind_speed : numeric, default 1.0
533
- Wind speed in m/s measured at the same height for which the wind loss
534
- factor was determined. The default value is 1.0, which is the wind
535
- speed at module height used to determine NOCT.
536
-
533
+ Wind speed in m/s measured at the same height for which the wind
534
+ loss factor was determined. The default value is 1.0, which is
535
+ the wind speed at module height used to determine NOCT.
536
+
537
537
eta_m : numeric, default 0.1
538
- Module external efficiency as a fraction, i.e., DC power / poa_global.
539
-
538
+ Module external efficiency as a fraction, i.e.,
539
+ DC power / poa_global.
540
+
540
541
alpha_absorption : numeric, default 0.9
541
542
Absorption coefficient
542
-
543
+
543
544
model_params : string, tuple, or list (no dict), default 'freestanding'
544
545
Heat loss factors to be used. See celltemp.pvsyst for details.
545
546
0 commit comments