Skip to content

Commit 8b13595

Browse files
references modified and doi added
Co-Authored-By: Adam R. Jensen <39184289+AdamRJensen@users.noreply.github.com>
1 parent 4281d61 commit 8b13595

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import pvlib
2+
3+
lat = 41.54
4+
lon = 2.40
5+
df = pvlib.iotools.get_pvgis_hourly(lat, lon, surface_tilt = 30, )
6+
test

pvlib/irradiance.py

+8-6
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)