Skip to content

Commit 45e768f

Browse files
committed
Update mismatch.py
1 parent 988557c commit 45e768f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pvlib/spectrum/mismatch.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,6 @@ def spectral_factor_polo(precipitable_water, airmass_absolute, aod500, aoi,
786786
else:
787787
coeff = coefficients
788788
c_albedo = (0.0, 0.0, 1.0) # 0.2 albedo assumed
789-
albedo = 0.2
790789
smm = coeff[0] * Ram + coeff[1] / (coeff[2] + Ram**coeff[3]) \
791790
+ coeff[4] / aod500 + coeff[5]*np.sqrt(precipitable_water)
792791
# Ground albedo correction

0 commit comments

Comments
 (0)