Merge branch 'master' into industry-pathway

This commit is contained in:
Fabian Neumann 2024-02-16 15:15:27 +01:00 committed by GitHub
commit e9174d4f14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

View File

@ -539,8 +539,8 @@ sector:
efficiency_static: 0.98
efficiency_per_1000km: 0.977
H2 pipeline:
efficiency_per_1000km: 1 # 0.979
compression_per_1000km: 0.019
efficiency_per_1000km: 1 # 0.982
compression_per_1000km: 0.018
gas pipeline:
efficiency_per_1000km: 1 #0.977
compression_per_1000km: 0.01

View File

@ -903,5 +903,9 @@ if __name__ == "__main__":
sanitize_carriers(n, snakemake.config)
# set locations and units of electricity buses
n.buses["location"] = n.buses.index
n.buses["unit"] = "MWh_el"
n.meta = snakemake.config
n.export_to_netcdf(snakemake.output[0])