Skip to content

get_total_irradiance vs single_axis_tracker.get_irradiance #1555

Answered by kandersolar
cpullium asked this question in Q&A
Discussion options

You must be logged in to vote

Howdy @cpullium, it's always important make sure that the values you're passing in match the required parameters. For example, the docs page for get_total_irradiance lists surface_tilt and surface_azimuth (not tracker_theta) as parameters. Conceptually, get_total_irradiance is agnostic to any mounting strategy -- what matters for transposition is the collector surface's tilt & azimuth, and it doesn't make any difference whether that orientation came from a fixed rack or a SAT. Note that the dataframe returned from tracking.singleaxis() contains surface_tilt and surface_azimuth in addition to tracker_theta.

As for whether to use tracking.singleaxis or SingleAxisTracker -- pvlib's foundatio…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@cpullium
Comment options

Answer selected by cpullium
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants