Skip to content

Commit 31f26b5

Browse files
committed
docstring cleanup
1 parent 8b2b7ca commit 31f26b5

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

pvlib/spectrum/mismatch.py

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -718,15 +718,19 @@ def spectral_factor_polo(precipitable_water, airmass_absolute, aod500, aoi,
718718
"""
719719
Estimate the spectral mismatch for BIPV application in vertical facades.
720720
721+
The model's authors note that this model could also be applied to
722+
vertical bifacial ground-mount systems [1]_, although it has not been
723+
validated in that context.
724+
721725
Parameters
722726
----------
723727
precipitable_water : numeric
724-
atmospheric precipitable water. [cm]
728+
Atmospheric precipitable water. [cm]
725729
airmass_absolute : numeric
726-
absolute (pressure-adjusted) airmass. See :term:`airmass_absolute`.
730+
Absolute (pressure-adjusted) airmass. See :term:`airmass_absolute`.
727731
[unitless]
728732
aod500 : numeric
729-
atmospheric aerosol optical depth at 500 nm. [unitless]
733+
Atmospheric aerosol optical depth at 500 nm. [unitless]
730734
aoi : numeric
731735
Angle of incidence on the vertical surface. See :term:`aoi`.
732736
[degrees]
@@ -745,8 +749,8 @@ def spectral_factor_polo(precipitable_water, airmass_absolute, aod500, aoi,
745749
The first six elements correspond to the [p1, p2, p3, p4, b, c]
746750
parameters of the SMM model. The last three elements corresponds
747751
to the [c1, c2, c3] parameters of the albedo correction factor.
748-
albedo : numeric, optional
749-
Ground albedo (default value 0.2). See :term:`albedo`. [unitless]
752+
albedo : numeric, default 0.2
753+
Ground albedo. See :term:`albedo`. [unitless]
750754
751755
Returns
752756
-------

0 commit comments

Comments
 (0)