Skip to content

Commit b35b910

Browse files
committed
Update according to changes at PSZA PR
1 parent 481a2e3 commit b35b910

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pvlib/shading.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,11 +375,11 @@ def tracker_shaded_fraction(solar_zenith, solar_azimuth, tracker_tilt,
375375
# consider the angle the sun direct beam has on the vertical plane which
376376
# contains the tracker normal vector, with respect to a horizontal line
377377
projected_solar_zenith = projected_solar_zenith_angle(
378+
solar_zenith,
379+
solar_azimuth,
378380
0, # no rotation from the horizontal
379381
# the vector that defines the projection plane for prior conditions
380382
tracker_azimuth-90,
381-
solar_zenith,
382-
solar_azimuth
383383
)
384384
# angle opposite shadow cast on the ground, z
385385
angle_z = (

0 commit comments

Comments
 (0)