Skip to content

Commit e4646d4

Browse files
Update pvlib/irradiance.py
Adam initial review Co-authored-by: Adam R. Jensen <[email protected]>
1 parent feafcea commit e4646d4

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

pvlib/irradiance.py

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,13 +1012,12 @@ def muneer(surface_tilt, dhi, b):
10121012
b : numeric
10131013
Radiance distribution index, introduced by Moon and Spencer [2]_ to model
10141014
luminance distribution of overcast sky.
1015-
1016-
'best' values of b as found for Easthampstead data:
1017-
isotropic: b = 0
1018-
shaded surface: b = 5.73
1019-
sunlit surface under overcast sky: b = 1.68
1020-
sunlit surface under non-overcast sky: b = -0.62
1021-
1015+
Recommend values from [X]_:
1016+
1017+
- isotropic: b = 0
1018+
- shaded surface: b = 5.73
1019+
- sunlit surface, overcast sky: b = 1.68
1020+
- sunlit surface, non-overcast sky: b = -0.62
10221021
10231022
Returns
10241023
-------

0 commit comments

Comments
 (0)