Conversation
This was referenced May 29, 2026
… for testing the production methods
…gs crude oil nodes
* Add molecule node examples * Create 35 molecule nodes for emissions accounting * Create groups for all emission molecule nodes * Minor corrections --------- Co-authored-by: robindesmit-quintel <robin.desmit@quintel.com>
…d on lulucf removals node
* Rake import emissions task * Update the layout of groups in files with emission groups. * Add emissions_csv config file for the data export * Add other emission methods to the data export and include all the sectors and subsectors. * Simplify GHG column to use ghg_carrier method and round numeric columns to 6 decimal places * Add documentation for emissions export yml file * Minor rebasing corrections --------- Co-authored-by: louispt1 <louisparkestalbot1@gmail.com> Co-authored-by: robindesmit-quintel <robin.desmit@quintel.com> Co-authored-by: Kyra de Haan <kyra.dehaan@quintel.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context
This PR adds a new direct emissions method to the model, together with a detailed data export containing all greenhouse gas emissions of a scenario.
Implemented changes
emissionsemissions.csvfile to ETSource using a rake task.emissions.csv, specified for co2 and other_ghgRelated
Goes with pull requests:
Checklist