We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
AixLib is using the latitude from zone.params to calculate the angle of the sun. This latitude is hard coded in Teaser for the location of Aachen.
Models will have wrong results.
AixLib should pull latitude from the weather file.
Delete all unnecessary data points in Teaser:
Related branch Teaser: https://github.com/RWTH-EBC/TEASER/tree/issue704_longitude Related AixLib Issue: RWTH-EBC/AixLib#1203
The text was updated successfully, but these errors were encountered:
MartinRaetz
No branches or pull requests
What is the problem?
AixLib is using the latitude from zone.params to calculate the angle of the sun. This latitude is hard coded in Teaser for the location of Aachen.
Why do we want to solve it?
Models will have wrong results.
How do we want to solve it?
AixLib should pull latitude from the weather file.
Delete all unnecessary data points in Teaser:
Related branch Teaser: https://github.com/RWTH-EBC/TEASER/tree/issue704_longitude
Related AixLib Issue: RWTH-EBC/AixLib#1203
The text was updated successfully, but these errors were encountered: