add missing wildcards for benchmarks, add new input data for district heating share
This commit is contained in:
parent
c3f554e442
commit
2e336e5e70
@ -223,7 +223,7 @@ rule build_industrial_production_per_country_tomorrow:
|
||||
industrial_production_per_country_tomorrow="resources/industrial_production_per_country_tomorrow_{planning_horizons}.csv"
|
||||
threads: 1
|
||||
resources: mem_mb=1000
|
||||
benchmark: "benchmarks/build_industrial_production_per_country_tomorrow"
|
||||
benchmark: "benchmarks/build_industrial_production_per_country_tomorrow_{planning_horizons}"
|
||||
script: 'scripts/build_industrial_production_per_country_tomorrow.py'
|
||||
|
||||
|
||||
@ -248,7 +248,7 @@ rule build_industrial_production_per_node:
|
||||
industrial_production_per_node="resources/industrial_production_elec_s{simpl}_{clusters}_{planning_horizons}.csv"
|
||||
threads: 1
|
||||
resources: mem_mb=1000
|
||||
benchmark: "benchmarks/build_industrial_production_per_node/s{simpl}_{clusters}"
|
||||
benchmark: "benchmarks/build_industrial_production_per_node/s{simpl}_{clusters}_{planning_horizons}"
|
||||
script: 'scripts/build_industrial_production_per_node.py'
|
||||
|
||||
|
||||
@ -261,7 +261,7 @@ rule build_industrial_energy_demand_per_node:
|
||||
industrial_energy_demand_per_node="resources/industrial_energy_demand_elec_s{simpl}_{clusters}_{planning_horizons}.csv"
|
||||
threads: 1
|
||||
resources: mem_mb=1000
|
||||
benchmark: "benchmarks/build_industrial_energy_demand_per_node/s{simpl}_{clusters}"
|
||||
benchmark: "benchmarks/build_industrial_energy_demand_per_node/s{simpl}_{clusters}_{planning_horizons}"
|
||||
script: 'scripts/build_industrial_energy_demand_per_node.py'
|
||||
|
||||
|
||||
@ -323,6 +323,7 @@ rule prepare_sector_network:
|
||||
transport_name='resources/transport_data.csv',
|
||||
traffic_data_KFZ = "data/emobility/KFZ__count",
|
||||
traffic_data_Pkw = "data/emobility/Pkw__count",
|
||||
dh_share = "data/district_heat_share.csv",
|
||||
biomass_potentials='resources/biomass_potentials.csv',
|
||||
heat_profile="data/heat_load_profile_BDEW.csv",
|
||||
costs=CDIR + "costs_{planning_horizons}.csv",
|
||||
|
Loading…
Reference in New Issue
Block a user