@@ -1012,7 +1012,7 @@ 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. [unitless]
1015- Recommend values from [X ]_:
1015+ Recommend values from [1 ]_:
10161016
10171017 - isotropic: b = 0
10181018 - shaded surface: b = 5.73
@@ -1026,11 +1026,13 @@ def muneer(surface_tilt, dhi, b):
10261026
10271027 References
10281028 ----------
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`
10341036 '''
10351037
10361038 term1 = 2 * b / (np .pi * (3 + 2 * b ))
0 commit comments