GHG Attribution in calculateSectorPurchasedbySectorSourcedImpact function & Confirmation of Output #267
-
Hello, ContextI originally had a similar question to #67 in the Supply Chain repo but I believe it is better posed here. I followed the linked code in 67 to the flowsa repo, but I believe my question to be more around the underlying model values in this repository. I have used the same NAICS codes as the original 67 post in this. I have also reviewed the sources and sinks document starting at 4.24. Please redirect me if this is still the incorrect location for this question. ProcessUsing the calculateSectorPurchasedbySectorSourcedImpact function I have generated an entire sector x sector (to my understanding) matrix to look up the differences between the listed industries who had "HFC emissions [...] significantly higher than other related industries". Below are the NAICS that matched (Couldn't find a clean one for the 517100 listed NAICS) Code and File
SECTOR_X_SECTOR_IMPACTS_BY_GHG.csv Y/N Questions:
Thank you and enjoy your year end, Ryan |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Note this model was erroneously included in the package and has not yet been completed. I would not recommend using it. |
Beta Was this translation helpful? Give feedback.
-
In the
Yes
I'm not sure I understand this question - the screenshot above can be interpreted as: "The total consumption of 515200 results in global warming emissions of 69,948,273 in the 333415" which is answering a different question than was in post 67. But yes, the results do scale with the quantity of demand. Note that currently you can not create a sector by sector matrix for a specific flow, but the function could easily be tweaked to do so
Perhaps I'm misunderstanding the question. The flowsa datasets will reveal the direct emissions from any sector. If you want to understand the supply chain emissions resulting from a purchase you'll need to use USEEIO matrices.
Can you reframe your specific question? The question in the referenced post was related to direct emissions of HFCs from some media sectors. And the explanation was that to estimate emissions resulting from air conditioning, we use data for purchases of air conditioning equipment as a proxy for attributing those emissions. The matrix you produced here accounts for overall quantity of demand. If you simply want to just compare emissions factors per dollar you can use the |
Beta Was this translation helpful? Give feedback.
In the
SectorPurchasedbySectorSourcedImpact
matrix, the rows represent the commodity purchased (in your case representing the complete consumption demand vector), while the columns reflect the sector where the emissions occur.Yes
I'm not sure I understand this question - the screenshot above can be interpreted as: "The total consumption of 515200 results in global warming emissions of 69,948,…