Skip to content

Commit aeed6af

Browse files
committed
Update according to changes at PSZA PR
1 parent b0c8040 commit aeed6af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pvlib/shading.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -413,11 +413,11 @@ def tracker_shaded_fraction(solar_zenith, solar_azimuth, tracker_tilt,
413413
# consider the angle the sun direct beam has on the vertical plane which
414414
# contains the tracker normal vector, with respect to a horizontal line
415415
projected_solar_zenith = projected_solar_zenith_angle(
416+
solar_zenith,
417+
solar_azimuth,
416418
0, # no rotation from the horizontal
417419
# the vector that defines the projection plane for prior conditions
418420
tracker_azimuth-90,
419-
solar_zenith,
420-
solar_azimuth
421421
)
422422
# angle opposite shadow cast on the ground, z
423423
angle_z = (

0 commit comments

Comments
 (0)