From 42eda384d61fdb9a1855ecc1661c102d42a93ebf Mon Sep 17 00:00:00 2001 From: Florian Maczek Date: Wed, 18 Dec 2024 12:10:38 +0100 Subject: [PATCH] Add industry material demands and required tags --- definitions/variable/industry/demand.yaml | 33 +++++++++++++ .../industry/tag_chemical_commodities.yaml | 46 +++++++++++++++++++ .../variable/industry/tag_demand_sectors.yaml | 15 ++++++ .../industry/tag_generation_technologies.yaml | 15 ++++++ 4 files changed, 109 insertions(+) create mode 100644 definitions/variable/industry/demand.yaml create mode 100644 definitions/variable/industry/tag_chemical_commodities.yaml create mode 100644 definitions/variable/industry/tag_demand_sectors.yaml create mode 100644 definitions/variable/industry/tag_generation_technologies.yaml diff --git a/definitions/variable/industry/demand.yaml b/definitions/variable/industry/demand.yaml new file mode 100644 index 0000000..05afe22 --- /dev/null +++ b/definitions/variable/industry/demand.yaml @@ -0,0 +1,33 @@ +# material demand by commodity +- Demand|Iron and Steel|Steel: + description: Demand of steel commodities + unit: Mt/yr +- Demand|Non-Metallic Minerals|Cement: + description: Demand of cement + unit: Mt/yr +- Demand|Non-Ferrous Metals|Aluminum: + description: Demand of aluminum + unit: Mt/yr +- Demand|Non-Ferrous Metals|Copper: + description: Demand of copper + unit: Mt/yr +- Demand|Chemicals|{Chemicals Commodity}: + description: Demand of {Chemicals Commodity} + unit: Mt/yr + +# material demand by commodity and demand sector +- Demand|Iron and Steel|Steel|{Demand Sector}: + description: Demand of steel commodities in {Demand Sector} + unit: Mt/yr +- Demand|Non-Metallic Minerals|Cement|{Demand Sector}: + description: Demand of cement in {Demand Sector} + unit: Mt/yr +- Demand|Non-Ferrous Metals|Aluminum|{Demand Sector}: + description: Demand of aluminum in {Demand Sector} + unit: Mt/yr +- Demand|Non-Ferrous Metals|Copper|{Demand Sector}: + description: Demand of copper in {Demand Sector} + unit: Mt/yr +- Demand|Chemicals|{Chemicals Commodity}|{Demand Sector}: + description: Demand of {Chemicals Commodity} in {Demand Sector} + unit: Mt/yr diff --git a/definitions/variable/industry/tag_chemical_commodities.yaml b/definitions/variable/industry/tag_chemical_commodities.yaml new file mode 100644 index 0000000..3692581 --- /dev/null +++ b/definitions/variable/industry/tag_chemical_commodities.yaml @@ -0,0 +1,46 @@ +- Chemicals Commodity: + - Ammonia: + description: ammonia (NH3), precursor chemical for nitrogen fertilisers + tier: "1" + - Nitrogen Fertilizer: + description: single-nutrient nitrogen fertilizers and nitrogen containing + multi-nutrient fertilizers + tier: "2" + - High-Value Chemicals: + description: high-value chemicals, a group of primary chemicals consisting of + ethylene, propylene, butylenes and aromatics + tier: "1" + navigate: High Value Chemicals + engage: High Value Chemicals + - High-Value Chemicals|Ethylene: + description: ethylene, most important precursor for synthetic plastics + tier: "2" + - High-Value Chemicals|Propylene: + description: propylene, second most important precursor for synthetic plastics + tier: "2" + - High-Value Chemicals|BTX: + description: the aromatic compounds Benzene, Toluene and the three xylene isomers (BTX) + tier: "2" + - Plastics: + description: plastics + tier: "1" + - Plastics|Primary: + description: plastics, produced from virgin feedstocks + tier: "2" + navigate: Plastics|Primary Plastics + engage: Plastics|Primary Plastics + - Plastics|Secondary: + description: plastics, produced in recycling processes + tier: "2" + navigate: Plastics|Secondary Plastics + engage: Plastics|Secondary Plastics + - Methanol: + description: methanol, used as precursor for various chemicals and fuels + tier: "1" + - Formaldehyde: + description: formaldehyde, mainly used to produce resins + tier: "3" + - Formaldehyde Resins: + description: thermosetting resins, produced by polymerizing urea, phenol and/or + melamine with formaldehyde + tier: "3" diff --git a/definitions/variable/industry/tag_demand_sectors.yaml b/definitions/variable/industry/tag_demand_sectors.yaml new file mode 100644 index 0000000..3448405 --- /dev/null +++ b/definitions/variable/industry/tag_demand_sectors.yaml @@ -0,0 +1,15 @@ +- Demand Sector: + - Electricity: + description: electricity generation sector + - Electricity|{Generation Technology}: + description: electricity generation with {Generation Technology} + - Electricity|Transmission and Distribution: + description: electricity transmission and distribution + - Transportation: + description: transport sector + - Residential: + description: residential sector + - Commercial: + description: commercial sector + - Infrastructure|Mobility: + description: mobility infrastructure diff --git a/definitions/variable/industry/tag_generation_technologies.yaml b/definitions/variable/industry/tag_generation_technologies.yaml new file mode 100644 index 0000000..8bbaf0f --- /dev/null +++ b/definitions/variable/industry/tag_generation_technologies.yaml @@ -0,0 +1,15 @@ +- Generation Technology: + - Nuclear: + description: nuclear power plants + - Solar: + description: solar PV + - Wind: + description: wind power plants + - Gas: + description: gas power plants + - Coal: + description: coal power plants + - Biomass: + description: biomass power plants + - Hydro: + description: hydro power plants