fix: Correct CIM model data for Power Flow Convergence#423
Open
ThomasRanvikEriksen wants to merge 9 commits into
Open
fix: Correct CIM model data for Power Flow Convergence#423ThomasRanvikEriksen wants to merge 9 commits into
ThomasRanvikEriksen wants to merge 9 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes multiple data issues in the Telemark-120 grid model that prevented successful power flow convergence when importing into Power Factory. Changes include converting conductor lengths from meters to kilometers (CGMES standard), correcting ACLineSegment electrical parameters, fixing XML element syntax, adding missing mandatory attributes, and adjusting current limits for transformer consistency.
Changes
Unit Conversions
Conductor.lengthvalues from meters to kilometers across LV1 and MV1 equipment profiles (both CIMXML and CIMJSON-LD)ACLineSegment.randACLineSegment.xvalues in MV1_EQ to match per-km parameterizationACLineSegment.r0andACLineSegment.x0zero-sequence impedance values in MV1_SCData Corrections
</cim:Fuse>→</cim:Breaker>)Location.mRIDattribute to one Location instance in LV1_GLCurrentLimit.normalValueto achieve Pin=Pout (420kV side: 412→150 A, 132kV side: 275→500 A)EquipmentContainerassociation withBaseVoltageassociation on EquivalentInjectionTerminal.phasesdeclaration from Engene NT1 terminalSynchronousMachine.referencePriorityattribute to SSH profileTopology
Housekeeping
temp/to.gitignoreFiles
.gitignoretemp/to ignored directoriesTelemark-120/Grid/CIMJSON-LD/Telemark-120-LV1_EQ.jsonldTelemark-120/Grid/CIMJSON-LD/Telemark-120-LV1_GL.jsonldLocation.mRIDTelemark-120/Grid/CIMJSON-LD/Telemark-120-MV1_EQ.jsonldTelemark-120/Grid/CIMJSON-LD/Telemark-120-MV1_SSH.jsonldSynchronousMachine.referencePriorityTelemark-120/Grid/CIMXML/Telemark-120-LV1_EQ.xmlTelemark-120/Grid/CIMXML/Telemark-120-LV1_GL.xmlLocation.mRIDTelemark-120/Grid/CIMXML/Telemark-120-LV1_SSH.xmlTelemark-120/Grid/CIMXML/Telemark-120-MV1_EQ.xmlTelemark-120/Grid/CIMXML/Telemark-120-MV1_SC.xmlTelemark-120/Grid/CIMXML/Telemark-120-MV1_SSH.xmlSynchronousMachine.referencePriorityTelemark-120/docs/ModelingGuide.adoc