Skip to content

Commit

Permalink
Merge pull request #392 from calliope-project/pr-390-file-rename-helper
Browse files Browse the repository at this point in the history
Rename heat profile generation script
  • Loading branch information
brynpickering committed Jun 7, 2024
2 parents f929d09 + a63eeb9 commit 82b5ed5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rules/heat.smk
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ rule population_per_weather_gridbox:
script: "../scripts/heat/population_per_gridbox.py"


rule gridded_unscaled_heat_profiles:
rule unscaled_heat_profiles:
message: "Generate gridded heat demand profile shapes for {wildcards.year} from weather and population data"
input:
population = rules.population_per_weather_gridbox.output[0],
Expand All @@ -113,4 +113,4 @@ rule gridded_unscaled_heat_profiles:
lon_name = "lon",
conda: "../envs/default.yaml"
output: "build/data/{resolution}/gridded_hourly_unscaled_heat_demand_{year}.nc"
script: "../scripts/heat/gridded_unscaled_heat_profiles.py"
script: "../scripts/heat/unscaled_heat_profiles.py"
File renamed without changes.

0 comments on commit 82b5ed5

Please sign in to comment.