Skip to content

Using Global POA Data for Simulation with pvlib #2188

Answered by AdamRJensen
yahayausman8 asked this question in Q&A
Discussion options

You must be logged in to vote

The easy option is to ignore aoi losses (then you don't need to know the split between poa_diffuse and poa_direct)

If you want to include aoi losses then you need to decompose the poa_global irradiance into poa_direct and poa_diffuse. I'm aware of two algorithms in pvlib that are useful for this: gti_dirint and ghi_from_poa_diresse_2023. These two models will give you the ghi and ghi/dni/dhi respectively. You then have to transpose these components to your surface again but that will give you poa_diffuse and poa_direct. The sum of the derived poa_direct and poa_diffuse may not exactly match your original measured poa_global, which is why I personally would make some adjustments to the der…

Replies: 2 comments 2 replies

Comment options

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

Answer selected by yahayausman8
Comment options

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

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