Skip to content

Commit 822002a

Browse files
committed
removed unused variables
1 parent 21cb88c commit 822002a

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

pvlib/irradiance.py

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ def total_irrad(surf_tilt, surf_az,
397397

398398

399399
# ToDo: keep this or not? wholmgren, 2014-11-03
400-
def globalinplane(SurfTilt, SurfAz, AOI, DNI, In_Plane_SkyDiffuse, GR):
400+
def globalinplane(AOI, DNI, In_Plane_SkyDiffuse, GR):
401401
'''
402402
Determine the three components on in-plane irradiance
403403
@@ -408,18 +408,6 @@ def globalinplane(SurfTilt, SurfAz, AOI, DNI, In_Plane_SkyDiffuse, GR):
408408
Parameters
409409
----------
410410
411-
SurfTilt : float or DataFrame
412-
surface tilt angles in decimal degrees.
413-
SurfTilt must be >=0 and <=180. The tilt angle is defined as
414-
degrees from horizontal (e.g. surface facing up = 0, surface facing
415-
horizon = 90)
416-
417-
SurfAz : float or DataFrame
418-
Surface azimuth angles in decimal degrees.
419-
SurfAz must be >=0 and <=360. The Azimuth convention is defined
420-
as degrees east of north (e.g. North = 0, south=180, East = 90,
421-
West = 270).
422-
423411
AOI : float or DataFrame
424412
Angle of incedence of solar rays with respect
425413
to the module surface, from :py:mod:`pvl_getaoi`.

0 commit comments

Comments
 (0)