-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Still problems with diffuse radiation #248
Comments
We also got a user feedback that the produced electricity of a pv system on an eastern roof top is only 2/3 of the actual production. |
the GSEE python library uses an isotropic sky model, maybe we should also try to use something easier like this. |
GSEE is a tool to that gives you the following: However there is one error in here: For each sky segment we do not get the direct array of light with the proposed method above, but the integrated irradiance (also irradiance that comes with an angle != perpendicular). For our shadow analysis we need only perpendicular light arrays, right? Or did I understand something wrong here, @MartGro |
So afaik the GSEE uses the Boland–Ridley–Lauret model under the hood. https://lo.unisa.edu.au/pluginfile.php/1161733/mod_resource/content/1/multiple-pred-RENE.pdf |
I talked to a developer of pvlib once and he recommended the Perez Model which comes from this paper. They had implemented this model in pvlib here. Edit: Just saw that in newer verisons of pvlib this seems to be integrated in this function or one of the other functions from this category. |
Maybe we can take the Perez model for the angular dependence of the diffuse irradiation and the value of the GSEE BRL algorithm for the overall value? |
My hope right now is that one of the pvlib functions can be used for both direct and diffuse radiation, so we need only one simulation. |
@MartGro and me decided to do the following:
|
If we want to do a proper time series calculaton, we could also calculate per-month averages for the sky domes and use them for the exact shading analysis for the PV panels. |
As commented here: Ich habe mal meine Anlage 1 mit 16,15 kWp (siehe Signatur) simuliert, für die ich die Planung im SolarEdge-Designer gemacht habe. |
From a rough test @MartGro and me think that the diffuse radiation is still buggy. For example, a south facade has a better yield than a east tilted roof, which should not be the case (At least we think so).
Questions arise:
The text was updated successfully, but these errors were encountered: