Skip to content
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

Reduce log spamming during night time due to no solar irradiance #984

Open
t-ober opened this issue Oct 4, 2024 · 1 comment
Open

Reduce log spamming during night time due to no solar irradiance #984

t-ober opened this issue Oct 4, 2024 · 1 comment
Labels
bug Something isn't working log

Comments

@t-ober
Copy link
Contributor

t-ober commented Oct 4, 2024

When it is night and no solar irradiance is available we spam the log with warnings:

15:26:51.529 INFO  e.i.s.e.l.RuntimeEventListener$ - ******* Simulation until 2023-02-09T22:45:00Z completed. (duration: 0h : 0m : 0s : 15ms , memory: 3.7 GB) ******
15:26:51.542 WARN  e.i.s.s.weather.WeatherSourceWrapper - Direct solar irradiance not available at POINT (7.65 48.3).
15:26:51.542 WARN  e.i.s.s.weather.WeatherSourceWrapper - Direct solar irradiance not available at POINT (7.65 48.05).
15:26:51.542 WARN  e.i.s.s.weather.WeatherSourceWrapper - Direct solar irradiance not available at POINT (7.9 48.3).
15:26:51.542 WARN  e.i.s.s.weather.WeatherSourceWrapper - Direct solar irradiance not available at POINT (7.9 48.05).
15:26:51.545 WARN  e.i.s.s.weather.WeatherSourceWrapper - Direct solar irradiance not available at POINT (7.65 48.3).

The warning was intended to signify that there is actually no weather in the database but not that its magnitude is 0. We should differentiate those cases.

@t-ober t-ober added bug Something isn't working log labels Oct 4, 2024
@t-ober
Copy link
Contributor Author

t-ober commented Oct 10, 2024

Might be related to: ie3-institute/PowerSystemDataModel#554

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working log
Projects
None yet
Development

No branches or pull requests

1 participant