Skip to content

Commit

Permalink
Replace testing of switch kind using conformity modified file with a …
Browse files Browse the repository at this point in the history
…simpler network file

Signed-off-by: Romain Courtier <[email protected]>
  • Loading branch information
rcourtier committed Oct 16, 2024
1 parent ad882e0 commit a06fb6b
Show file tree
Hide file tree
Showing 6 changed files with 94 additions and 9,014 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -969,40 +969,6 @@ public static GridModelReferenceResources miniNodeBreakerSvInjection() {
MINI_GRID_BD_TP));
}

public static GridModelReferenceResources miniNodeBreakerLoadBreakSwitch() {
String base = ENTSOE_CONFORMITY_1_MODIFIED
+ "/MiniGrid/NodeBreaker/BaseCase_Complete_v3_load_break_switch/";
return new GridModelReferenceResources(
"MiniGrid-NodeBreaker-Load-Break-Switch",
null,
new ResourceSet(base,
MINI_GRID_EQ),
new ResourceSet(MINI_GRID_NODE_BREAKER_BASE,
MINI_GRID_SV,
MINI_GRID_DL,
MINI_GRID_SSH,
MINI_GRID_TP),
new ResourceSet(MINI_GRID_NODE_BREAKER_BD_BASE, MINI_GRID_BD_EQ,
MINI_GRID_BD_TP));
}

public static GridModelReferenceResources miniNodeBreakerProtectedSwitch() {
String base = ENTSOE_CONFORMITY_1_MODIFIED
+ "/MiniGrid/NodeBreaker/BaseCase_Complete_v3_protected_switch/";
return new GridModelReferenceResources(
"MiniGrid-NodeBreaker-Protected-Switch",
null,
new ResourceSet(base,
MINI_GRID_EQ),
new ResourceSet(MINI_GRID_NODE_BREAKER_BASE,
MINI_GRID_SV,
MINI_GRID_DL,
MINI_GRID_SSH,
MINI_GRID_TP),
new ResourceSet(MINI_GRID_NODE_BREAKER_BD_BASE, MINI_GRID_BD_EQ,
MINI_GRID_BD_TP));
}

public static GridModelReference miniNodeBreakerMissingSubstationRegion() {
String base = ENTSOE_CONFORMITY_1_MODIFIED
+ "/MiniGrid/NodeBreaker/BaseCase_Complete_v3_missing_substation_region/";
Expand Down
Loading

0 comments on commit a06fb6b

Please sign in to comment.