Skip to content

Commit

Permalink
Merge pull request #359 from rl-institut/fix/zenodo
Browse files Browse the repository at this point in the history
Fix/zenodo
  • Loading branch information
MaGering authored Jan 31, 2024
2 parents a2cb912 + 2eef833 commit 54b491f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion oemof_b3/config/labels/de.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# oil: Öl Raises error as "oil" is in "boiler" -> duplicate mappings
oil: Öl
oil-gt: Oil GT
oil-gt: Öl GT
biomass: Biomasse
biomass-gt: Biomasse GT
biomass-st: Biomasse DT
Expand Down
1 change: 1 addition & 0 deletions oemof_b3/config/labels/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ hydro-ror: Hydro ROR
solar-pv: PV
wind-onshore: Wind on
oil: Oil
oil-gt: Oil gas turbine
2 changes: 1 addition & 1 deletion snakemake_rules/prepare_resource.smk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ rule download_raw_data:

rule download_zenodo:
params:
url="https://zenodo.org/record/7533832/files/oemof-B3-raw-data.zip",
url="https://zenodo.org/record/8364204/files/oemof-B3-raw-data.zip",
raw="raw"
output: "raw/oemof-B3-raw-data.zip"
shell: "python scripts/download_raw.py {params.url} {output}"
Expand Down

0 comments on commit 54b491f

Please sign in to comment.