Skip to content

Commit 2d807eb

Browse files
committed
formatting
1 parent c7ef419 commit 2d807eb

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

pvlib/pvsystem.py

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -431,13 +431,13 @@ def sapm_celltemp(self, poa_global, wind_speed, temp_air):
431431
----------
432432
poa_global : float or Series
433433
Total incident irradiance in W/m^2.
434-
434+
435435
wind_speed : float or Series
436436
Wind speed in m/s at a height of 10 meters.
437-
437+
438438
temp_air : float or Series
439439
Ambient dry bulb temperature in degrees C.
440-
440+
441441
model : string, list, or dict, default 'open_rack_cell_glassback'
442442
Model to be used. See celltemp.sapm for details
443443
@@ -525,21 +525,22 @@ def pvsyst_celltemp(self, poa_global, temp_air, wind_speed=1.0):
525525
----------
526526
poa_global : numeric
527527
Total incident irradiance in W/m^2.
528-
528+
529529
temp_air : numeric
530530
Ambient dry bulb temperature in degrees C.
531-
531+
532532
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+
537537
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+
540541
alpha_absorption : numeric, default 0.9
541542
Absorption coefficient
542-
543+
543544
model_params : string, tuple, or list (no dict), default 'freestanding'
544545
Heat loss factors to be used. See celltemp.pvsyst for details.
545546

0 commit comments

Comments
 (0)