Replies: 1 comment 4 replies
-
Without seeing the code it's hard to see if you're doing anything wrong. As a first step, I would highly recommend you to visualize your data, e.g., start by looking at only a few days and see if the DNI/GHI/POA/zenith seems reasonable. |
Beta Was this translation helpful? Give feedback.
4 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to model a simple py system with pvlib and could not find a suitable example.
What I'm currently doing is starting out from GHI (ERA5 - reanalysis weather data) and computing all necessary data for pvwatts:
1 - DNI (irradiance.disc with GHI, zenith [...])
2 - DHI = GHI - DNI * cos(zenith)
3 - POA_Global (pvsystems.get_irradiance, haydavies)
4 - watts_dc with pvsystems.pvwatts_dc (with POA_direct)
The pvwatts result is not what I expected and does not fit with measurement data:
https://imgur.com/a/oh5fSEt
Is there anything immediately visible in my approach that is wrong?
Complete visualisation of all outputs:
https://imgur.com/a/vs8tNO9
https://imgur.com/a/Wd9pwBM
Code:
Beta Was this translation helpful? Give feedback.
All reactions