Skip to content
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

Introducing OpenStreetMap high-voltage grid to PyPSA-Eur #1079

Merged
merged 156 commits into from
Aug 22, 2024
Merged
Changes from 1 commit
Commits
Show all changes
156 commits
Select commit Hold shift + click to select a range
d92b69a
Implemented which uses the overpass API to download power features f…
bobbyxng Apr 23, 2024
2f2d32e
Merge branch 'PyPSA:master' into osm-network-fast
bobbyxng Apr 24, 2024
6352c03
Extended rule by input.
bobbyxng Apr 24, 2024
6e8842f
Merge branch 'PyPSA:master' into osm-network-fast
bobbyxng Apr 26, 2024
87b4cce
Bug fixes and improvements to clean_osm_data.py. Added in retrieve_o…
bobbyxng Apr 29, 2024
b7167e7
Merge branch 'PyPSA:master' into osm-network-fast
bobbyxng Apr 29, 2024
e6c9acc
Updated clean_osm_data and retrieve_osm_data to create clean substati…
bobbyxng May 3, 2024
85aa3f1
Finished clean_osm_data function.
bobbyxng May 6, 2024
49c1baf
Added check whether line is a circle. If so, drop it.
bobbyxng May 6, 2024
ff053e4
Merge branch 'PyPSA:master' into osm-network-fast
bobbyxng May 6, 2024
75cffe4
Extended build_electricity.smk by build_osm_network.py
bobbyxng May 6, 2024
4c71c37
Merge branch 'osm-network-fast' of https://github.com/bobbyxng/pypsa-…
bobbyxng May 7, 2024
efb9611
Added build_osm_network
bobbyxng May 7, 2024
193e605
Merge branch 'PyPSA:master' into osm-network-fast
bobbyxng May 7, 2024
266a8d0
Working osm-network-fast
bobbyxng May 7, 2024
6264bf8
Bug fixes.
bobbyxng May 7, 2024
bae4701
Merge branch 'PyPSA:master' into osm-network-fast
bobbyxng May 14, 2024
027fbde
Finalised and cleaned including docstrings.
bobbyxng May 15, 2024
dc829d2
Added try catch to retrieve_osm_data. Allows for parallelisation of d…
bobbyxng May 15, 2024
7bb153b
Updated cleaning process.
bobbyxng May 15, 2024
5ef4d71
Set maximum number of threads for retrieving to 4, wrt. fair usage po…
bobbyxng May 15, 2024
f961ab8
Intermediate update on clean_osm_data.py. Added docstrings.
bobbyxng May 16, 2024
3b90765
Bug fix.
bobbyxng May 16, 2024
93f09a5
Bug fix.
bobbyxng May 16, 2024
98f50ac
Bug fixes in data types out of clean_osm_data
bobbyxng May 16, 2024
4f2308d
Significant improvements to retrieve_osm_data, clean_osm_data. Cleane…
bobbyxng May 17, 2024
50c7411
Catch-up to master/osm-network-fast
bobbyxng May 21, 2024
84bdb40
Merge branch 'PyPSA:master' into osm-network-fast
bobbyxng May 21, 2024
068d0c6
Merge branch 'PyPSA:master' into osm-network-fast
bobbyxng May 21, 2024
da94a96
Cleaned config.
bobbyxng May 22, 2024
4c8e48d
Merge branch 'osm-network-fast' of https://github.com/bobbyxng/pypsa-…
bobbyxng May 22, 2024
6fe4ee4
Merge branch 'PyPSA:master' into osm-network-fast
bobbyxng May 22, 2024
095d936
Fixes.
bobbyxng May 22, 2024
6032f96
Bug fixes.
bobbyxng May 22, 2024
7bd83b4
Updated default config
bobbyxng May 22, 2024
d30ad7f
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] May 22, 2024
739a406
Merge branch 'PyPSA:master' into osm-network-fast
bobbyxng May 24, 2024
f2761a2
Removed overpass from required packages. Not needed anymore.
bobbyxng May 24, 2024
c71a3b9
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] May 24, 2024
ff882e6
Added links_relations (route = power, frequency = 0) to retrieval. Th…
bobbyxng May 24, 2024
e16ba57
Merge branch 'osm-network-fast' of https://github.com/bobbyxng/pypsa-…
bobbyxng May 24, 2024
0c0aff7
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] May 24, 2024
8c96cc0
Merge branch 'PyPSA:master' into osm-network-fast
bobbyxng May 24, 2024
9c4dd31
Merge branch 'PyPSA:master' into osm-network-fast
bobbyxng May 28, 2024
ea9b383
Work-in-progress clean_osm_data
bobbyxng May 28, 2024
055699b
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] May 28, 2024
b35d1ca
Merge branch 'PyPSA:master' into osm-network-fast
bobbyxng May 30, 2024
2b9d698
Added clean links output to clean_osm_data. Script uses OSM relations…
bobbyxng May 31, 2024
ff2b839
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] May 31, 2024
24aa2e0
New code for integrating HVDC links. Using relations. Base network im…
bobbyxng Jun 3, 2024
d4c74fc
New code for integrating HVDC links. Using relations. Base network im…
bobbyxng Jun 3, 2024
f9e3eec
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jun 3, 2024
212ac84
Merge branch 'PyPSA:master' into osm-network-fast
bobbyxng Jun 4, 2024
aeb80a2
removed manual line dropping.
bobbyxng Jun 4, 2024
637d28c
Updated clean script
bobbyxng Jun 6, 2024
f5e5171
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jun 6, 2024
3bebcc0
reverted Snakefile to default: sync settings
bobbyxng Jun 6, 2024
b44d669
Merge branch 'PyPSA:master' into osm-network-fast
bobbyxng Jun 6, 2024
a2ee16f
added prebuilt functionality.
bobbyxng Jun 6, 2024
10b5146
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jun 6, 2024
38de271
Updated build_electricity.smk to work with scenario management.
bobbyxng Jun 7, 2024
bb55ad7
removed commented-out code.
bobbyxng Jun 7, 2024
a629dba
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jun 7, 2024
3e2f7d3
removed commented-out code.
bobbyxng Jun 10, 2024
e712735
Consolidated base_network scripts to single script for gridkit, osm-r…
bobbyxng Jun 10, 2024
6469ff4
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jun 10, 2024
221b165
Fixed bug in pdf export by substituting pdf export with svg.
bobbyxng Jun 11, 2024
9bcdbc0
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jun 11, 2024
0a39ce1
Merge branch 'PyPSA:master' into osm-network-fast
bobbyxng Jun 11, 2024
afb9e52
Bug-fix Snakefile
bobbyxng Jun 11, 2024
878a8b6
Merge branch 'PyPSA:master' into osm-network-fast
bobbyxng Jun 12, 2024
c1d6461
Merge branch 'PyPSA:master' into osm-network-fast
bobbyxng Jun 17, 2024
3d2169a
dropped not needed columns from build_osm_network.
bobbyxng Jun 17, 2024
f2bd9bf
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jun 17, 2024
10643cd
Merge branch 'PyPSA:master' into osm-network-fast
bobbyxng Jun 18, 2024
acda4c4
Updated build_shapes, config.default and clean_osm_data.
bobbyxng Jun 18, 2024
777f7ea
pre-commit changes.
bobbyxng Jun 18, 2024
58e5129
test
bobbyxng Jun 19, 2024
917c52c
Added initial prepare_osm_network_release.py script
bobbyxng Jun 19, 2024
2163edd
Merge branch 'PyPSA:master' into osm-network-fast
bobbyxng Jun 20, 2024
f2c8676
Merge branch 'PyPSA:master' into osm-network-fast
bobbyxng Jun 20, 2024
2a3ad5c
Finalised prepare_osm_network_release script to build clean and stabl…
bobbyxng Jun 21, 2024
38ee3da
Added new rules/development.smk
bobbyxng Jun 21, 2024
7ed45d2
Merge branch 'PyPSA:master' into osm-network-fast
bobbyxng Jun 21, 2024
0d9ba2e
Updated clean_osm_data to add substation_centroid to linestrings
bobbyxng Jun 25, 2024
c818cd9
Updated clean_osm_data to add substation_centroid to linestrings
bobbyxng Jun 25, 2024
af3b415
Updated clean_osm_data to add substation_centroid to linestrings
bobbyxng Jun 25, 2024
45bccfc
Updated clean_osm_data to add substation_centroid to linestrings
bobbyxng Jun 25, 2024
0db49f2
Added osm-prebuilt functionality and zenodo sandbox repository.
bobbyxng Jun 25, 2024
ee2e025
Merge branch 'PyPSA:master' into osm-network-fast
bobbyxng Jul 2, 2024
4bd4a65
Merge branch 'PyPSA:master' into osm-network-fast
bobbyxng Jul 5, 2024
c748e4a
Merge remote-tracking branch 'upstream/master' into osm-network-fast
bobbyxng Jul 10, 2024
0c7f2d9
Merge branch 'osm-network-fast' of https://github.com/bobbyxng/pypsa-…
bobbyxng Jul 10, 2024
4f4f7c6
Updated clean_osm_data to geopandas v.1.01
bobbyxng Jul 10, 2024
0b5a1fe
Made base_network and build_osm_network function more robust for empt…
bobbyxng Jul 10, 2024
e0ae315
Made base_network and build_osm_network function more robust for empt…
bobbyxng Jul 10, 2024
801daf5
Merge branch 'PyPSA:master' into osm-network-fast
bobbyxng Jul 11, 2024
69e66a5
Merge branch 'PyPSA:master' into osm-network-fast
bobbyxng Jul 12, 2024
2990299
Bug fix in base_network. Voltage level null is now kept (relevant e.g…
bobbyxng Jul 12, 2024
44aa963
Merge branch 'PyPSA:master' into osm-network-fast
bobbyxng Jul 14, 2024
c0e6e43
Merge with hcanges in upstream PR 1146. Fixing UA and MD.
bobbyxng Jul 15, 2024
5ca3ec5
Merge branch 'osm-network-fast' of https://github.com/bobbyxng/pypsa-…
bobbyxng Jul 15, 2024
84bf9ec
Updated Zenodo and fixed prepare_osm_network_release
bobbyxng Jul 15, 2024
7d96dd2
Updated osm network release.
bobbyxng Jul 15, 2024
d53e758
Merge branch 'PyPSA:master' into osm-network-fast
bobbyxng Jul 15, 2024
867de1e
Updated prepare osm network release.
bobbyxng Jul 15, 2024
3b0c924
Merge branch 'osm-network-fast' of https://github.com/bobbyxng/pypsa-…
bobbyxng Jul 15, 2024
69f9fa6
Merge branch 'PyPSA:master' into osm-network-fast
bobbyxng Jul 16, 2024
41dff32
Updated MD, UA scripts.
bobbyxng Jul 16, 2024
75f146c
Cleaned determine_availability_matrix_MD_UA.py, removed redundant code
bobbyxng Jul 16, 2024
44f4636
Bug fixes.
bobbyxng Jul 16, 2024
712c476
Bug fixes for UA MD scripts.
bobbyxng Jul 16, 2024
5071c29
Rename of build script.
bobbyxng Jul 16, 2024
d8941f2
Bug fix: only distribute load to buses with substation.
bobbyxng Jul 16, 2024
f234c9c
Updated zenodo sandbox repository.
bobbyxng Jul 17, 2024
f7d8992
Updated config.default
bobbyxng Jul 18, 2024
2f33785
Merge with master.
bobbyxng Jul 22, 2024
d5bb7f8
Merge branch 'PyPSA:master' into osm-network-fast
bobbyxng Jul 23, 2024
4c9a055
Cleaned config.default.yaml: Related settings grouped together and re…
bobbyxng Jul 23, 2024
306883f
Cleaned config.default.yaml: Related settings grouped together and re…
bobbyxng Jul 23, 2024
77ac356
Updated Zenodo repositories for OSM-prebuilt to offcial publication.
bobbyxng Jul 23, 2024
f671792
Updated configtables
bobbyxng Jul 30, 2024
5392e64
Merged with master
bobbyxng Jul 30, 2024
ff560ec
Merge branch 'PyPSA:master' into osm-network-fast
bobbyxng Aug 1, 2024
05aedb1
Merge branch 'PyPSA:master' into osm-network-fast
bobbyxng Aug 5, 2024
ce65d3d
Merge branch 'PyPSA:master' into osm-network-fast
bobbyxng Aug 5, 2024
b53249e
Merge branch 'PyPSA:master' into osm-network-fast
bobbyxng Aug 7, 2024
008df4b
Updated links.csv: Under_construction lines to in commission.
bobbyxng Aug 9, 2024
210ef80
Updated link 8394 and parameter_corrections: Continuation of North-Se…
bobbyxng Aug 9, 2024
d0c0e18
Merge branch 'PyPSA:master' into osm-network-fast
bobbyxng Aug 14, 2024
4144431
Merge branch 'PyPSA:master' into osm-network-fast
bobbyxng Aug 14, 2024
e33edfe
Major update: fix simplify_network, fix Corsica, updated build_osm_ne…
bobbyxng Aug 14, 2024
f6a5ecf
Merge branch 'PyPSA:master' into osm-network-fast
bobbyxng Aug 14, 2024
0ad15d9
Merge branch 'PyPSA:master' into osm-network-fast
bobbyxng Aug 14, 2024
b143f49
remove config backup
bobbyxng Aug 14, 2024
f87eec5
Bug fix: Carrier type of all supernodes corrected to 'AC'
bobbyxng Aug 15, 2024
e097fc4
Bug fix: Carrier type of all supernodes corrected to 'AC'
bobbyxng Aug 15, 2024
2864375
Merge remote-tracking branch 'origin/master' into osm-network-fast
bobbyxng Aug 19, 2024
864321e
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Aug 19, 2024
9b66345
Updated rules and base_network for compatibility with TYNDP projects.
bobbyxng Aug 19, 2024
dfcac7f
Merge branch 'osm-network-fast' of https://github.com/bobbyxng/pypsa-…
bobbyxng Aug 19, 2024
412acd8
Updated Zenodo repository and prebuilt network to include 150 kV HVDC…
bobbyxng Aug 19, 2024
1aa8b6c
Merge branch 'PyPSA:master' into osm-network-fast
bobbyxng Aug 20, 2024
f1526fb
Removed outdated config backup.
bobbyxng Aug 20, 2024
761d71c
Merge branch 'PyPSA:master' into osm-network-fast
bobbyxng Aug 21, 2024
7be5217
Implemented all comments from PR #1079. Cleaned up OSM implementation.
bobbyxng Aug 21, 2024
d3f439b
Merge branch 'osm-network-fast' of https://github.com/bobbyxng/pypsa-…
bobbyxng Aug 21, 2024
48c2cae
Bug fix: Added all voltages, 200 kV-750 kV, to default config.
bobbyxng Aug 21, 2024
89f0955
Cleaning and bugfixes.
bobbyxng Aug 21, 2024
07a7a64
Updated Zenodo repository to https://zenodo.org/records/13358976. Add…
bobbyxng Aug 22, 2024
6be527f
Apply suggestions from code review
fneum Aug 22, 2024
c7cfd45
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Aug 22, 2024
259b4ec
simplify_network: handle complicated transformer topologies
fneum Aug 22, 2024
e1d4b49
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Aug 22, 2024
cd9855f
syntax fix
fneum Aug 22, 2024
88c8faa
Merge branch 'osm-network-fast' of github.com:bobbyxng/pypsa-eur into…
fneum Aug 22, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated default config
  • Loading branch information
bobbyxng committed May 22, 2024
commit 7bd83b4fa14761ba8afedb2fcb61f8ff7d75ac64
146 changes: 73 additions & 73 deletions config/config.default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ private:
entsoe_api:

remote:
ssh: "z1"
path: "~/scratch/projects/pypsa-eur"
ssh: ""
path: ""

# docs in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#run
run:
prefix: ""
name: "europe-osm-update-hydro"
name: ""
scenarios:
enable: false
file: config/scenarios.yaml
Expand All @@ -40,15 +40,13 @@ scenario:
simpl:
- ''
ll:
- v1.0 # TODO mit und ohne Netzausbau v1.0
- vopt
clusters:
- 50
- 37
- 128
- 256
- 512
# - 1024
opts:
- 'Co2L0-25H'
- ''
sector_opts:
- ''
planning_horizons:
Expand All @@ -58,20 +56,7 @@ scenario:
- 2050

# docs in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#countries
# countries: ["NO"]
countries: ['AL', 'AT', 'BA', 'BE', 'BG', 'CH', 'CZ', 'DE', 'DK', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'HR', 'HU', 'IE', 'IT', 'LT', 'LU', 'LV', 'ME', 'MK', 'NL', 'NO', 'PL', 'PT', 'RO', 'RS', 'SE', 'SI', 'SK']
# countries: ['AL', 'AT', 'BA', 'BE', 'BG', 'CH', 'CZ', 'DE', 'DK', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'HR', 'HU', 'IE', 'IT', 'LT', 'LU', 'LV', 'ME', 'MD', 'MK', 'NL', 'NO', 'PL', 'PT', 'RO', 'RS', 'SE', 'SI', 'SK', 'UA']

# Settings related to the high-voltage electricity grid
electricity_network:
base_network: "osm" # "osm" or "gridkit"
build_osm_network: true # If 'true', the network will be built from scratch (retrieving OSM data, cleaning, and building) and stored under resources, 'false' will use snapshots in data/osm

build_osm_network: # Options of the build_osm_network script; osm = OpenStreetMap
group_tolerance_buses: 5000 # [m] (default 5000) Tolerance in meters of the close buses to merge
split_overpassing_lines: false # When True, lines overpassing buses are splitted and connected to the bueses
overpassing_lines_tolerance: 1 # [m] (default 1) Tolerance to identify lines overpassing buses
force_ac: false # When true, it forces all components (lines and substation) to be AC-only. To be used if DC assets create problem.

# docs in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#snapshots
snapshots:
Expand All @@ -81,19 +66,20 @@ snapshots:

# docs in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#enable
enable:
retrieve: true
retrieve: auto
prepare_links_p_nom: false
retrieve_databundle: true
retrieve_sector_databundle: true
retrieve_cost_data: true
build_cutout: false
retrieve_irena: false
retrieve_cutout: true
build_natura_raster: false
retrieve_natura_raster: true
custom_busmap: false
drop_leap_day: true

# Settings related to the high-voltage electricity grid
electricity_network:
base_network: "osm" # "osm" or "gridkit"
osm_group_tolerance_buses: 5000 # [m] (default 5000) Tolerance in meters of the close buses to merge

# docs in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#co2-budget
co2_budget:
2020: 0.701
Expand All @@ -106,7 +92,7 @@ co2_budget:

# docs in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#electricity
electricity:
voltages: [200., 220., 300., 380., 400., 500., 750.]
voltages: [200., 220., 300., 380., 500., 750.]
gaslimit_enable: false
gaslimit: false
co2limit_enable: false
Expand Down Expand Up @@ -142,7 +128,7 @@ electricity:
year: 2020
expansion_limit: false
technology_mapping:
Offshore: [offwind-ac, offwind-dc]
Offshore: [offwind-ac, offwind-dc, offwind-float]
Onshore: [onwind]
PV: [solar]

Expand Down Expand Up @@ -210,7 +196,7 @@ renewable:
luisa: false # [0, 5230]
natura: true
ship_threshold: 400
max_depth: 50
max_depth: 60
max_shore_distance: 30000
excluder_resolution: 200
clip_p_max_pu: 1.e-2
Expand All @@ -226,10 +212,28 @@ renewable:
luisa: false # [0, 5230]
natura: true
ship_threshold: 400
max_depth: 50
max_depth: 60
min_shore_distance: 30000
excluder_resolution: 200
clip_p_max_pu: 1.e-2
offwind-float:
cutout: europe-2013-era5
resource:
method: wind
turbine: NREL_ReferenceTurbine_5MW_offshore
# ScholzPhd Tab 4.3.1: 10MW/km^2
capacity_per_sqkm: 2
correction_factor: 0.8855
# proxy for wake losses
# from 10.1016/j.energy.2018.08.153
# until done more rigorously in #153
corine: [44, 255]
natura: true
ship_threshold: 400
excluder_resolution: 200
min_depth: 60
max_depth: 1000
clip_p_max_pu: 1.e-2
solar:
cutout: europe-2013-sarah
resource:
Expand Down Expand Up @@ -289,20 +293,26 @@ lines:
400.: "Al/St 240/40 4-bundle 380.0"
500.: "Al/St 240/40 4-bundle 380.0"
750.: "Al/St 560/50 4-bundle 750.0"
dc_types: # setting only for osm
dc_types:
200.: "HVDC XLPE 1000"
220.: "HVDC XLPE 1000"
250.: "HVDC XLPE 1000"
270.: "HVDC XLPE 1000"
285.: "HVDC XLPE 1000"
300.: "HVDC XLPE 1000"
750.: "HVDC XLPE 1000"
380.: "HVDC XLPE 1000"
320.: "HVDC XLPE 1000"
350.: "HVDC XLPE 1000"
380.: "HVDC Oil filled 1400"
400.: "HVDC XLPE 1000"
500.: "HVDC XLPE 1000"
450.: "HVDC XLPE 1000"
515.: "HVDC XLPE 1000"
525.: "HVDC XLPE 1000"
600.: "HVDC XLPE 1000"
s_max_pu: 0.7
s_nom_max: .inf
max_extension: 20000 #MW
length_factor: 1.25
reconnect_crimea: true
under_construction: 'zero' # 'zero': set capacity to zero, 'remove': remove, 'keep': with full capacity
under_construction: 'keep' # 'zero': set capacity to zero, 'remove': remove, 'keep': with full capacity
dynamic_line_rating:
activate: false
cutout: europe-2013-era5
Expand All @@ -315,7 +325,7 @@ links:
p_max_pu: 1.0
p_nom_max: .inf
max_extension: 30000 #MW
include_tyndp: false
include_tyndp: true
under_construction: 'zero' # 'zero': set capacity to zero, 'remove': remove, 'keep': with full capacity

# docs in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#transformers
Expand Down Expand Up @@ -578,7 +588,7 @@ sector:
- nearshore # within 50 km of sea
# - offshore
ammonia: false
min_part_load_fischer_tropsch: 0.7
min_part_load_fischer_tropsch: 0.5
min_part_load_methanolisation: 0.3
min_part_load_methanation: 0.3
use_fischer_tropsch_waste_heat: true
Expand Down Expand Up @@ -696,6 +706,9 @@ industry:
2040: 0.12
2045: 0.16
2050: 0.20
HVC_environment_sequestration_fraction: 0.
waste_to_energy: false
waste_to_energy_cc: false
sector_ratios_fraction_future:
2020: 0.0
2025: 0.1
Expand Down Expand Up @@ -829,7 +842,7 @@ solving:

solver_options:
highs-default:
# refer to https://ergo-code.github.io/HiGHS/options/definitions.html#solver
# refer to https://ergo-code.github.io/HiGHS/dev/options/definitions/
threads: 4
solver: "ipm"
run_crossover: "off"
Expand Down Expand Up @@ -882,58 +895,39 @@ solving:
cbc-default: {} # Used in CI
glpk-default: {} # Used in CI

mem_mb: 100000 #memory in MB; 20 GB enough for 50+B+I+H2; 100 GB for 181+B+I+H2
runtime: 12h #runtime in humanfriendly style https://humanfriendly.readthedocs.io/en/latest/
mem_mb: 30000 #memory in MB; 20 GB enough for 50+B+I+H2; 100 GB for 181+B+I+H2
runtime: 6h #runtime in humanfriendly style https://humanfriendly.readthedocs.io/en/latest/


# docs in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#plotting

plotting:
map:
boundaries:
eu_node_location:
x: -5.5
y: 46.
# costs_max: 1000
# costs_threshold: 0.0000001
# energy_max:
# energy_min:
# energy_threshold: 0.000001
boundaries: [-11, 30, 34, 71]
color_geomap:
ocean: white
land: white
projection:
name: "EqualEarth"
# See https://scitools.org.uk/cartopy/docs/latest/reference/projections.html for alternatives, for example:
# name: "LambertConformal"
# central_longitude: 10.
# central_latitude: 50.
# standard_parallels: [35, 65]

# plotting:
# map:
# boundaries: [-11, 30, 34, 71]
# color_geomap:
# ocean: white
# land: white
# projection:
# name: "EqualEarth"
# # See https://scitools.org.uk/cartopy/docs/latest/reference/projections.html for alternatives, for example:
# # name: "LambertConformal"
# # central_longitude: 10.
# # central_latitude: 50.
# # standard_parallels: [35, 65]
# eu_node_location:
# x: -5.5
# y: 46.
# costs_max: 1000
# costs_threshold: 1
# energy_max: 20000
# energy_min: -20000
# energy_threshold: 50.
eu_node_location:
x: -5.5
y: 46.
costs_max: 1000
costs_threshold: 1
energy_max: 20000
energy_min: -20000
energy_threshold: 50.

nice_names:
OCGT: "Open-Cycle Gas"
CCGT: "Combined-Cycle Gas"
offwind-ac: "Offshore Wind (AC)"
offwind-dc: "Offshore Wind (DC)"
offwind-float: "Offshore Wind (Floating)"
onwind: "Onshore Wind"
solar: "Solar"
PHS: "Pumped Hydro Storage"
Expand All @@ -958,6 +952,9 @@ plotting:
offwind-dc: "#74c6f2"
offshore wind (DC): "#74c6f2"
offshore wind dc: "#74c6f2"
offwind-float: "#b5e2fa"
offshore wind (Float): "#b5e2fa"
offshore wind float: "#b5e2fa"
# water
hydro: '#298c81'
hydro reservoir: '#298c81'
Expand Down Expand Up @@ -1216,3 +1213,6 @@ plotting:
DC-DC: "#8a1caf"
DC link: "#8a1caf"
load: "#dd2e23"
waste CHP: '#e3d37d'
waste CHP CC: '#e3d3ff'
HVC to air: 'k'
Loading