Skip to content
Discussion options

You must be logged in to vote

if say 10 % of a module is shaded I loose roughly 10 % direct irradiance per m2

Yes, this is what the pvfactors model does. It is possible to retrieve the individual irradiance components from within pvfactors, but it's rather "hacky". A cleaner alternative is to discretize the module surface and calculate cell-level irradiance. This cannot be done using the function in pvlib, but you can use pvfactors (solarfactors) directly: https://solarfactors.readthedocs.io/en/latest/tutorials/Create_discretized_pvarray.html

Or, as you suggest, you could use pvfactors for the rear-side irradiance and model the front-side components separately, using shaded_fraction1d to compute shading, and then di…

Replies: 1 comment 1 reply

Comment options

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

Answer selected by blaarseth
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