@@ -1012,7 +1012,7 @@ def muneer(surface_tilt, dhi, b):
1012
1012
b : numeric
1013
1013
Radiance distribution index, introduced by Moon and Spencer [2]_ to model
1014
1014
luminance distribution of overcast sky. [unitless]
1015
- Recommend values from [X ]_:
1015
+ Recommend values from [1 ]_:
1016
1016
1017
1017
- isotropic: b = 0
1018
1018
- shaded surface: b = 5.73
@@ -1026,11 +1026,13 @@ def muneer(surface_tilt, dhi, b):
1026
1026
1027
1027
References
1028
1028
----------
1029
- .. [1] Muneer, T., 1990, Solar radiation model for Europe.
1030
- Building services engineering research and technology, 11: 153-163.
1031
-
1032
- .. [2] Moon P and Spencer D E Illumination from a non-uniform sky
1033
- Trans. Illum. Eng. Soc. (London) 37 707-725 (1942)
1029
+ .. [1] Muneer, T., 1990. Solar radiation model for Europe. Building
1030
+ Services Engineering Research and Technology 11, 153-163.
1031
+ :doi:`10.1177/014362449001100405`
1032
+
1033
+ .. [2] Moon, P., Spencer, D.E., 1942. Illumination from a non-uniform sky.
1034
+ Trans. Illum. Eng. Soc. (London) 37, 707-725.
1035
+ :doi:`10.1177/096032719302500301`
1034
1036
'''
1035
1037
1036
1038
term1 = 2 * b / (np .pi * (3 + 2 * b ))
0 commit comments