Skip to content

Commit 988557c

Browse files
committed
Update mismatch.py
1 parent 7926a3d commit 988557c

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

pvlib/spectrum/mismatch.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -716,33 +716,33 @@ def spectral_factor_polo(precipitable_water, airmass_absolute, aod500, aoi,
716716
altitude, module_type=None, coefficients=None,
717717
albedo=0.2):
718718
"""
719-
Estimation of spectral mismatch for BIPV application in vertical facades.
719+
Estimate the spectral mismatch for BIPV application in vertical facades.
720720
Parameters
721721
----------
722722
precipitable_water : numeric
723723
atmospheric precipitable water. [cm]
724724
725725
airmass_absolute : numeric
726-
absolute (pressure-adjusted) airmass. [unitless]
726+
Absolute airmass. [unitless]
727727
aod500 : numeric
728728
atmospheric aerosol optical depth at 500 nm. [unitless]
729729
aoi : numeric
730-
angle of incidence. [degrees]
730+
Angle of incidence on the vertical surface. [degrees]
731731
altitude: numeric
732732
altitude over sea level. [m]
733733
module_type : str, optional
734734
One of the following PV technology strings from [1]_:
735735
736736
* ``'cdte'`` - anonymous CdTe module.
737-
* ``'monosi'`` - anonymous sc-si module.
737+
* ``'monosi'`` - anonymous monocrystalline Si module.
738738
* ``'cigs'`` - anonymous copper indium gallium selenide module.
739739
* ``'asi'`` - anonymous amorphous silicon module.
740740
albedo
741-
Ground albedo (default value if 0.2). [unitless]
741+
Ground albedo (default value 0.2). [unitless]
742742
743743
coefficients : array-like, optional
744-
user-defined coefficients, if not using one of the default coefficient
745-
set via the ``module_type`` parameter.
744+
user-defined coefficients, if not using one of the coefficient
745+
sets via the ``module_type`` parameter.
746746
747747
Returns
748748
-------

0 commit comments

Comments
 (0)