Cause of IterationDiverge error #44
Unanswered
BartSchuurmans
asked this question in
Q&A
Replies: 1 comment
-
Hi @BartSchuurmans , A peculiar thing here is these are only continuous 10 scenarios from 2182 - 2204 which fail. Very likely indicating bad data. All the rest pass which would indicate grid parameters given in |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi PGM team,
We use PGM for power flow calculation with the following setup:
update_data
contains 1 year of data in 15 minute increments, and is the output of our simulation model. For some random iterations of our simulation, the PGM call gives the following error for a few of the timesteps in the batch:I have confirmed that this error is deterministic for this specific simulation. I have also tried increasing the
max_iterations
parameter tocalculate_power_flow
, but this increases the max deviation, so it is truly divergent.validate_input_data()
andvalidate_batch_data()
both indicate that there are no errors.What can be the cause of having divergence here? Is there an error in our grid topology and/or input data?
Beta Was this translation helpful? Give feedback.
All reactions