From 3dafbe8b6c8b9538243a3b558f0feae570e183b8 Mon Sep 17 00:00:00 2001 From: Sankalp Thakur Date: Mon, 27 Jul 2026 16:38:41 +0530 Subject: [PATCH 1/2] =?UTF-8?q?Add=20GB=E2=86=94GB-ZET=20exchange=20config?= =?UTF-8?q?=20for=20Shetland=20HVDC=20link?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #7269 by adding the missing exchange between mainland GB and the Shetland Islands, with 600 MW capacity from the SSEN/Ofgem link. --- config/exchanges/GB_GB-ZET.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config/exchanges/GB_GB-ZET.yaml diff --git a/config/exchanges/GB_GB-ZET.yaml b/config/exchanges/GB_GB-ZET.yaml new file mode 100644 index 0000000000..c237781e55 --- /dev/null +++ b/config/exchanges/GB_GB-ZET.yaml @@ -0,0 +1,8 @@ +_comment: 600MW Shetland HVDC Link (SSEN Transmission) https://www.ofgem.gov.uk/sites/default/files/2021-11/Shetland%20Link%20Project%20Assessment%20Decision%20FINAL.pdf +capacity: + - -600 + - 600 +lonlat: + - -2.2 + - 59.35 +rotation: 45 From 57c93a4d03b8a99c2466191c36f81108172b81b5 Mon Sep 17 00:00:00 2001 From: Sankalp Thakur Date: Wed, 12 Aug 2026 23:36:14 +0530 Subject: [PATCH 2/2] chore: re-trigger CI