Skip to content

Commit

Permalink
Merge pull request #231 from pypsa-meets-earth/airports_workflow
Browse files Browse the repository at this point in the history
add the airports workflow
  • Loading branch information
Eddy-JV authored Sep 1, 2023
2 parents 8c00f96 + 2cebbad commit 99ac2ea
Show file tree
Hide file tree
Showing 5 changed files with 136 additions and 174 deletions.
8 changes: 8 additions & 0 deletions Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,14 @@ rule prepare_ports:
"scripts/prepare_ports.py"


rule prepare_airports:
output:
ports="data/airports.csv",
# TODO move from data to resources
script:
"scripts/prepare_airports.py"


rule prepare_sector_network:
input:
network=RDIR
Expand Down
4 changes: 4 additions & 0 deletions config.default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,10 @@ sector:
cc_fraction: 0.9
cc: true
space_heat_share: 0.6 # the share of space heating from all heating. Remainder goes to water heating.
airport_sizing_factor: 3



conventional_generation: # generator : carrier
OCGT: gas
#Gen_Test: oil # Just for testing purposes
Expand Down
Loading

0 comments on commit 99ac2ea

Please sign in to comment.