diff --git a/src/components/Results/AssumptionsAndReferences.tsx b/src/components/Results/AssumptionsAndReferences.tsx
index 582b35a3..74e907a7 100644
--- a/src/components/Results/AssumptionsAndReferences.tsx
+++ b/src/components/Results/AssumptionsAndReferences.tsx
@@ -8,81 +8,101 @@ export const AssumptionsAndReferences = () => {
- Assumptions |
+ Assumptions |
+ Unit |
+ Quantity |
- Log Length, ft |
+ Log length |
+ feet |
32 |
- Loa dWeight, green tons (logs) |
+ Load weight (logs) |
+ green tons |
25 |
- Load Weight, green tons (chips) |
+ Load weight (chips) |
+ green tons |
25 |
- CTL Trail Spacing, ft |
+ CTL trail spacing |
+ feet |
50 |
- Hardwood Cost Premium, fraction |
- 0.2 |
+ Hardwood cost premium, fraction |
+ |
+ 20% |
- Residue Recovery Fraction for WT systems |
- 0.8 |
+ Residue recovery fraction for WT systems |
+ |
+ 80% |
- Residue Recovery Fraction for CTL |
- 0.5 |
+ Residue recovery fraction for CTL systems |
+ |
+ 50% |
- Hardwood Fraction CT |
- 0.2 |
+ Hardwood fraction of chip trees |
+ |
+ 20% |
- Hardwood Fraction SLT |
- 0 |
+ Hardwood fraction of small log trees |
+ |
+ 0% |
- Hardwood Fraction LLT |
- 0 |
+ Hardwood fraction of large log trees |
+ |
+ 0% |
- Feller/Bucker wage (2019) |
- 30.96 |
+ Feller/Bucker wage (2020) |
+ $/hour |
+ 35.13 |
- All Others wage (2019) |
- 22.26 |
+ All Others wage (2020) |
+ $/hour |
+ 22.07 |
- Benefits and other payroll costsT |
+ Logging worker benefits and overhead |
+ |
35% |
- OIL_ETC_COST ($/mile) |
+ Truck oil cost |
+ $/mile |
0.35 |
- DRIVERS_PER_TRUCK |
- 1.67 |
+ Truck driver benefits and overhead |
+ |
+ 67% |
- MILES_PER_GALLON |
+ Truck fuel consumption rate |
+ miles/gallon |
6 |
- FUEL_COST ($/gallon) |
- 3.251 |
+ Truck driver wage (2020) |
+ $/hour |
+ 22.66 |
- TRUCK_LABOR ($/hr) |
- 23.29 |
+ Truck payload capacity |
+ green tons |
+ 25 |
@@ -108,13 +128,21 @@ export const AssumptionsAndReferences = () => {
California Biomass Collaborative |
- EPA eGrid |
+
+ Emissions and Generation Resource Integrated Database (eGRID)
+ |
+
+
+
+ The Greenhouse gases, Regulated Emissions, and Energy use in
+ Technologies Model (GREET 2021)
+ |
- GREET model |
+ CA-GREET3.0 Model |
- Literature for emission factors |
+ California Air Resources Board Emission Factor (EMFAC 2021) |
diff --git a/src/components/Results/ResultsContainer.tsx b/src/components/Results/ResultsContainer.tsx
index 5dccf6b3..d9b7e776 100644
--- a/src/components/Results/ResultsContainer.tsx
+++ b/src/components/Results/ResultsContainer.tsx
@@ -58,7 +58,7 @@ export const ResultsContainer = (props: Props) => {
<>
- CEC DSS
+ Forest Resource and Renewable Energy Decision Support System (FRREDSS)
Results
diff --git a/src/components/Results/ResultsExport.tsx b/src/components/Results/ResultsExport.tsx
index 6a57086d..e585349a 100644
--- a/src/components/Results/ResultsExport.tsx
+++ b/src/components/Results/ResultsExport.tsx
@@ -788,26 +788,30 @@ export const ResultsExport = (props: Props) => {
ref: 'B102',
headerRow: true,
totalsRow: false,
- columns: [{ name: 'Assumptions' }, { name: 'Total' }],
+ columns: [
+ { name: 'Assumptions' },
+ { name: 'Unit' },
+ { name: 'Quantity' }
+ ],
rows: [
- ['LogLength, ft', 32],
- ['LoadWeight, green tons (logs)', 25],
- ['LoadWeight, green tons (chips)', 25],
- ['CTLTrailSpacing, ft', 50],
- ['HardwoodCostPremium, fraction', 0.2],
- ['ResidueRecoveryFraction for WT systems', 0.8],
- ['ResidueRecoveryFraction for CTL', 0.5],
- ['HardwoodFractionCT', 0.2],
- ['HardwoodFractionSLT', 0],
- ['HardwoodFractionLLT', 0],
- ['Feller/Bucker wage (2019)', 30.96],
- ['All Others wage (2019)', 22.26],
- ['Benefits and other payroll costs', '35%'],
- ['OIL_ETC_COST ($/mile)', 0.35],
- ['DRIVERS_PER_TRUCK', 1.67],
- ['MILES_PER_GALLON', 6],
- ['FUEL_COST ($/gallon)', 3.251],
- ['TRUCK_LABOR ($/hr)', 23.29]
+ ['Log length', 'feet', 32],
+ ['Load weight (logs)', 'green tons', 25],
+ ['Load weight (chips)', 'green tons', 25],
+ ['CTL trail spacing', 'feet', 50],
+ ['Hardwood cost premium, fraction', '', '20%'],
+ ['Residue recovery fraction for WT systems', '', '80%'],
+ ['Residue recovery fraction for CTL systems', '', '50%'],
+ ['Hardwood fraction of chip trees', '', '20%'],
+ ['Hardwood fraction of small log trees', '', '0%'],
+ ['Hardwood fraction of large log trees', '', '0%'],
+ ['Feller/Bucker wage (2020)', '$/hour', 35.13],
+ ['All Others wage (2020)', '$/hour', 22.07],``
+ ['Logging worker benefits and overhead', '', '35%'],
+ ['Truck oil cost', '$/mile', 0.35],
+ ['Truck driver benefits and overhead', '', '67%'],
+ ['Truck fuel consumption rate', 'miles/gallon', 6],
+ ['Truck driver wage (2020)', '$/hour', 22.66],
+ ['Truck payload capacity', 'green tons', 25]
]
});
@@ -821,9 +825,12 @@ export const ResultsExport = (props: Props) => {
['Fuel Reduction Cost Simulator'],
['Advanced Hardwood Biofuels Northwest'],
['California Biomass Collaborative'],
- ['EPA eGrid'],
- ['GREET model'],
- ['Literature for emission factors']
+ ['Emissions and Generation Resource Integrated Database (eGRID)'],
+ [
+ 'The Greenhouse gases, Regulated Emissions, and Energy use in Technologies Model (GREET 2021)'
+ ],
+ ['CA-GREET3.0 Model'],
+ ['California Air Resources Board Emission Factor (EMFAC 2021)']
]
});