Closed nworbmot closed 2 months ago
I am the Validator. Download all artifacts here. I'll be back and edit this comment for each new commit.
Ariadne Variables
NRMSE | Pearson | |
---|---|---|
Investment|Energy Supply|Heat|Biomass|w/o CCS | 4330127.019 | 0.000 |
Investment|Energy Supply|Electricity|Biomass|w/o CCS | 4330127.019 | 0.000 |
Capacity Additions|Electricity|Biomass|w/o CCS | 1328.489 | 0.911 |
Capacity Additions|Heat|Biomass|w/o CCS | 1327.183 | 0.911 |
Final Energy|Gases|Efuel | 2.036 | -0.259 |
Main branch | Feature branch |
---|---|
General
Main branch | Feature branch |
---|---|
Status | NRMSE | MAE (norm) | |
---|---|---|---|
csvs/nodal_capacities.csv | :warning: NaN mismatch | ||
csvs/nodal_costs.csv | :warning: NaN mismatch | ||
csvs/nodal_cfs.csv | :warning: NaN mismatch | ||
csvs/curtailment.csv | :white_check_mark: Almost equal | 0.000 | 0.09 |
csvs/cfs.csv | :white_check_mark: Almost equal | 0.069 | 0.01 |
csvs/costs.csv | :white_check_mark: Almost equal | 0.001 | 0.01 |
csvs/cumulative_cost.csv | :white_check_mark: Almost equal | 0.001 | 0.11 |
csvs/price_statistics.csv | :white_check_mark: Almost equal | 0.012 | 0.28 |
csvs/market_values.csv | :white_check_mark: Almost equal | 0.064 | 0.04 |
csvs/capacities.csv | :white_check_mark: Almost equal | 0.000 | 0.00 |
csvs/metrics.csv | :white_check_mark: Almost equal | 0.001 | 0.14 |
csvs/nodal_supply_energy.csv | :white_check_mark: Almost equal | 0.001 | 0.00 |
csvs/prices.csv | :white_check_mark: Almost equal | 0.027 | 0.01 |
csvs/supply_energy.csv | :white_check_mark: Almost equal | 0.001 | 0.02 |
csvs/supply.csv | :white_check_mark: Almost equal | 0.003 | 0.01 |
csvs/energy.csv | :white_check_mark: Almost equal | 0.001 | 0.02 |
csvs/weighted_prices.csv | :white_check_mark: Equal |
Comparing nep
(944f288) with main
(e5f56de).
Branch is 2 commits ahead and 0 commits behind.
Last updated on 2024-09-12 17:03:21 CEST
.
updated old TYNDP projects in https://github.com/PyPSA/pypsa-eur/pull/1305
ignoring AC lines and upgraded DC links for now (upgraded DC are just a few)
This script forces DC transmission projects that are built after the current investment year to have p_nom_opt = 0. The planned capacity continues to be stored in p_nom.
The changes are a compromise with behaviour of PyPSA-Eur scripts:
lvopt
settingA less hacky fix that also addresses AC transmission projects would need to touch PyPSA-Eur more extensively.
The projects can be forced in between the
cutin
andcutout
years defined in the config. Between these years, all planned projects are realised withp_nom_min = p_nom
. After these years planned projects are not forced, but offered as an optionp_nom_min = 0
.This script recreates the desired behaviour.
Capacities in 2020 network:
Capacities in 2025 network:
Capacities in 2030 network:
Capacities in 2035 network (assuming cutout of 2030):
Note that here projects planned after 2030 are offered (p_nom_max = 22 GW) but not forced (p_nom_min = 0 GW).
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