We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 988557c commit 45e768fCopy full SHA for 45e768f
1 file changed
pvlib/spectrum/mismatch.py
@@ -786,7 +786,6 @@ def spectral_factor_polo(precipitable_water, airmass_absolute, aod500, aoi,
786
else:
787
coeff = coefficients
788
c_albedo = (0.0, 0.0, 1.0) # 0.2 albedo assumed
789
- albedo = 0.2
790
smm = coeff[0] * Ram + coeff[1] / (coeff[2] + Ram**coeff[3]) \
791
+ coeff[4] / aod500 + coeff[5]*np.sqrt(precipitable_water)
792
# Ground albedo correction
0 commit comments