CURENT / andes

Python toolbox / library for power system transient dynamics simulation with symbolic modeling and numerical analysis 🔥
https://ltb.curent.org
Other
208 stars 108 forks source link

Data file likely contains references to unsupported models. #380

Closed seedpower closed 1 year ago

seedpower commented 1 year ago
(base) C:\ProgramData\Anaconda3\Lib\site-packages\andes\cases\ieee39>andes run IEEE39bus.raw --addfile IEEE39bus.dyr -c

    _           _         | Version 1.8.2
   /_\  _ _  __| |___ ___ | Python 3.9.12 on Windows, 11/10/2022 09:24:27 AM
  / _ \| ' \/ _` / -_|_-< |
 /_/ \_\_||_\__,_\___/__/ | This program comes with ABSOLUTELY NO WARRANTY.

Working directory: "C:\ProgramData\Anaconda3\Lib\site-packages\andes\cases\ieee39"
> Loaded config from file "C:\Users\Administrator\.andes\andes.rc"
> Loaded generated Python code in "C:\Users\Administrator\.andes\pycode".
Parsing input file "IEEE39bus.raw"...
  NEW ENGLAND TEST SYSTEM, 39 BUSES, 9 GENERATORS
  Created by Pablo Ledesma pablole@ing.uc3m.es
Input file parsed in 0.0090 seconds.
Parsing additional file "IEEE39bus.dyr"...
Data file likely contains references to unsupported models.
['syn'] = ['GENROU_1'] not found in Exciter
Error parsing addfile "IEEE39bus.dyr" with psse parser.
-> Single process exit with an error in 0.7368 seconds.

upload file appendix:ieee39.zip

cuihantao commented 1 year ago

Hello @seedpower , it looks like that the cases you ran are not supplied by ANDES. The dynamic file contains models that are not currently supported by ANDES.

You can identify the unsupported models by andes -v 10 run IEEE39bus.raw --addfile IEEE39bus.dyr -c and manually remove or replace them.

cuihantao commented 1 year ago

Closing the issue due to lack of activities. Please feel free to reopen with updates.