forked from open-energy-transition/pypsa-eur
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Calibration run 2023/2024 #45
Open
virio-andreyana
wants to merge
12
commits into
form_energy_storage_dev
Choose a base branch
from
feature/calibrated-run
base: form_energy_storage_dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
643b409
update validation plots to fit sector coupled models
virio-andreyana b2b28ca
add main-calibration-run to scenarios.form.yaml
virio-andreyana a55f4fe
update main-calibration-run, fixes error for runs in 2023
virio-andreyana 4fb26a4
add some Thomas comment, ready to test run
virio-andreyana 6ca237b
adjustments to calibration run scenario
daniel-rdt deba921
add production pie comparison
virio-andreyana 2daa6af
Fix scaling issues due to snapshot weightings, add options to use ENT…
virio-andreyana 5354eff
add aggregated production time series, fix cross border axis
virio-andreyana 1d82f78
Merge pull request #48 from open-energy-transition/form_energy_storag…
virio-andreyana dbae8c3
add ntc limits for 2025 and enable setting the year
virio-andreyana 5be1c77
add hourly validation run configuration
daniel-rdt dafb186
minor plot fixes
virio-andreyana File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -205,4 +205,170 @@ main-mds-vanilla-with-grids: | |
storage_units: ["li-ion battery", "iron-air battery"] | ||
H2_network: true | ||
gas_network: true | ||
H2_retrofit: true | ||
H2_retrofit: true | ||
|
||
2023-validation-run-2920SEG: | ||
#foresight: overnight # Needs to be myopic to include existing power plants | ||
scenario: | ||
ll: | ||
- v1.0 | ||
planning_horizons: | ||
- 2023 | ||
enable: | ||
retrieve_cutout: false | ||
final_adjustment: true | ||
snapshots: | ||
start: "2023-01-01" | ||
end: "2024-01-01" | ||
co2_budget: | ||
2023: 1 #0.378 | ||
# 63% from https://commission.europa.eu/news/climate-report-shows-largest-annual-drop-eu-greenhouse-gas-emissions-decades-2024-11-05_en | ||
# 60% factored in emission included sector from co2_totals_sector.csv (interpolation between 2015, 2030) | ||
# 0.63 * 0.6 = 0.378 | ||
electricity: | ||
max_hours: | ||
li-ion battery: [1, 2, 4, 8] | ||
extendable_carriers: | ||
Generator: [] # remove extendability for all carrier except gas | ||
powerplants_filter: DateOut >= 2023 and not Fueltype.isin(['Nuclear', 'Hard Coal', 'Lignite']) | ||
custom_powerplants: DateIn <= 2023 and DateOut >= 2023 | ||
transmission_projects: | ||
enable: false | ||
include: | ||
nep: false | ||
ntc_year: 2025 | ||
atlite: | ||
default_cutout: europe-2023-sarah3-era5 | ||
renewable: | ||
onwind: | ||
cutout: europe-2023-sarah3-era5 | ||
correction_factor: 0.93 | ||
offwind-ac: | ||
cutout: europe-2023-sarah3-era5 | ||
offwind-dc: | ||
cutout: europe-2023-sarah3-era5 | ||
offwind-float: | ||
cutout: europe-2023-sarah3-era5 | ||
solar: | ||
cutout: europe-2023-sarah3-era5 | ||
correction_factor: 0.854337 #Using ERA5 data requires correction factor for solar. | ||
solar-hsat: | ||
cutout: europe-2023-sarah3-era5 | ||
hydro: | ||
cutout: europe-2023-sarah3-era5 | ||
#eia_norm_year: 2021 #The last year available from EIA for hydro is 2021. If not activated, the median value is chosen | ||
load: | ||
supplement_entsoe: true | ||
biomass: | ||
year: 2020 | ||
share_unsustainable_use_retained: | ||
2023: 0.8 | ||
share_sustainable_potential_available: | ||
2023: 0.2 | ||
sector: | ||
district_heating: | ||
progress: | ||
2023: 0.15 #Rough estimate. 70M/448M population uses district heating https://iifiir.org/en/news/state-of-play-of-district-heating-and-cooling-in-europe | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This may be reduced a bit, using PyPSA-ariadne |
||
land_transport_fuel_cell_share: | ||
2023: 0 | ||
land_transport_electric_share: | ||
2023: 0.02 #https://ec.europa.eu/eurostat/web/products-eurostat-news/w/ddn-20240802-1 | ||
land_transport_ice_share: | ||
2023: 0.98 # 1.00 - 0.02 | ||
co2_sequestration_potential: | ||
2023: 0 | ||
stores: [] | ||
storage_units: [] | ||
methanation: false | ||
bev_dsm: false | ||
tes: false | ||
v2g: false | ||
SMR_cc: false | ||
costs: | ||
year: 2020 | ||
clustering: | ||
temporal: | ||
resolution_sector: 2920SEG | ||
|
||
2023-validation-run-1H: | ||
#foresight: overnight # Needs to be myopic to include existing power plants | ||
scenario: | ||
ll: | ||
- v1.0 | ||
planning_horizons: | ||
- 2023 | ||
enable: | ||
retrieve_cutout: false | ||
final_adjustment: true | ||
snapshots: | ||
start: "2023-01-01" | ||
end: "2024-01-01" | ||
co2_budget: | ||
2023: 1 #0.378 | ||
# 63% from https://commission.europa.eu/news/climate-report-shows-largest-annual-drop-eu-greenhouse-gas-emissions-decades-2024-11-05_en | ||
# 60% factored in emission included sector from co2_totals_sector.csv (interpolation between 2015, 2030) | ||
# 0.63 * 0.6 = 0.378 | ||
electricity: | ||
max_hours: | ||
li-ion battery: [1, 2, 4, 8] | ||
extendable_carriers: | ||
Generator: [] # remove extendability for all carrier except gas | ||
powerplants_filter: DateOut >= 2023 and not Fueltype.isin(['Nuclear', 'Hard Coal', 'Lignite']) | ||
custom_powerplants: DateIn <= 2023 and DateOut >= 2023 | ||
transmission_projects: | ||
enable: false | ||
include: | ||
nep: false | ||
ntc_year: 2025 | ||
atlite: | ||
default_cutout: europe-2023-sarah3-era5 | ||
renewable: | ||
onwind: | ||
cutout: europe-2023-sarah3-era5 | ||
correction_factor: 0.93 | ||
offwind-ac: | ||
cutout: europe-2023-sarah3-era5 | ||
offwind-dc: | ||
cutout: europe-2023-sarah3-era5 | ||
offwind-float: | ||
cutout: europe-2023-sarah3-era5 | ||
solar: | ||
cutout: europe-2023-sarah3-era5 | ||
correction_factor: 0.854337 #Using ERA5 data requires correction factor for solar. | ||
solar-hsat: | ||
cutout: europe-2023-sarah3-era5 | ||
hydro: | ||
cutout: europe-2023-sarah3-era5 | ||
#eia_norm_year: 2021 #The last year available from EIA for hydro is 2021. If not activated, the median value is chosen | ||
load: | ||
supplement_entsoe: true | ||
biomass: | ||
year: 2020 | ||
share_unsustainable_use_retained: | ||
2023: 0.8 | ||
share_sustainable_potential_available: | ||
2023: 0.2 | ||
sector: | ||
district_heating: | ||
progress: | ||
2023: 0.15 #Rough estimate. 70M/448M population uses district heating https://iifiir.org/en/news/state-of-play-of-district-heating-and-cooling-in-europe | ||
land_transport_fuel_cell_share: | ||
2023: 0 | ||
land_transport_electric_share: | ||
2023: 0.02 #https://ec.europa.eu/eurostat/web/products-eurostat-news/w/ddn-20240802-1 | ||
land_transport_ice_share: | ||
2023: 0.98 # 1.00 - 0.02 | ||
co2_sequestration_potential: | ||
2023: 0 | ||
stores: [] | ||
storage_units: [] | ||
methanation: false | ||
bev_dsm: false | ||
tes: false | ||
v2g: false | ||
SMR_cc: false | ||
costs: | ||
year: 2020 | ||
clustering: | ||
temporal: | ||
resolution_sector: 1H |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
country1,country2,2030,2040,2035 | ||
AT,CH,1400,2400,1900 | ||
AT,CZ,1900,1900,1900 | ||
AT,DE,8500,8500,8500 | ||
AT,IT,1300,1800,1550 | ||
BE,FR,5300,6300,5800 | ||
BE,LU,1180,1180,1180 | ||
BE,NL,4400,4400,4400 | ||
BE,DE,1000,1000,1000 | ||
CH,DE,5400,5400,5400 | ||
CH,FR,6200,7200,6700 | ||
CH,IT,3950,5950,4950 | ||
CZ,DE,2600,2600,2600 | ||
CZ,PL,1800,2300,2050 | ||
DE,DK,4100,4100,4100 | ||
DE,FR,4800,4800,4800 | ||
DE,LU,2700,2700,2700 | ||
DE,NL,5000,6000,5500 | ||
DE,PL,3000,3000,3000 | ||
DE,SE,2015,3515,2765 | ||
DK,SE,4150,5115,4632.5 | ||
DK,NL,700,700,700 | ||
FR,IT,4100,5100,4600 | ||
FR,LU,380,380,380 | ||
PL,SE,1100,1600,1350 | ||
country1,country2,2025,2030,2035,2040 | ||
AT,CH,1200,1400,1900,2400 | ||
AT,CZ,900,1900,1900,1900 | ||
AT,DE,5400,8500,8500,8500 | ||
AT,IT,800,1300,1550,1800 | ||
BE,FR,4300,5300,5800,6300 | ||
BE,LU,680,1180,1180,1180 | ||
BE,NL,3400,4400,4400,4400 | ||
BE,DE,1000,1000,1000,1000 | ||
CH,DE,4200,5400,5400,5400 | ||
CH,FR,3300,6200,6700,7200 | ||
CH,IT,3750,3950,4950,5950 | ||
CZ,DE,2100,2600,2600,2600 | ||
CZ,PL,1400,1800,2050,2300 | ||
DE,DK,4700,4700,4700,4700 | ||
DE,FR,3300,4800,4800,4800 | ||
DE,LU,2300,2700,2700,2700 | ||
DE,NL,5000,5000,5500,6000 | ||
DE,PL,3000,3000,3000,3000 | ||
DE,SE,615,2015,2765,3515 | ||
DK,SE,2450,4150,4632.5,5115 | ||
DK,NL,700,700,700,700 | ||
FR,IT,4100,4100,4600,5100 | ||
FR,LU,380,380,380,380 | ||
PL,SE,600,1100,1350,1600 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think it makes sense to include this in the scenario