Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add variables for combustion and fugitive emissions of fuel supply #209

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions definitions/variable/emissions/emissions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,16 @@
description: Emissions of {Level-2 Species} for production of {Secondary Fuel Level 2}
unit: "{Level-2 Species}"
tier: "{Secondary Fuel Level 2}"
- Emissions|{Level-2 Species}|Energy|Supply|{Secondary Fuel Level 1}|Combustion:
description: Emissions of {Level-2 Species} from fuel combustion during production
of {Secondary Fuel Level 1}
unit: "{Level-2 Species}"
tier: "{Secondary Fuel Level 1}"
- Emissions|{Level-2 Species}|Energy|Supply|{Secondary Fuel Level 1}|Fugitive:
description: Fugitive emissions of {Level-2 Species} during production
of {Secondary Fuel Level 1}
unit: "{Level-2 Species}"
tier: "{Secondary Fuel Level 1}"
- Gross Emissions|CO2|Energy|Supply|{Secondary Fuel Level 2}:
description: Gross emissions of carbon dioxide (CO2) for production of {Secondary Fuel Level 2},
not accounting for removals from the atmosphere
Expand Down
Loading