Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 17, 2023
1 parent 56c97af commit ef8ccfd
Show file tree
Hide file tree
Showing 3 changed files with 289 additions and 97 deletions.
4 changes: 3 additions & 1 deletion Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -233,14 +233,16 @@ rule prepare_heat_data:
script:
"scripts/prepare_heat_data.py"


rule build_base_energy_totals:
input:
unsd_paths="/nfs/home/haz43975/pypsa-earth-sec/scripts/Energy_Statistics_Database.xlsx"
unsd_paths="/nfs/home/haz43975/pypsa-earth-sec/scripts/Energy_Statistics_Database.xlsx",
output:
energy_totals_base="data/energy_totals_base.csv",
script:
"scripts/build_energy_totals.py"


rule build_solar_thermal_profiles:
input:
pop_layout_total="resources/population_shares/pop_layout_total.nc",
Expand Down
2 changes: 1 addition & 1 deletion config.default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ countries: ['MA']
demand_data:
update_data: true
base_year: 2019

H2_network: false
H2_network_limit: 2000 #GWkm

Expand Down
Loading

0 comments on commit ef8ccfd

Please sign in to comment.