Skip to content

Commit

Permalink
Add germanium proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarojhahn committed Jul 13, 2023
1 parent 0241716 commit 65e3a7b
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 2 deletions.
Binary file modified dev/BGS_mapping.xlsx
Binary file not shown.
Binary file modified premise/data/additional_inventories/lci-PGM.xlsx
Binary file not shown.
Binary file modified premise/data/additional_inventories/lci-rhenium.xlsx
Binary file not shown.
27 changes: 26 additions & 1 deletion premise/data/utils/export/correspondence_biosphere_flows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ air:
Cesium-134: Caesium-134
Cesium-136: Caesium-136
Beryllium: Beryllium II
VOC, volatile organic compounds, unspecified origin: VOC, volatile organic compounds

natural resource:
Iridium: Iridium, in ground
Expand All @@ -64,6 +65,26 @@ natural resource:
Iridium, in ground: Iridium
Iron, 72% in magnetite, 14% in crude ore, in ground: Iron, 72% in magnetite, 14% in crude ore
Vanadium, in ground: Vanadium
Aluminium, in ground: Aluminium
Barium, in ground: Barium
Cadmium, in ground: Cadmium
Calcium, in ground: Calcium
Chromium, in ground: Chromium
Dolomite, in ground: Dolomite
Iron, in ground: Iron
Lead, in ground: Lead
Magnesium, in ground: Magnesium
Manganese, in ground: Manganese
Mercury, in ground: Mercury
Phosphorus, in ground: Phosphorus
Potassium, in ground: Potassium
Sand, unspecified, in ground: Sand, unspecified
Sodium, in ground: Sodium
Strontium, in ground: Strontium
Sulfur, in ground: Sulfur
Titanium, in ground: Titanium
Zinc, in ground: Zinc
Germanium, in ground: Germanium

soil:
Cyfluthrin: Beta-cyfluthrin
Expand All @@ -80,6 +101,7 @@ soil:
Carfentrazone ethyl ester: Carfentrazone-ethyl
Iprodion: Iprodione
Quizalofop ethyl ester: Quizalofop-ethyl
Manganese: Manganese II


water:
Expand Down Expand Up @@ -111,4 +133,7 @@ water:
Cesium-134: Caesium-134
Cesium-136: Caesium-136
Cobalt: Cobalt II
Tin, ion: Tin ion
Tin, ion: Tin ion
Antimony: Antimony ion
Selenium: Selenium IV
Thallium: Thallium I
4 changes: 3 additions & 1 deletion premise/ecoinvent_modification.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@
FILEPATH_RHENIUM = INVENTORY_DIR / "lci-rhenium.xlsx"
FILEPATH_PGM = INVENTORY_DIR / "lci-PGM.xlsx"
FILEPATH_VANADIUM = INVENTORY_DIR / "lci-vanadium.xlsx"
FILEPATH_GERMANIUM = INVENTORY_DIR / 'lci-germanium.xlsx'

config = load_constants()

Expand Down Expand Up @@ -625,7 +626,7 @@ def __import_inventories(self, keep_uncertainty_data: bool = False) -> List[dict
# file path and original ecoinvent version
data = []
filepaths = [
(FILEPATH_RHENIUM, "3.8"),
(FILEPATH_RHENIUM, "3.9"),
(FILEPATH_PGM, "3.8"),
(FILEPATH_OIL_GAS_INVENTORIES, "3.7"),
(FILEPATH_CARMA_INVENTORIES, "3.5"),
Expand Down Expand Up @@ -653,6 +654,7 @@ def __import_inventories(self, keep_uncertainty_data: bool = False) -> List[dict
(FILEPATH_SYNGAS_INVENTORIES, "3.9"),
(FILEPATH_SYNGAS_FROM_COAL_INVENTORIES, "3.7"),
(FILEPATH_VANADIUM, "3.8"),
(FILEPATH_GERMANIUM,"3.9"),
(FILEPATH_BIOFUEL_INVENTORIES, "3.7"),
(FILEPATH_SYNFUEL_INVENTORIES, "3.7"),
(
Expand Down

0 comments on commit 65e3a7b

Please sign in to comment.