TEASER icon indicating copy to clipboard operation
TEASER copied to clipboard

hard coded longitude leads to faulty AixLib models

Open MartinRaetz opened this issue 4 years ago • 0 comments

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:

  • [x] latitude -> (required for IBPSA?)
  • [x] longitude
  • [ ] city?
  • [ ] street_name?

Related branch Teaser: https://github.com/RWTH-EBC/TEASER/tree/issue704_longitude Related AixLib Issue: https://github.com/RWTH-EBC/AixLib/issues/1203

MartinRaetz avatar Dec 01 '21 11:12 MartinRaetz