Skip to content

Commit

Permalink
Rework testing of fictitious switch for disconnected terminal with no…
Browse files Browse the repository at this point in the history
…w a small network instead of an entsoe conformity-modified one

Signed-off-by: Romain Courtier <[email protected]>
  • Loading branch information
rcourtier committed Oct 18, 2024
1 parent 7038143 commit b5f0007
Show file tree
Hide file tree
Showing 6 changed files with 115 additions and 1,153 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1300,19 +1300,6 @@ public static GridModelReference microGridBaseCaseAssembledEntsoeCategory() {
microGridBaseCaseBoundaries());
}

public static GridModelReference miniNodeBreakerTerminalDisconnected() {
String base = ENTSOE_CONFORMITY_1_MODIFIED
+ "/MiniGrid/NodeBreaker/BaseCase_Complete_v3_terminal_disconnected/";
return new GridModelReferenceResources(
"MiniGrid-NodeBreaker-terminal-disconnected",
null,
new ResourceSet(base, MINI_GRID_SSH),
new ResourceSet(MINI_GRID_NODE_BREAKER_BASE, MINI_GRID_EQ),
new ResourceSet(MINI_GRID_NODE_BREAKER_BD_BASE, MINI_GRID_BD_EQ,
MINI_GRID_BD_TP));

}

public static GridModelReference microGridBaseCaseAssembledBadIds() {
String baseModified = ENTSOE_CONFORMITY_1_MODIFIED
+ "/MicroGrid/BaseCase/BC_Assembled_v2_bad_ids/";
Expand Down
Loading

0 comments on commit b5f0007

Please sign in to comment.