Replies: 1 comment 4 replies
-
The use case can be a bit tricky. First, let me make sure we are on the same page:
Initializing a new TDS study by results from a previous simulation does not guarantee a steady state initial condition. That is, this study will likely deviate from the given values starting from time zero. If done properly, this trajectory should be exactly the same as continuing the previous simulation from which you pulled data. Is this still what you are looking to do?
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: PandaRP01 ***@***.***>
Sent: Friday, January 6, 2023 9:07:04 AM
To: cuihantao/andes ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [cuihantao/andes] Changing the initialization point for TDS (Discussion #402)
Hello Mr. Cui and other experts,
We are simulating a distribution system with a number of batteries and solar PVs. We get decent results going through the normal process of initializing the system and running a dynamic simulation. However, we want to stop the simulation and save the latest values of all system variable and restart the simulation by initializing the system variables using the saved values from the previous simulation. Could you please suggest a method to do so?
We have also gone through the ANDES documentation and found that, if init_tds=0, all the variables are initialized after PFlow. If init_tds=1, variables can be initialized through files. If possible, please suggest the command 1) to store the latest values of variables during a simulation and 2) to use the save values to initialize in the next simulation.
Thank You and Regards
Rakesh Panda
—
Reply to this email directly, view it on GitHub<https://github.com/cuihantao/andes/discussions/402>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABSNZAZM3TIIONSWOSPH6PLWRAYJRANCNFSM6AAAAAATTFKFKU>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Mr. Cui and other experts,
We are simulating a distribution system with a number of batteries and solar PVs. We get decent results going through the normal process of initializing the system and running a dynamic simulation. However, we want to stop the simulation and save the latest values of all system variable and restart the simulation by initializing the system variables using the saved values from the previous simulation. Could you please suggest a method to do so?
We have also gone through the ANDES documentation and found that, if
init_tds=0
, all the variables are initialized after PFlow. Ifinit_tds=1
, variables can be initialized through files. If possible, please suggest the command 1) to store the latest values of variables during a simulation and 2) to use the save values to initialize in the next simulation.Thank You and Regards
Rakesh Panda
Beta Was this translation helpful? Give feedback.
All reactions