Skip to content

Commit

Permalink
minor fixes to units
Browse files Browse the repository at this point in the history
  • Loading branch information
bl-young committed Apr 5, 2024
1 parent a2d973a commit 5859c85
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion flowsa/data_source_scripts/EPA_GHGI.py
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ def ghg_parse(*, df_list, year, config, **_):
df.loc[:, 'FlowType'] = 'TECHNOSPHERE_FLOW'
df.loc[:, 'FlowName'] = df.loc[:, 'ActivityProducedBy']

elif table_name in ["4-106", "4-118", "4-122"]:
elif table_name in ["4-100", "4-106", "4-118", "4-122"]:
# Table with flow names as Rows
df.loc[:, 'FlowName'] = (df.loc[:, 'ActivityProducedBy']
.apply(lambda x: strip_char(x)))
Expand Down
8 changes: 4 additions & 4 deletions flowsa/methods/flowbyactivitymethods/EPA_GHGI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,15 +177,15 @@ Tables:
"compartment": "air"
"flow": "N2O"
"activity": "Caprolactam Production"
"desc": "Table 4-37: N2O Emissions from Caprolactam Production (MMT CO2 Eq. and kt N2O)"
# "melt_var": "Unit"
"desc": "Table 4-37: N2O Emissions from Caprolactam Production (MMT CO2 Eq.)"
"unit": "MMT CO2e"
"4-57":
"class": "Chemicals"
"compartment": "air"
"flow": "HFC-23"
"activity": "HCFC-22 Production"
"desc": "Table 4-57: HFC-23 Emissions from HCFC-22 Production (MMT CO2 Eq. and kt HFC-23)"
# "melt_var": "Unit"
"desc": "Table 4-57: HFC-23 Emissions from HCFC-22 Production (MMT CO2 Eq.)"
"unit": "MMT CO2e"
"4-100":
"class": "Chemicals"
"unit": "MMT CO2e"
Expand Down

0 comments on commit 5859c85

Please sign in to comment.