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

Realtime mode stops when no clock is specified #26

Open
dchassin opened this issue May 19, 2023 · 2 comments
Open

Realtime mode stops when no clock is specified #26

dchassin opened this issue May 19, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@dchassin
Copy link
Member

Problem description

The simulation does not enter realtime mode when requested.

Steps to reproduce

Do the following:

$ gridlabd model get IEEE/123
$ gridlabd -D run_realtime=1 123.glm
WARNING  [INIT] : node_14: substation:3 is using the default base power of 100 VA. This could cause instability on your system.
WARNING  [2023-05-19 06:15:46 PDT] : last warning message was repeated 26 times
$

Expected behavior

The simulation should not exit.

System information

  • GridLAB-D version: HiPAS GridLAB-D 4.3.1-230517 (develop) Darwin
  • Operating system: Darwin PC97529 21.6.0 Darwin Kernel Version 21.6.0: Thu Sep 29 20:12:57 PDT 2022; root:xnu-8020.240.7~1/RELEASE_X86_64 x86_64
@dchassin dchassin added the bug Something isn't working label May 19, 2023
@dchassin dchassin self-assigned this May 19, 2023
@dchassin
Copy link
Member Author

The reason is that the IEEE/123 does not contain anything that would change over time, so the simulation goes immediately to steady state and stops. The immediate solution is to include weather data. The long-term solution is to add global variable to control the default behavior so that the simulation does not stop on steady state.

@dchassin dchassin added enhancement New feature or request and removed bug Something isn't working labels May 20, 2023
@dchassin
Copy link
Member Author

Another solution is to change the default stop behavior when running in realtime to not stop on steady state.

@dchassin dchassin changed the title Realtime mode does not start Realtime mode stops when no clock is specified Jun 30, 2023
@dchassin dchassin transferred this issue from arras-energy/gridlabd-old Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Issue
Development

No branches or pull requests

1 participant