Skip to content

Commit

Permalink
add missing param in snakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
hazemakhalek committed Jul 17, 2024
1 parent 3233fa7 commit 3219a68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ rule build_base_energy_totals:
update_data=config["demand_data"]["update_data"],
base_year=config["demand_data"]["base_year"],
countries=config["countries"],
shift_coal_to_elec=snakemake.config["sector"]["coal"]["shift_to_elec"]
input:
unsd_paths="data/demand/unsd/paths/Energy_Statistics_Database.xlsx",
output:
Expand Down Expand Up @@ -731,6 +732,7 @@ rule build_base_industry_totals: #default data
base_year=config["demand_data"]["base_year"],
countries=config["countries"],
other_industries=config["demand_data"]["other_industries"],
industry_config = snakemake.config["industry"]
input:
#industrial_production_per_country="data/industrial_production_per_country.csv",
#unsd_path="data/demand/unsd/data/",
Expand Down

0 comments on commit 3219a68

Please sign in to comment.