Replies: 2 comments 2 replies
-
To be able to run parallel simulation in real-time and with custom tstep, I made the following change in the main.py file (line no. 404-414).
|
Beta Was this translation helpful? Give feedback.
2 replies
-
Check the examples for argument “config_option”. Additional options can be passed to it.
Regards,
Hantao Cui
…On Aug 3, 2022, 9:51 AM -0500, RajanSingh ***@***.***>, wrote:
Hi Dr. Cui,
In example 6, I found a way to do parallel simulation. But I want to do it in real-time as well as with my custom tstep.
so I passed the qrt and tstep parameters in below command.
systems = andes.run('*.xlsx', routine='tds', pool=True, verbose=10, tf=100, no_output=True, shrinkt=0, tstep=0.1, qrt=1)
I get the following output and it completed under 18 seconds. And also it is not considering tstep that I gave.
Cases are processed in the following order:
"ieee09-Gen-PVD1-ESD1-redmva-qpri-withoutlimiter-reducePQ.xlsx"
"ieee09_Gen_PVD1_ESD1_for2hour.xlsx"
Log saved to "C:\Users\AMRIND~1\AppData\Local\Temp\2\andes-6kgjfc3l\andes.log".
-> Multiprocessing finished in 17.6642 seconds.
Please let me know is there any other way to pass these two parameters?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Dr. Cui,
In example 6, I found a way to do parallel simulation. But I want to do it in real-time as well as with my custom tstep.
In example 6, tf, qrt, tstep, shrinkt are not mentioned. But I tried to pass these parameters as below:
systems = andes.run('*.xlsx', routine='tds', pool=True, verbose=10, tf=100, no_output=True, shrinkt=0, tstep=0.1, qrt=1)
I get the following output and it completed under 18 seconds.
Below are my queries:
qrt
parameter correctly?tstep
I'm providing is working or not?Please let me know is there any other way to pass
tf, qrt, tstep, shrinkt
parameters?Beta Was this translation helpful? Give feedback.
All reactions