Skip to content

Commit

Permalink
add material footprint method
Browse files Browse the repository at this point in the history
  • Loading branch information
bl-young committed Jun 13, 2024
1 parent f8b308f commit b110434
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
ActivitySourceName,Activity,SectorSourceName,Sector,SectorType
UNEP_IRP_GMFD,Coal,NAICS_2017_Code,21211,
UNEP_IRP_GMFD,Crop Residues,NAICS_2017_Code,111,
UNEP_IRP_GMFD,Crops,NAICS_2017_Code,111,
UNEP_IRP_GMFD,Grazed biomass and fodder crops,NAICS_2017_Code,112,
UNEP_IRP_GMFD,Natural Gas,NAICS_2017_Code,211130,
UNEP_IRP_GMFD,Non-ferrous ores,NAICS_2017_Code,21222,
UNEP_IRP_GMFD,Non-ferrous ores,NAICS_2017_Code,21223,
UNEP_IRP_GMFD,Non-ferrous ores,NAICS_2017_Code,21229,
UNEP_IRP_GMFD,Non-metallic minerals - construction dominant,NAICS_2017_Code,2123,
UNEP_IRP_GMFD,Non-metallic minerals - industrial or agricultural dominant,NAICS_2017_Code,2123,
UNEP_IRP_GMFD,Petroleum,NAICS_2017_Code,211120,
UNEP_IRP_GMFD,Wild catch and harvest,NAICS_2017_Code,114,
UNEP_IRP_GMFD,Wood,NAICS_2017_Code,113,
UNEP_IRP_GMFD,Ferrous ores,NAICS_2017_Code,21221,
UNEP_IRP_GMFD,Oil shale and tar sands,NAICS_2017_Code,211120,
UNEP_IRP_GMFD,"Coal, Domestic Extraction",NAICS_2017_Code,21211,
UNEP_IRP_GMFD,"Crop Residues, Domestic Extraction",NAICS_2017_Code,111,
UNEP_IRP_GMFD,"Crops, Domestic Extraction",NAICS_2017_Code,111,
UNEP_IRP_GMFD,"Grazed biomass and fodder crops, Domestic Extraction",NAICS_2017_Code,112,
UNEP_IRP_GMFD,"Natural Gas, Domestic Extraction",NAICS_2017_Code,211130,
UNEP_IRP_GMFD,"Non-ferrous ores, Domestic Extraction",NAICS_2017_Code,21222,
UNEP_IRP_GMFD,"Non-ferrous ores, Domestic Extraction",NAICS_2017_Code,21223,
UNEP_IRP_GMFD,"Non-ferrous ores, Domestic Extraction",NAICS_2017_Code,21229,
UNEP_IRP_GMFD,"Non-metallic minerals - construction dominant, Domestic Extraction",NAICS_2017_Code,2123,
UNEP_IRP_GMFD,"Non-metallic minerals - industrial or agricultural dominant, Domestic Extraction",NAICS_2017_Code,2123,
UNEP_IRP_GMFD,"Petroleum, Domestic Extraction",NAICS_2017_Code,211120,
UNEP_IRP_GMFD,"Wild catch and harvest, Domestic Extraction",NAICS_2017_Code,114,
UNEP_IRP_GMFD,"Wood, Domestic Extraction",NAICS_2017_Code,113,
UNEP_IRP_GMFD,"Ferrous ores, Domestic Extraction",NAICS_2017_Code,21221,
UNEP_IRP_GMFD,"Oil shale and tar sands, Domestic Extraction",NAICS_2017_Code,211120,
28 changes: 28 additions & 0 deletions flowsa/methods/flowbysectormethods/MF_national_2023.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Method for Material Footprint, Domestic Extraction based on UNEP Global
# Material Flpws Database

!include:USEEIO_summary_target.yaml
year: 2023
target_naics_year: 2017
geoscale: national

source_names:
UNEP_IRP_GMFD:
# fedefl_mapping:
activity_sets:
direct:
selection_fields:
ActivityProducedBy:
- Coal, Domestic Extraction
- Crop Residues, Domestic Extraction
- Crops, Domestic Extraction
- Ferrous ores, Domestic Extraction
- Grazed biomass and fodder crops, Domestic Extraction
- Natural Gas, Domestic Extraction
- Non-ferrous ores, Domestic Extraction
- Non-metallic minerals - construction dominant, Domestic Extraction
- Non-metallic minerals - industrial or agricultural dominant, Domestic Extraction
- Petroleum, Domestic Extraction
- Wild catch and harvest, Domestic Extraction
- Wood, Domestic Extraction
attribution_method: direct

2 comments on commit b110434

@bl-young
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@WesIngwersen, we have here a simple material footprint FBS - let me know if you have a preference for the name for the FBS: MF_national_2023

@WesIngwersen
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Material Footprint is only an indicator AFTER being calculated along with the IO model. This is a Raw Material Extraction table

Please sign in to comment.