diff --git a/oemof_b3/config/labels/de.yml b/oemof_b3/config/labels/de.yml index 3583f16a..c52e94f7 100644 --- a/oemof_b3/config/labels/de.yml +++ b/oemof_b3/config/labels/de.yml @@ -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 diff --git a/oemof_b3/config/labels/en.yml b/oemof_b3/config/labels/en.yml index 5e4a5011..dee0c723 100644 --- a/oemof_b3/config/labels/en.yml +++ b/oemof_b3/config/labels/en.yml @@ -44,3 +44,4 @@ hydro-ror: Hydro ROR solar-pv: PV wind-onshore: Wind on oil: Oil +oil-gt: Oil gas turbine diff --git a/snakemake_rules/prepare_resource.smk b/snakemake_rules/prepare_resource.smk index d334f365..1584cfe9 100644 --- a/snakemake_rules/prepare_resource.smk +++ b/snakemake_rules/prepare_resource.smk @@ -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}"