From 0b7492a2186ae72dfe7c9aede157642a320be1d0 Mon Sep 17 00:00:00 2001 From: Florian Maczek Date: Wed, 18 Dec 2024 12:15:10 +0100 Subject: [PATCH] Add industry material stocks --- .../variable/industry/material_stock.yaml | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 definitions/variable/industry/material_stock.yaml diff --git a/definitions/variable/industry/material_stock.yaml b/definitions/variable/industry/material_stock.yaml new file mode 100644 index 0000000..eacebca --- /dev/null +++ b/definitions/variable/industry/material_stock.yaml @@ -0,0 +1,27 @@ +# Material stocks by commodity +- Material Stock|Iron and Steel|Steel: + description: Material stock of steel + unit: Mt +- Material Stock|Non-Metallic Minerals|Cement: + description: Material stock of cement + unit: Mt +- Material Stock|Non-Ferrous Metals|Aluminum: + description: Material stock of aluminum + unit: Mt +- Material Stock|Non-Ferrous Metals|Copper: + description: Material stock of copper + unit: Mt + +# Material stocks by commodity and consumption sector +- Material Stock|Iron and Steel|Steel|{Demand Sector}: + description: Material stock of steel in the {Demand Sector} + unit: Mt +- Material Stock|Non-Metallic Minerals|Cement|{Demand Sector}: + description: Material stock of cement in the {Demand Sector} + unit: Mt +- Material Stock|Non-Ferrous Metals|Aluminum|{Demand Sector}: + description: Material stock of aluminum in the {Demand Sector} + unit: Mt +- Material Stock|Non-Ferrous Metals|Copper|{Demand Sector}: + description: Material stock of copper in the {Demand Sector} + unit: Mt