Documentation Index
Fetch the complete documentation index at: https://docs.mangrovesystems.com/llms.txt
Use this file to discover all available pages before exploring further.
- Identify the three categories of LCA emissions in carbon projects
- Understand why net carbon removal requires deducting emissions
- Map emission sources to event types and model inputs
- Calculate process emissions using emission factors
Why LCA matters
Without LCA, a project could claim carbon removal without accounting for the carbon it emitted during operations. This would overstate the real climate benefit. Methodologies require LCA because:- Verifiers need it. Auditors check that reported net removals account for all material emission sources.
- Registries mandate it. Standards bodies like Isometric, Puro.earth, and CARB require LCA calculations as part of their quantification methodology.
- It ensures credibility. Net carbon figures that account for emissions are defensible and trustworthy in the carbon market.
The three emission categories
Process Emissions
- Electricity for pyrolysis
- Propane/natural gas for heating
- On-site equipment fuel
- Water treatment energy
Embodied Emissions
- Pyrolysis reactor manufacturing
- Facility construction
- Major equipment replacement
- Typically amortized over 10-20 years
Upstream Emissions
- Feedstock collection and transport
- Feedstock processing/preparation
- Supply chain logistics
- Raw material extraction
Mapping emissions to Mangrove
Each emission source becomes either an event type (for variable data) or a static input (for fixed factors).Event types for emission data
| Event Type | Example Datapoints | Cadence |
|---|---|---|
| Energy Consumption | Electricity (kWh), propane (gallons), date range | Monthly |
| Transportation | Distance (km), fuel type, vehicle type, delivery ID | Per-trip |
Static inputs for emission factors
| Static Input | Value | Unit |
|---|---|---|
| Grid emission factor | 0.417 | kg CO2e/kWh |
| Propane emission factor | 5.72 | kg CO2e/gallon |
| Diesel emission factor | 2.68 | kg CO2e/liter |
| Embodied emissions (amortized) | 50 | tCO2e/year |
Calculating process emissions
Process emissions are the most common LCA component. Here’s how each is calculated:Electricity emissions
electricity_emissions = kWh × grid_emission_factorExample: 10,000 kWh × 0.417 kg/kWh = 4,170 kg CO2e (4.17 tCO2e)Propane emissions
propane_emissions = gallons × propane_emission_factorExample: 500 gallons × 5.72 kg/gallon = 2,860 kg CO2e (2.86 tCO2e)Transport emissions
transport_emissions = distance × fuel_emission_factor × fuel_consumption_rateExample: 200 km × 0.30 L/km × 2.68 kg/L = 160.8 kg CO2e (0.16 tCO2e)Building LCA into your model
In the Model Editor , LCA calculations are typically built as a separate branch of the node tree that feeds into a finaldifference node:
Check your understanding
What are the 3 categories of LCA emissions in carbon removal projects?
What are the 3 categories of LCA emissions in carbon removal projects?
Why should emission factors be stored as static inputs rather than constants?
Why should emission factors be stored as static inputs rather than constants?
Next, learn how to allocate shared emissions across individual batches in Lesson 3.4: Allocating Emissions to Batches.