Snakefile: add transport input data to rule prepare_sector_network

This commit is contained in:
lisazeyen 2020-10-20 12:59:19 +02:00
parent b4f1c570d6
commit cdaa4587ad

View File

@ -305,6 +305,7 @@ rule prepare_sector_network:
heat_demand_urban="resources/heat_demand_urban_{network}_s{simpl}_{clusters}.nc",
heat_demand_rural="resources/heat_demand_rural_{network}_s{simpl}_{clusters}.nc",
heat_demand_total="resources/heat_demand_total_{network}_s{simpl}_{clusters}.nc",
traffic_data = "data/emobility/",
temp_soil_total="resources/temp_soil_total_{network}_s{simpl}_{clusters}.nc",
temp_soil_rural="resources/temp_soil_rural_{network}_s{simpl}_{clusters}.nc",
temp_soil_urban="resources/temp_soil_urban_{network}_s{simpl}_{clusters}.nc",