PyPSA / pypsa-ariadne

High resolution, sector-coupled model of the German Energy System
https://ariadneprojekt.de/en/model-documentation-pypsa/
MIT License
15 stars 7 forks source link

remove length_factor because it's multiplied already during clustering #276

Closed lindnemi closed 2 weeks ago

lindnemi commented 2 weeks ago

Before asking for a review for this PR make sure to complete the following checklist:

github-actions[bot] commented 2 weeks ago

Validator Report

I am the Validator. Download all artifacts here. I'll be back and edit this comment for each new commit.

:exclamation: Run failed! _Download 'logs' artifact to see more details._ - `main` passed! :white_check_mark: - `bugfix-line-length-factor` failed in: `no_logs_found`
:warning: Config changes detected! Results may differ due to these changes: ```diff diff --git a/config/config.yaml b/config/config.yaml index b0d4609..1a1b76c 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -4,7 +4,7 @@ # docs in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#run run: - prefix: 20241030_limit_FT + prefix: 20241105_FT_MeOH_cap_limit name: # - CurrentPolicies @@ -462,6 +462,19 @@ solving: 2035: 20000 2040: 50000 2045: 80000 + Link: + methanolisation: + DE: + 2030: 5 + 2035: 5 + 2040: 5 + 2045: 5 + Fischer-Tropsch: + DE: + 2030: 2 + 2035: 2 + 2040: 2 + 2045: 2 limits_capacity_min: Generator: onwind: @@ -485,6 +498,7 @@ solving: 2035: 101 2040: 101 2045: 101 + # For reference, this are the values specified in the laws # limits_capacity_min: # Generator: @@ -549,14 +563,6 @@ solving: 2035: 115 2040: 220 2045: 325 - FT_production: - DE: - 2020: 15 - 2025: 15 - 2030: 15 - 2035: 15 - 2040: 15 - 2045: 15 limits_volume_min: electrolysis: DE: ```

Model Metrics

Benchmarks Image not available Image not available Image not available

Comparing bugfix-line-length-factor (4412fee) with main (48ccaef). Branch is 14 commits ahead and 0 commits behind. Last updated on 2024-11-07 15:04:32 CET.