NPCC and WECC networks are unstable? #647
Replies: 3 comments 4 replies
-
|
We are checking on it. Thanks for reporting! |
Beta Was this translation helpful? Give feedback.
-
|
Hi, Federica! You're right—our previous version indeed had several real roots. I reviewed the results of the eigenvalue analysis and found that the occurrence of many positive real parts was linked to the IEEEX1 model. Consequently, I tried adjusting a few parameters; feel free to give them a try. We set the parameters for all IEEEX1 instances as follows: |
Beta Was this translation helpful? Give feedback.
-
|
test_wecc.ipynb |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm trying to analyze the eigenvalues of some networks, included wecc and npcc.
This is how I generate the eigenvalues report:
andes.config_logger(stream_level=20) print(andes.utils.paths.cases_root()) case_path = andes.get_case('npcc/npcc.xlsx') ss = andes.load(case_path) ss.PFlow.run() ss.EIG.run()and this is the output I obtain:
**Input file parsed in 0.4421 seconds.
System internal structure set up in 0.0302 seconds.
-> System connectivity check results:
No islanded bus detected.
System is interconnected.
Each island has a slack bus correctly defined and enabled.
-> Power flow calculation
Numba: Off
Sparse solver: KLU
Solution method: NR method
Power flow initialized in 0.0056 seconds.
0: |F(x)| = 0.004215993603
1: |F(x)| = 3.030635298e-08
Converged in 2 iterations in 0.0023 seconds.
Report saved to "npcc_out.txt" in 0.0030 seconds.
GENCLS (vf range) out of typical lower limit.
idx | values | limit
-----------+--------+------
GENCLS_3 | 0.990 | 1
GENCLS_4 | 0.926 | 1
GENCLS_16 | 0.933 | 1
Initialization for dynamics completed in 0.0313 seconds.
Initialization was successful.
-> Eigenvalue Analysis:
48 states are associated with zero time constants.
Positive 41
Zeros 1
Negative 293
Eigenvalue analysis finished in 0.1205 seconds.**
Similar output for WECC network.
I have noticed that there are some positive poles, meaning that the system it's not stable.
Can someone explain me why those two systems are unstable by default?
Thank you in advance,
Federica
Beta Was this translation helpful? Give feedback.
All reactions