Skip to content

Commit

Permalink
Typo found by Mikofski
Browse files Browse the repository at this point in the history
Reported at: pvlib#1725 (comment)

Confirmed via "Slope-Aware Backtracking for Single-Axis Trackers", paragraph after Eq. 1

Co-Authored-By: Mark Mikofski <bwana.marko@yahoo.com>
  • Loading branch information
echedey-ls and mikofski committed Feb 15, 2024
1 parent f7897b2 commit 8b57461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pvlib/tracking.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def singleaxis(apparent_zenith, apparent_azimuth,
+ z*cos_axis_tilt)

# The ideal tracking angle wid is the rotation to place the sun position
# vector (xp, yp, zp) in the (y, z) plane, which is normal to the panel and
# vector (xp, yp, zp) in the (x, z) plane, which is normal to the panel and
# contains the axis of rotation. wid = 0 indicates that the panel is
# horizontal. Here, our convention is that a clockwise rotation is
# positive, to view rotation angles in the same frame of reference as
Expand Down

0 comments on commit 8b57461

Please sign in to comment.