From bf1d80ac63448ed9626e425c64f203d1806d7b87 Mon Sep 17 00:00:00 2001 From: Philipp Glaum Date: Mon, 7 Mar 2022 17:44:20 +0100 Subject: [PATCH] add 750kV line type in config and new PyPSA version 0.19.2 --- config.default.yaml | 2 +- envs/environment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.default.yaml b/config.default.yaml index 483069d1..da017e36 100755 --- a/config.default.yaml +++ b/config.default.yaml @@ -167,7 +167,7 @@ lines: 220.: "Al/St 240/40 2-bundle 220.0" 300.: "Al/St 240/40 3-bundle 300.0" 380.: "Al/St 240/40 4-bundle 380.0" - 750.: "Al/St 240/40 4-bundle 380.0" + 750.: "Al/St 560/50 4-bundle 750.0" s_max_pu: 0.7 s_nom_max: .inf length_factor: 1.25 diff --git a/envs/environment.yaml b/envs/environment.yaml index 0c881720..06eac040 100644 --- a/envs/environment.yaml +++ b/envs/environment.yaml @@ -10,7 +10,7 @@ dependencies: - python>=3.8 - pip - - pypsa>=0.18.1 + - pypsa>=0.19.2 - atlite>=0.2.5 - dask