-
Notifications
You must be signed in to change notification settings - Fork 58
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
bug in radiationconverter? #1256
Comments
@Mathadon can you be more specific here? Which part of the code seems to be wrong and why? |
this is indeed the direct solar irradiation but not in the normal direction. So it requires a division by a cosine of some angle. |
The component is only used within When doing the update, the following changes should also be considered:
|
The simplified model does not generate an algebraic loop if I recall correctly. And consequently it cannot lead to a set of equations for which no solution exists. Which the other model sometimes had problems with. Perhaps that's even caused by this bug. That's all I remember 😅 |
IDEAS.BoundaryConditions.SolarIrradiation.RadiationConvertor
The computation of HDirNor seems wrong.
The text was updated successfully, but these errors were encountered: