Significant changes on rear and front irradiance estimations with v0.10.0 #1823
pasquierjb
started this conversation in
General
Replies: 2 comments 3 replies
|
This is expected, and pvlib-0.10 is more accurate. Maybe the release notes should say by a percentage point to better set expectations. Please review the pull request and issues closed to better understand what was changed and why. Also with GCR=0.5 (a bit high) you may see more differences than a lower GCR. I think we tested impact with lower GCR (0.3), lower height (1-m) and smaller albedo(0.2) as well. The effect of corrections on pvlib-0.10 may vary as the input parameters change? |
2 replies
|
To better understand the changes, view factor and diffuse factors are calculated with analytical solutions now instead of numerical discrete implementation that was wrong in the first place ? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The release note of pvlib 0.10.0 states that it:
However, when using the bifacial.infinite_sheds functions in my use cases, I get significant changes in POA irradiance on both front and rear surfaces. This is probably due to corrections on the poa_ground_diffuse but also on the poa_sky_diffuse.
Here is an exemple:
v0.9.5
v0.10.0
Here we get 39.1% difference in poa_ground_diffuse, 4.6% difference in poa_sky_diffuse which result in 1.2% difference on poa_global.
All reactions