-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flaechenziel for Onshore Wind #290
Conversation
Validator ReportI am the Validator. Download all artifacts here.
|
NRMSE | Pearson | |
---|---|---|
Final Energy|Carbon Dioxide Removal|Heat | 0.408 | -0.279 |
Final Energy|Carbon Dioxide Removal | 0.323 | 1.000 |
Secondary Energy|Electricity|Oil | 0.263 | 0.841 |
Capacity|Electricity|Storage Converter | 0.247 | 0.852 |
Capacity|Electricity|Gas|OC | 0.228 | 0.926 |
Final Energy|Carbon Dioxide Removal|Electricity | 0.211 | 1.000 |
Carbon Sequestration|DACCS | 0.211 | 1.000 |
Price|Secondary Energy|Gases|Biomass | 0.197 | 0.000 |
Investment|Energy Supply|Hydrogen|Transmission and Distribution|Endogen|Retrofitted | 0.139 | 0.980 |
Length Additions|Electricity|Transmission|AC | 0.135 | 0.926 |
Capacity Additions|Electricity|Transmission|AC | 0.135 | 0.926 |
Investment|Energy Supply|Electricity|Solar|PV|Open Field | 0.127 | 0.966 |
Capacity Additions|Methanol | 0.125 | 0.944 |
Capacity Additions|Liquids | 0.121 | 0.952 |
Secondary Energy|Electricity|Hydro | 0.121 | 0.981 |
Capacity Additions|Liquids|Hydrogen | 0.118 | 0.958 |
Investment|Energy Supply|Heat|Gas | 0.113 | 0.990 |
Capacity Additions|Electricity|Solar|PV|Open Field | 0.113 | 0.966 |
Investment|Energy Supply|Hydrogen|Electrolysis | 0.103 | 0.993 |
Investment|Energy Supply|Hydrogen|Electricity | 0.103 | 0.993 |
Investment|Energy Supply|Methanol | 0.101 | 0.969 |
NRMSE: Normalized (combined-min-max) Root Mean Square Error
Pearson: Pearson correlation coefficient
Threshold: NRMSE > 0.1
Only variables reaching the threshold are shown. Find the equivalent plot for all of them below.
Plots
Main branch | Feature branch |
---|---|
General
Files comparison
Status | NRMSE | MAE (norm) | |
---|---|---|---|
csvs/prices.csv | 0.002 | 0.09 | |
csvs/curtailment.csv | 0.000 | 0.10 | |
csvs/price_statistics.csv | 0.014 | 0.09 | |
csvs/cumulative_cost.csv | 0.000 | 0.10 | |
csvs/metrics.csv | 0.000 | 0.09 | |
csvs/nodal_cfs.csv | ✅ Almost equal | 0.013 | 0.00 |
csvs/supply.csv | ✅ Almost equal | 0.001 | 0.01 |
csvs/nodal_supply_energy.csv | ✅ Almost equal | 0.000 | 0.01 |
csvs/capacities.csv | ✅ Almost equal | 0.000 | 0.01 |
csvs/nodal_costs.csv | ✅ Almost equal | 0.000 | 0.00 |
csvs/market_values.csv | ✅ Almost equal | 0.029 | 0.03 |
csvs/nodal_capacities.csv | ✅ Almost equal | 0.000 | 0.00 |
csvs/cfs.csv | ✅ Almost equal | 0.048 | 0.00 |
csvs/costs.csv | ✅ Almost equal | 0.000 | 0.01 |
csvs/supply_energy.csv | ✅ Almost equal | 0.000 | 0.02 |
csvs/energy.csv | ✅ Almost equal | 0.000 | 0.01 |
csvs/weighted_prices.csv | ✅ Equal |
NRMSE: Normalized (combined-min-max) Root Mean Square Error
MAE (norm): Mean Absolute Error on normalized data (min-max)
Status Threshold: MAE (norm) > 0.05 and NRMSE > 0.3
Model Metrics
Comparing onwind_flaechenziel
(94fcbd2) with main
(496f95e).
Branch is 6 commits ahead and 0 commits behind.
Last updated on 2024-12-02 19:35:35 CET
.
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Subject
The Bundesregierung set a target of 2 % of each federal state to be designated for onshore wind.
This PR adds a constraint for five regions to reach a Flaechenziel.
The five regions are
This PR reads in the area of each bus region, adds it to one of the three regions, multiplies it with a percentage given in the
config[solving][constraints][onwind_flaechenziel][percentage]
and an average power density (source)[https://www.ffe.de/wp-content/uploads/2022/02/FfE-Discussion-Paper-2-der-Landesflaeche-fuer-Windenergie-ein-geeignetes-Mass.pdf].If the target is not met yet, a constraint is added as minimum capacity for the region.
Alternatives
Flaechenziel for each bus region:
Disproportionate onshore wind capacity in bus regions that have a low electricity demand and installed capacity
Minimum onshore wind capacity and capacity per sqkm
One could also downscale the
config[renewable][onwind][capacity_per_sqkm]
while upping the minimum onwind targetconfig[limits_capacity_min][Generator][onwind]
which then forces the model to build onwind in less ideal areas.Change
high resolution optimization 2020 & 2045 without post discretization
high resolution optimization 2020 - 2045 with post discretization
Before asking for a review for this PR make sure to complete the following checklist:
ariadne_all
completes without errorsexport_ariadne_variables
has been adapted to the changesChangelog.md
main
has been merged into the PRYYYYMMDDdescriptive_title