LCA of a coffee cup: Difference between revisions
Jump to navigation
Jump to search
(parts moved from Damage vector for life-cycle analysis) |
(→Data) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 17: | Line 17: | ||
objects.latest("Op_en5902", code_name = "initiate") # [[Damage vector for life-cycle analysis]]. We need damagesPerImpact, impactsPerDollar, damages. | objects.latest("Op_en5902", code_name = "initiate") # [[Damage vector for life-cycle analysis]]. We need damagesPerImpact, impactsPerDollar, damages. | ||
objects.latest("Op_en5904", code_name = "initiate") # [[ | objects.latest("Op_en5904", code_name = "initiate") # [[Normalisation data for life cycle assessments]]. We need normalisation. | ||
# Take the direct requirements of an activity (in this case, producing a cup of coffee). | # Take the direct requirements of an activity (in this case, producing a cup of coffee). | ||
Line 26: | Line 26: | ||
cat("Primary prosesses related to a cup of coffee (in Euro)\n") | cat("Primary prosesses related to a cup of coffee (in Euro)\n") | ||
oprint(activity) | oprint(activity) | ||
activity <- Ovariable("activity", data = activity) | activity <- Ovariable("activity", data = activity) | ||
Line 42: | Line 31: | ||
damages <- EvalOutput(damages) | damages <- EvalOutput(damages) | ||
damages2 <- truncateIndex(damages, c("Unique_categories", "Damage_categories")) # Truncates number of levels of each index to 10. | |||
# Plot results on a bar graph. | # Plot results on a bar graph. | ||
cat(" | cat("At most ten largest damage categories or purchasing sectors are shown.\n") | ||
ggplot( | ggplot(damages2@output, aes(x = Damage_categories, weight = damagesResult, fill = Purchasing_sector)) + geom_bar() + | ||
theme_grey(base_size = 18) + | theme_grey(base_size = 18) + | ||
theme(axis.text.x = element_text(angle = 45)) + | theme(axis.text.x = element_text(angle = 45)) + | ||
Line 57: | Line 46: | ||
) | ) | ||
ggplot( | ggplot(damages2@output, aes(x = Damage_categories, weight = damagesResult, fill = Unique_categories)) + geom_bar() + | ||
theme_grey(base_size = 18) + | theme_grey(base_size = 18) + | ||
theme(axis.text.x = element_text(angle = 45)) + | theme(axis.text.x = element_text(angle = 45)) + | ||
Line 65: | Line 54: | ||
y = "Amount" | y = "Amount" | ||
) | ) | ||
damages2 <- truncateIndex(damages, c("Unique_categories", "Damage_categories", "Purchasing_sector"), bins = 4) # Truncates # of bins to 4. | |||
oprint(summary(damages2)) | |||
</rcode> | </rcode> | ||
Line 71: | Line 64: | ||
===Data=== | ===Data=== | ||
<t2b name="Products" | |||
index="Product,Activity category,Unit,Conditions,URL" | |||
obs="Dummy" | |||
desc="Description" | |||
unit="-" | |||
> | |||
Regular coffee|Food and beverage service activities|cup||http://en.opasnet.org/w/LCA_of_a_coffee_cup||A cup of regular coffee made with a typical coffee machine and drank from a ceramic cup. Benefits: tastes good, stimulates. | |||
Instant coffee|Food and beverage service activities|cup||http://en.opasnet.org/w/LCA_of_a_coffee_cup||A cup of instant coffee made with water from water heater and drank from a plastic cup. Benefits: tastes good, stimulates. | |||
Water|Food and beverage service activities|L||http://en.opasnet.org/w/LCA_of_a_coffee_cup||Tap water | |||
Coffee powder|Food and beverage service activities|kg||http://en.opasnet.org/w/LCA_of_a_coffee_cup||Regular coffee powder | |||
Instant coffee powder|Food and beverage service activities|kg||||Instant coffee powder | |||
Electricity|Eletricity, gas, steam and air conditioning supply|kWh||http://en.opasnet.org/w/Energy_balance_in_Kuopio|| | |||
Ceramic cup|Manufacture of fabricated metal products, except machinery and equipment|product-years|||| | |||
Coffee machine|Manufacture of fabricated metal products, except machinery and equipment|product-years|||| | |||
Water heater|Manufacture of fabricated metal products, except machinery and equipment|product-years|||| | |||
</t2b> | |||
<t2b name="Processes" | |||
index="Process,Product,Unit,Conditions" | |||
obs="Amount" | |||
desc="Description" | |||
unit="-" | |||
> | |||
Coffee making|Regular coffee|cup||1|Making coffee with a regular coffee machine at home | |||
Coffee making|Water|L||-0.2| | |||
Coffee making|Coffee powder|kg||-0.005| | |||
Coffee making|Electricity|kWh||-0.01| | |||
Coffee making|Ceramic cup|product-years||-0.003| | |||
Coffee making|Coffee machine|product-years||-0.003| | |||
Instant coffee making|Instant coffee|cup||1|Making coffee from instant coffee powder at work | |||
Instant coffee making|Water|L||-0.2| | |||
Instant coffee making|Instant coffee powder|kg||-0.002| | |||
Instant coffee making|Electricity|kWh||-0.01| | |||
Instant coffee making|Plastic cup|#||-1| | |||
Instant coffee making|Water heater|product-years||-0.0003| | |||
</t2b> | |||
<t2b | |||
name="Product balances" | |||
index="Equation" | |||
obs="Dummy" | |||
desc="Description" | |||
unit="#" | |||
> | |||
Coffee making: Regular coffee + Instant coffee making: Instant coffee = 25000000||Five million people in Finland drink five cups of coffee per day. | |||
Instant coffee making: Instant coffee = 0.2 * Coffee making: Regular coffee|| | |||
</t2b> | |||
The data are based on discussions at [[CII]], January 2013.<ref>Gregory Norris, personal communication.</ref> | The data are based on discussions at [[CII]], January 2013.<ref>Gregory Norris, personal communication.</ref> | ||
Line 87: | Line 128: | ||
==See also== | ==See also== | ||
* [[Damage vector for life cycle analysis]] | * [[Damage vector for life-cycle analysis]] | ||
* [[Normalisation data for life | * [[Normalisation data for life cycle assessments]] | ||
==Keywords== | ==Keywords== |
Latest revision as of 21:08, 1 January 2014
Moderator:Jouni (see all) |
|
Upload data
|
Question
What are the life cycle impacts of a coffee cup?
Answer
Rationale
Data
Obs | Product | Activity category | Unit | Conditions | URL | Dummy | Description |
---|---|---|---|---|---|---|---|
1 | Regular coffee | Food and beverage service activities | cup | http://en.opasnet.org/w/LCA_of_a_coffee_cup | A cup of regular coffee made with a typical coffee machine and drank from a ceramic cup. Benefits: tastes good, stimulates. | ||
2 | Instant coffee | Food and beverage service activities | cup | http://en.opasnet.org/w/LCA_of_a_coffee_cup | A cup of instant coffee made with water from water heater and drank from a plastic cup. Benefits: tastes good, stimulates. | ||
3 | Water | Food and beverage service activities | L | http://en.opasnet.org/w/LCA_of_a_coffee_cup | Tap water | ||
4 | Coffee powder | Food and beverage service activities | kg | http://en.opasnet.org/w/LCA_of_a_coffee_cup | Regular coffee powder | ||
5 | Instant coffee powder | Food and beverage service activities | kg | Instant coffee powder | |||
6 | Electricity | Eletricity, gas, steam and air conditioning supply | kWh | http://en.opasnet.org/w/Energy_balance_in_Kuopio | |||
7 | Ceramic cup | Manufacture of fabricated metal products, except machinery and equipment | product-years | ||||
8 | Coffee machine | Manufacture of fabricated metal products, except machinery and equipment | product-years | ||||
9 | Water heater | Manufacture of fabricated metal products, except machinery and equipment | product-years |
Obs | Process | Product | Unit | Conditions | Amount | Description |
---|---|---|---|---|---|---|
1 | Coffee making | Regular coffee | cup | 1 | Making coffee with a regular coffee machine at home | |
2 | Coffee making | Water | L | -0.2 | ||
3 | Coffee making | Coffee powder | kg | -0.005 | ||
4 | Coffee making | Electricity | kWh | -0.01 | ||
5 | Coffee making | Ceramic cup | product-years | -0.003 | ||
6 | Coffee making | Coffee machine | product-years | -0.003 | ||
7 | Instant coffee making | Instant coffee | cup | 1 | Making coffee from instant coffee powder at work | |
8 | Instant coffee making | Water | L | -0.2 | ||
9 | Instant coffee making | Instant coffee powder | kg | -0.002 | ||
10 | Instant coffee making | Electricity | kWh | -0.01 | ||
11 | Instant coffee making | Plastic cup | # | -1 | ||
12 | Instant coffee making | Water heater | product-years | -0.0003 |
Obs | Equation | Dummy | Description |
---|---|---|---|
1 | Coffee making: Regular coffee + Instant coffee making: Instant coffee = 25000000 | Five million people in Finland drink five cups of coffee per day. | |
2 | Instant coffee making: Instant coffee = 0.2 * Coffee making: Regular coffee |
The data are based on discussions at CII, January 2013.[1]
Obs | Purchasing_sector | Result | Description |
---|---|---|---|
1 | 31131A - Sugar cane mills and refining | 0.1 | |
2 | 112120 - Dairy cattle and milk production | 0.2 | |
3 | 311820 - Cookie, cracker, and pasta manufacturing | 0.5 | |
4 | 311920 - Coffee and tea manufacturing | 0.2 | |
5 | 221100 - Electric power generation, transmission, and distribution | 0.1 | |
6 | 322299 - All other converted paper product manufacturing | 0.04 | |
7 | 335210 - Small electrical appliance manufacturing | 0 | |
8 | 335221 - Household cooking appliance manufacturing | 0.01 |
See also
Keywords
References
- ↑ Gregory Norris, personal communication.