Skip to content

Commit

Permalink
Adds LCIs of biochar, enhanced weathering of rock and ocean liming.
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Dec 12, 2024
1 parent 80ba395 commit 14d9cf0
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 0 deletions.
Binary file modified premise/data/additional_inventories/lci-ESU-oil-and-gas.xlsx
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 2 additions & 0 deletions premise/data/utils/export/correspondence_biosphere_flows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ natural resource:
Vanadium: Vanadium, in ground
Iron, 72% in magnetite, 14% in crude ore: Iron, 72% in magnetite, 14% in crude ore, in ground
TiO2, 54% in ilmenite, 18% in crude ore: TiO2, 54% in ilmenite, 18% in crude ore, in ground
Calcite: Calcite, in ground
Olivine: Olivine, in ground


soil:
Expand Down
6 changes: 6 additions & 0 deletions premise/new_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,9 @@
FILEPATH_PV_GAAS = INVENTORY_DIR / "lci-PV-GaAs.xlsx"
FILEPATH_PV_PEROVSKITE = INVENTORY_DIR / "lci-PV-perovskite.xlsx"
FILEPATH_BATTERY_CAPACITY = INVENTORY_DIR / "lci-battery-capacity.xlsx"
FILEPATH_BIOCHAR = INVENTORY_DIR / "lci-biochar-spruce.xlsx"
FILEPATH_ENHANCED_WEATHERING = INVENTORY_DIR / "lci-coastal-enhanced-weathering.xlsx"
FILEPATH_OCEAN_LIMING = INVENTORY_DIR / "lci-ocean-liming.xlsx"

config = load_constants()

Expand Down Expand Up @@ -793,6 +796,9 @@ def __import_inventories(self) -> List[dict]:
(FILEPATH_RAIL_FREIGHT, "3.9"),
(FILEPATH_PV_GAAS, "3.10"),
(FILEPATH_PV_PEROVSKITE, "3.10"),
(FILEPATH_BIOCHAR, "3.10"),
(FILEPATH_OCEAN_LIMING, "3.10"),
(FILEPATH_ENHANCED_WEATHERING, "3.10"),
]
for filepath in filepaths:
# make an exception for FILEPATH_OIL_GAS_INVENTORIES
Expand Down

0 comments on commit 14d9cf0

Please sign in to comment.