Skip to content

Commit

Permalink
Merge pull request #1623 from ORNL-AMO/issue-1622
Browse files Browse the repository at this point in the history
updated emissions factors from excel table
  • Loading branch information
rmroot committed Jun 13, 2024
2 parents 13ce056 + 87534a5 commit d28fe91
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 34 deletions.
4 changes: 0 additions & 4 deletions src/app/shared/fuel-options/stationaryGasOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ export const StationaryGasOptions: Array<FuelTypeOption> = [
CH4: .48,
N2O: .1,
},
//CHECK VALUES LPG
//emissionsOutputRate checks out
{
startingUnit: 'ft3',
heatCapacityValue: .0027,
Expand All @@ -43,7 +41,6 @@ export const StationaryGasOptions: Array<FuelTypeOption> = [
CH4: 3,
N2O: .6,
},
//CHECK VALUES Butane
{
startingUnit: 'ft3',
heatCapacityValue: .00328,
Expand All @@ -54,7 +51,6 @@ export const StationaryGasOptions: Array<FuelTypeOption> = [
CH4: 3,
N2O: .6,
},
//CHECK VALUES Isobutane
{
startingUnit: 'ft3',
heatCapacityValue: .0031,
Expand Down
28 changes: 6 additions & 22 deletions src/app/shared/fuel-options/stationaryLiquidOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,42 +21,36 @@ export const StationaryLiquidOptions: Array<FuelTypeOption> = [
CH4: 3,
N2O: .6
},
//CHECK VALUES Distillate Fuel Oil (1,2,3?)
//using 2
//Math give emissions rate 74.2137999
{
startingUnit: 'gal',
heatCapacityValue: .141,
value: 'Distillate Fuel Oil',
siteToSourceMultiplier: 1,
emissionsOutputRate: 74.33713,
CO2: 73.96,
CO2: 74.08333,
CH4: 3.0,
N2O: .6
},
//CHECK VALUES: Residual Fuel Oil (No. 5, 6?)
//using 5
//Math gives emissions rate 75.353799
{
startingUnit: 'gal',
heatCapacityValue: .145,
value: 'Residual Fuel Oil',
siteToSourceMultiplier: 1,
emissionsOutputRate: 74.2688,
CO2: 72.93,
CO2: 74.015,
CH4: 3,
N2O: .6
},
//DOESN'T Exist in table (Residual)
//Fuel oil #2
{
startingUnit: 'gal',
heatCapacityValue: .13869,
value: 'Heating Oil',
siteToSourceMultiplier: 1,
emissionsOutputRate: 74.33713,
CO2: 0,
CH4: 0,
N2O: 0
CO2: 73.96,
CH4: 3,
N2O: 0.6
},
//Fuel oil #2
{
Expand Down Expand Up @@ -89,8 +83,6 @@ export const StationaryLiquidOptions: Array<FuelTypeOption> = [
CH4: 3,
N2O: .6
},
//CHECK VALUE: Pentanes = Pentanes Plus ?
//Math gives emissions rate 70.2738
{
startingUnit: 'gal',
heatCapacityValue: .1108,
Expand Down Expand Up @@ -121,8 +113,6 @@ export const StationaryLiquidOptions: Array<FuelTypeOption> = [
CH4: 3.0,
N2O: .6
},
//CHECK VALUES: All Fuel Oils #x HHV doesn't match table
//emissionsOutputRates check out
{
startingUnit: 'gal',
heatCapacityValue: .1374,
Expand Down Expand Up @@ -193,8 +183,6 @@ export const StationaryLiquidOptions: Array<FuelTypeOption> = [
CH4: 3.0,
N2O: .6
},
//CHECK VALUES: Gasoline = Natural Gasoline?
//emissionsOutputRate checks out.
{
startingUnit: 'gal',
heatCapacityValue: .12760,
Expand All @@ -215,8 +203,6 @@ export const StationaryLiquidOptions: Array<FuelTypeOption> = [
CH4: 3,
N2O: .6
},
//CHECK VALUE: Gas Oil = Heavy Gas Oil?
//emissionsOutputRate checks out.
{
startingUnit: 'gal',
heatCapacityValue: .148,
Expand All @@ -227,8 +213,6 @@ export const StationaryLiquidOptions: Array<FuelTypeOption> = [
CH4: 3,
N2O: .6
},
//CHECK VALUE: Liquefied Natural Gas = Natural Gasoline?
//emissionsOutputRate checks out.
{
startingUnit: 'gal',
heatCapacityValue: .086,
Expand Down
14 changes: 6 additions & 8 deletions src/app/shared/fuel-options/stationarySolidOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,28 +73,26 @@ export const StationarySolidOptions: Array<FuelTypeOption> = [
N2O: 3.6,
isBiofuel: true
},
//CHECK VALUES: No solid biomass in table
{
startingUnit: 'lb',
heatCapacityValue: .004125,
value: 'Biomass',
siteToSourceMultiplier: 1,
emissionsOutputRate: 120.2216,
CO2: 0,
CH4: 0,
N2O: 0,
CO2: 118.17,
CH4: 32,
N2O: 4.2,
isBiofuel: true
},
//CHECK VALUES: No Black Liquor in table
{
startingUnit: 'lb',
heatCapacityValue: .0065,
value: 'Black Liquor',
siteToSourceMultiplier: 1,
emissionsOutputRate: 94.65266,
CO2: 0,
CH4: 0,
N2O: 0,
CO2: 94.48,
CH4: 1.9,
N2O: 0.42,
isBiofuel: true
},
{
Expand Down

0 comments on commit d28fe91

Please sign in to comment.