-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
icelandic-sys CIM missing DY file #7
Comments
It is missing the DY file in that location. |
I see, it looks like this is because of the following:
quote_type
Svein Olsen 2021-07-10: ODMS feiled in importing Iceland_modified.dyr with the following log dyrImport_Iceland_modified.log For this we can see that: The EXST1 model is currently not implemented Invalid parameter list for model IEEEG1 (23 required, 25 given) The HYGOV model on bus 3304 has an unknown parent with a type of SynchronousMachineDynamics
Which you can find here:
https://github.com/ALSETLab/NYPAModelTransformation/tree/master/ModelTransf-Tool/Prototype/examples/icelandic-sys
Basically, the CIM DY file did not get generated because ODMS doesn’t support EXST1, and the errors.
What we need to do is to modify the .dyr file from PSS/E to get rid of the bugs listed above.
Then we need to verify that the PSS/E .raw and .dyr files lead to a valid simulation (e.g. trip any line and see if it runs).
Once that is done, we can ask Svein to attempt to generate the DY file again.
I’m not sure if you can help with the PSS/E part, otherwise I have to find someone to support us.
In case you can, then because you are using PSS/E v 35.?, you will have to use the data convertor provided by PSS/E to save as v 33, because ODMS may or may not (probably this case) accept newer PSS/E version files...
…On Mar 3, 2023 at 4:47 PM -0500, Glen Halley ***@***.***>, wrote:
It is missing the DY file in that location.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
I will try to do this with 33. I also have 34. |
@gkhalley let me know when you have modified the .dyr file to remove the invalid models. I talked to @GiuseppeLaera about this, who has done it for other models in the past, and he could help, so please get in touch with him (don't know if you have his email). Once that file is fixed and we verify it runs with PSS/E v33, then we can ask Svein to generate the files. |
After getting up to speed on PSSE, it appears that @GiuseppeLaera did update the dyr file as you've described. It runs without error for me in version 33. ODMS should work with [Iceland_modified_20210716.dyr] and [Iceland_modified_PF_solved.raw]. Bus 3304 uses GENSAL and SCRX. |
For translation from CIM it requires an EQ, TP, and DY file for the CIMtoMOv2.xsl to work.
The text was updated successfully, but these errors were encountered: