Conversation
… 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>
|
@kndehaan what do we do with the emissions of |
We didn't put the |
| Industry,Steel,non_energetic,other_ghg,kton CO2-eq,5.56444 | ||
| LULUCF,Emissions,non_energetic,co2,kton CO2-eq,0.0 | ||
| LULUCF,Emissions,non_energetic,other_ghg,kton CO2-eq,7706.51255 | ||
| LULUCF,Removals,non_energetic,co2,kton CO2-eq,14528.77232 |
There was a problem hiding this comment.
Are there no other_ghg removals?
There was a problem hiding this comment.
By definition of IPCC guidelines the removals of other GHG is not possible. I also checked this in the UNFCCC data; none of the countries have negative other GHG.
| LULUCF,Emissions,non_energetic,co2,kton CO2-eq,0.0 | ||
| LULUCF,Emissions,non_energetic,other_ghg,kton CO2-eq,7706.51255 | ||
| LULUCF,Removals,non_energetic,co2,kton CO2-eq,14528.77232 | ||
| Other,Indirect emissions,non_energetic,co2,kton CO2-eq,0.0 |
There was a problem hiding this comment.
How do we calculate indirect emissions? I cannot find it in the source file.
There was a problem hiding this comment.
Indirect emissions are determined based on input IPCC file, filtering columns:
- category: Total GHG emissions with LULUCF
- measure: Indirect emissions
Point of discussion: we only take the value for indirect CO2 emissions and currently ignore if there are indirect N2O emissions. We should reconsider this: the indirect N2O emissions are only expressed in kg N2O in the two data source routes (UNFCCC API and UNFCCC Excel).
Does this mean that expressing this into kg CO2eq would not make sense if we were to implement the indirect N2O emissions in the model? So should we then also express this in kg N2O? This would require some extra thought and work as we currently don't model N2O in the molecule graph...
mabijkerk
left a comment
There was a problem hiding this comment.
Methods are good to merge, any remaining comments are not must have and can be picked up later. Datasets need more review but are good enough for now, since it is the first beta release.
…regional datasets
Emissions no zeroing of preset value for derived datasets
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