• No results found

Software as a bridge between theory and practice in life cycle assessment

N/A
N/A
Protected

Academic year: 2021

Share "Software as a bridge between theory and practice in life cycle assessment"

Copied!
5
0
0

Bezig met laden.... (Bekijk nu de volledige tekst)

Hele tekst

(1)

Software as a bridge between theory and

practice in life cycle assessment

R e i n o u t H e i j u n g s a n d J e r o e n G u i n 6 e

Centre of Environmental Science, PO Box 9518, 2300 RA Leiden, The Netherlands Received 17 July 1993; revised 10 January 1994

Three mutually dependent elements are required for the application of life cycle assessment:

methodology, data and software. Obviously, the design of software is determined by the

methodology and the type of data available. Conversely, the development of software dictates

the way in which data should be collected and recorded, and improves the theoretical

framework, as it forces one to state the principles clearly and unambiguously. The influence

of the development of software on both data and methodology is addressed and illustrated by examples, with reference to two key terms: transparency and explicitness. Three types of influence are distinguished: the design of a protocol, the formulation in terms of recipes, and

the presentation of data,

Keywords: life cycle assessment; software; methodology

Developments with respect to life cycle

assessment

Environmental policy is becoming increasingly product- oriented. The main reason for this is that products are the core of all economic activities. A sound product-oriented policy poses a high demand with respect to information on the environmental perform- ance of products, including related industrial processes. Life cycle assessment ( L C A ) is acquiring a prominent position among the instruments to support product- oriented environmental policy.

This p a p e r will concentrate on the relation between software development and methodology, and between software development and the compilation of data. Besides international coordination, for which S E T A C 1 is the leading organization, there are many research activities in the field of LCA. These can be subdivided into three areas: methodology 2-6, software 7-9 and data 8,1°-12. The d e v e l o p m e n t of methodology for L C A is highly theoretical, whereas the collection of data has a direct connection with practice. Software takes a position in between: it contains the formalized methodology in a way that is accessible to the data, with its practical limitations. The development of software increases the practical usability of the method- ology and the suitability of data within the theoretical framework. Software may thus act as a bridge between theory and practice.

The influence of the development of software on methodology will be elucidated in the following sections. One may characterize this influence by the

words

transparency

and

explicitness.

The use of these

0959-6526/93/3-4/0185-05

~) 1993 Butterworth-Heinemann Ltd

terms may seem trivial. H o w e v e r , examples which show that transparency and explicitness are often difficult to achieve, and that their absence may lead to misunderstandings, will illustrate their significance.

Methodology

Transparency

L C A could be defined as an i n p u t - o u t p u t relation, i.e. a function that maps data onto a result. In that case, the methodology for L C A is defined as a black box. This functional definition of the methodology for L C A is not transparent. When two black-box LCAs give a different result, it is not clear what has caused this 13-15. Since opinions differ, for example, on the correct procedure for allocation of multiple processes, this may be the reason for different answers. But it may equally well be due to other methodological aspects, such as the weighting of toxic emissions.

Many widely used computer languages are impera- tive, i.e. the source code consists of a sequence of tasks. The operations to be performed in L C A are thus broken into a sequence of elementary operations. A consequence of this is an enhanced transparency: the black-box L C A is now divided into a n u m b e r of unit steps.

T h e r e is a natural sequence of elementary steps in LCA. Although the components - - which are an aggregate of related steps - - have been the subject of some controversy 2,16, there seems to be more agree-

ment on the steps.

Table 1

gives an example of a

stepwise procedure for L C A . O f course, one may debate the appropriateness of certain steps, and the

(2)

Software: a bridge between theory and practice: R. Heijungs and J. Guinde

Table 1 An example of a proposal for a number of elementary steps, which fit in the current framework (components according to ref. 1; steps taken from ref. 5)

Component Step Question which is answered Goal definition and scoping

Inventory analysis Impact assessment Classification Characterization Valuation Improvement assessment

Determining the application Determining the depth of the study Defining the subject of the study Drawing up the process tree Entering the process data Application of the allocation rules Creating the inventory table

Selection of the problem types Definition of the classification factors Creating the environmental profile Normalization of the effect scores Evaluation of the environmental profile Evaluation of the reliability and validity Dominance analysis

Marginal analysis

Why, for whom and by whom?

How long and expensive in relation to the application?

What and how much? (functional unit)

Which processes and which not? (system boundaries)

How do the individual processes look like? To what extent are emissions, etc. to be attributed to each of the coproducts?

Which emissions and resource extractions result from the functional unit?

What are the endpoints of the impact assessment?

What is the contribution of a unit emission, etc. to the endpoints defined?

What are the contributions per functional unit to the endpoints defined?

What are the contributions per functional unit relative to the annual world's problems? What does a subjective weighting of the problem types imply for a ranking of alternatives? How rigorous is the ranking with respect to uncertainties in data and assumptions? Can one identify bottlenecks?

Which modifications in process data affect the results strongly?

implementation of any of these steps may be the subject of discussion. The advantage, however, is that these discussions can be extremely pertinent. Separation into steps makes it possible to concentrate on the things that really matter.

Explicitness

In addition to increased transparency, development of software requires explicitness. The use of an imperative computer language implies the formulation of clear and unambiguous statements. The elementary steps distinguished within the encompassing black-box L C A must be specified by supplying an explicit recipe. Recipes, though obviously needed, are often lacking. There are various levels for such a recipe. Compare the following equivalent statements, which could be found in a report on impact assessment:

1. The emissions of greenhouse gases will be assessed using global warming potentials.

2. The mass of each greenhouse gas will be multiplied with its corresponding global warming potential, after which the results will be added to yield one score for global warming.

3. The score for global warming, GW, is given by:

G W = ~ GWPsubs × msubs

s u b s

where subs -- an index which applies to all

greenhouse gases, GWPs,bs = the global warming

potential of greenhouse gas subs, and ms,bs = the

emitted mass of greenhouse gas subs.

4. GW = 0

DO 10 ISUBS = 1, NSUBS

GW = GW + GWP (ISUBS) * M(ISUBS)

10 CONTINUE

Formulation 1 is not explicit. A novice in the field or a computer specialist designing software for L C A may be unaware of the fact that one should multiply the global warming potential and not divide it. Formulation 4 is an extreme example of an explicit formulation. This is, of course, not the intention: the development of reliable and user-friendly software remains a specialized work, not to be covered by L C A specialists. Moreover, though explicit it is not very clear. The two middle formulations, 2 and 3, offer a good compromise: they are explicit, and not too specific. It remains a matter of personal opinion, skill, purpose and target audience which of the two to prefer.

Examples of steps where an explicit recipe is required are:

• allocation: not just 'allocation was done on a mass basis', but which masses (e.g. excluding or including adhesive water17), and what has been allocated to what;

• inventory table: specify how the proportion of the processes involved has been calculated, including the way to handle loops;

• characterization: see the G W P example above;

(3)

Software: a bridge between theory and practice: R. Heijungs and J. Guinde

• normalization: specify if and how normalization was done, including which data were used;

• valuation: specify weighting procedure and the way weighting factors were derived.

By giving explicit formulations of the activities inside a step, a very direct translation to software is possible. This reduces the risks of misinterpretations by the computer specialist who undertakes this task.

Explicitness also facilitates discussions between dif- ferent schools of methodology. People can understand each other's opinions faster and better. Discussions can concentrate on why choices are made in a certain way, without dwelling on what choices are made. A judgement by peer review is inconceivable without explicit statements, and the reproducibility of the results is enhanced.

A last argument is that explicit formulations offer new and often unexpected possibilities. This argument applies in particular to the mathematical formulation 3. With some mathematical education, explicit formu- lations may be investigated to derive certain properties, or several equations may be combined to reveal 'hidden' results. An example of this enhanced power can be found in ref. 18, where a method to calculate the inventory table was developed; it proved possible to cast this method into an explicit formula, which was further analysed to yield a sensitivity analysis and a method to find options for improvement. These results are inconceivable with non-explicit statements such as 1, and almost impossible to derive with non- symbolic formulations such as 2.

Data

So far, emphasis has been on the impact of software on the theoretical part of LCA: the methodology. Now we will address the practice: the influence of software on data.

A large amount of data is required for the implemen- tation of an LCA. A key word in this context is again

explicitness.

Whereas in every-day life many things are tacitly assumed, a binary computer has to be fully instructed. An example may illustrate this. Many reports on LCA contain process data in the form of tables. One frequently encounters tables with a caption 'emissions for 1 kg PVC'. An LCA practitioner knows that this means 'emissions associated with the pro- duction of 1 kg PVC'. But the phrase is not unambigu- ous: it could well mean 'emissions associated with the transportation of 1 kg PVC' or 'emissions associated with the incineration of 1 kg PVC'.

Other arguments may strengthen this point, for example, with respect to waste. A distinction between waste streams within the economy and to the environ- ment is important. An effluent discharge may occur directly to the surface water. In that case the waste flow is emitted to the environment. In other cases, effluents are discharged to a municipal sewage system. This means that the waste remains somewhat longer in the economy while it is treated by a sewage

treatment plant, and that the treatment plant is part of the process tree. Hence the system boundary between economy and environment has consequences for the format.

Another argument stems from the allocation prob- lem. Many processes produce other minor streams besides the main product or material. Some of these are considered as waste, but others represent some valuable input to other processes. The allocation problem deals with the question of what to allocate to what. The minor flows that are waste streams should be allocated to the various usable products and materials, i.e. to the main and minor flows that are of value. It should be clear from a process specification which flows are of value, and which are not.

A last example relates to processes (such as 'Zellstoffherstellung '11) that both require and emit SO2. The first item is an economic input, the second an environmental output.

These considerations force one to structure process data in a systematic way, for which purpose a basic

template can be designed

(Figure 1).

To summarize,

the basic distinctions of origin, destination or properties of the flows are: input/output; economy/environment; and valuable/non-valuable. This template may serve as a guideline in the construction of a more elaborate format. Aspects that are also of interest for the possibilities of endorsement of process data are the choice of names for materials, substances, etc., the choice of units, the decimal representation, the distinc- tion between missing entries and zero entries, etc.

The nomenclature of extracted resources and emitted substances is a problem that concerns both inventory analysis and impact assessment. Inventory analysis and impact assessment should 'match' with respect to substance names. Uniformity, though desirable, is often not yet achieved 5 and could be realized by conforming to databases with substance properties. However, there will always remain problems, for instance when inventory data are less detailed than required for impact assessment. An example of this is knowledge of emissions as halons, whereas the ODPs make a distinction between halon 1301, halon 1302, etc.

Concerning the names of products, materials, ser- vices and processes, there are other problems. The problem of missing values, for example, can be illustrated as follows. Assume that global warming is characterized by GWPs. IPCC does not give a GWP for phenol. We may assume that this means that phenol has a zero GWP. Next assume that we have a database of processes containing data on the generation of electricity, and that there is no information on emissions of cadmium. What does this mean? Is there absolutely no emission of cadmium? Or is it below the detection limit? Or just unknown? Again we assume in many cases that it is absent, but we must help software interpreting. So why not be directly explicit?

(4)

Software: a bridge between theory and practice: R. Heijungs and J. Guin~e Figure 1 V a l u a b l e Goods, i n p u t s from s e r v i c e s , t h e economy m a t e r i a l s a n d e n e r g y --. ... N o n - v a l u a b l e i n p u t s from Waste to be t h e economy p r o c e s s e d --~ ... A b i o t i c and b i o t i c I n p u t s resources -e from the Energy carriers -~

environment Space -~

A basic template giving a clear structure for the presentation of process

--b Goods, s e r v i c e s , V a l u a b l e m a t e r i a l s o u t p u t s to a n d e n e r g y t h e economy N o n - v a l u a b l e --b Waste to be o u t p u t s to p r o c e s s e d t h e e c o n o m y Emissions to t . e a i r --b Emissions to w a t e r Emissions to t h e soil Radiation Noise O u t p u t s to t h e Heat e n v i r o n m e n t L i g h t A c c i d e n t s data E c o P r o f 0 . 0 F1 F2 F] I m p a c t assessm F4 Improvement as F7 - S e t u p F8 - O S S h e t t F9 - HeLp FIO - Q u i t Goat d e f i n i t i o n and s c o p i n g - I n v e n t o r y a n a l I n v e n t o r y a n a l y s i s F1 - D r a w i n g up t h e F2 - E n t e r i n g t h e p r F3 - A p p t i c a t i o n o f F6 - C r e a t i n g t h e i n F9 - H e t p FIO - Q u i t ) r o c e s s t r e e A p p L i c a t i o n o f t h e a t | o c a t i o n r u l e s F1 - Nass b a s i s F2 - N o t e c u t a r b a s i s F3 - Economic v a l u e b a s i s F4 - U s e r d e f i n e d b a s i s F9 - HeLp FIO - Q u i t

Figure 2 Example of the implementation of LCA in software following a rigid protocol

A clear distinction between the following categories is a basic requirement2:

• unknown;

• unknown but surely present; • below detection limit; • known to be zero.

Some of the problems associated with data on charac- terization and valuation are a matter of theory; in fact recipes such as 'multiply with the global warming potential' are dependent on the definition of these potentials and hence on the actual determined values. Evaluation data are the most political part of LCA. The above-mentioned 'recipe' argument naturally applies. More important is the mutual influence of weighting data and theory. The theory does not produce weighting factors but helps to formulate the right questions to be answered by the experts or politicians. One should not ask 'how important is global warming in relation to acidification?', but

unambiguously specify what is meant by global warm- ing, which method is used to characterize it, whether it is related to the world's annual contribution, and much more 5.

Conclusion

The influence of the disciplinary craftsmanship of computer specialists on methodology for LCA, as well as on daily practice, have been addressed. As one may not presume any implicit L C A knowledge from computers and hardly any from computer specialists, everything has to be formulated explicitly and unam- biguously in a transparent way. This offers the most efficient opportunities to obtain computer models that do the right things. Sloppy questions yield fuzzy answers.

An advantage beyond the technical requirement when involving computer specialists is facilitation of communication among different schools of L C A

(5)

Software: a bridge between theory and practice: R. Heijungs and J. Guin~e

practitioners, among different schools of LCA method- ologists, and between practitioners and methodologists. Discussions can be much more to-the-point and can

yield more fruitful results.

A last a r g u m e n t is p r e s e n t e d by m e t h o d o l o g y a n d data themselves: n e w insights can be r e a c h e d by constructing a rigid p r o t o c o l o f steps with sharply defined activities. A n e x a m p l e o f this is the d e v e l o p - m e n t o f a m e t h o d f o r i m p r o v e m e n t assessment, as a logical result o f an a t t e m p t to give explicit f o r m u l a s to c o m p u t e the i n v e n t o r y table 18.

T h e i m p l e m e n t a t i o n in software o f a t r a n s p a r e n t and explicit m e t h o d o l o g y f o r L C A is s t r a i g h t f o r w a r d and relatively easy. It is o u r h o p e that p r o g r a m s for L C A will in the n e a r f u t u r e imitate the p r o c e d u r a l structure as described in the m e t h o d o l o g i c a l reports.

Figure 2 gives an e x a m p l e of such a p r o g r a m , based

on the p r o t o c o l o f Table 1.

Evidently, r e p o r t s of case studies gain clarity by following the s a m e structure. If, f o r e x a m p l e , o n e wishes to study the m e t h o d s o f allocation of multiple processes e n c o u n t e r e d in various case studies, it w o u l d be an a d v a n t a g e if e v e r y r e p o r t gave the details in the third step o f the s e c o n d c o m p o n e n t , so in § 2,3.

U n i f o r m i t y s o m e t i m e s seems v e r y dull. In a w o r l d o f increasing c o m p l e x i t y in which e n v i r o n m e n t a l p r o b l e m s are challenging m a n k i n d , e n v i r o n m e n t a l , m i c r o e c o n - omic and m a c r o e c o n o m i c a r g u m e n t s m u s t be j u d g e d i n d e p e n d e n t l y on their relevance. Clarity of facts and opinions gives the only clue to the search for i n f o r m a t i o n n e e d e d to m a n a g e t o d a y ' s e n v i r o n m e n t a l p r o b l e m s efficiently.

References

Consoli, F., Allen, D., Boustead, I., Fava, J., Franklin, W., Jensen, A.A., de Oude, N., Parrish, R., Perriman, R., Postlethwaite, D., Quay, B., S6guin, J. and Vigon, B.

'Guidelines for Life-cycle Assessment: A "Code of Practice"', SETAC, Brussels/Pensacola, 1993

2 Fava, J.A., Denison, R., Jones, B., Curran, M.A., Vigon, B., Selke, S. and Barnum, J. (Eds) 'A Technical Framework for Life-cycle Assessment', SETAC, Washington, 1991 3 Fraunhofer-Institut for Lebensmitteltechnologie und Ver-

packung, Gesellschaft fiir Verpackungsmarktforschung, Insti- tut fiir Energie- und Umweltforschung, 'Umweltprofile von Packstoffen und Packmitteln, Methode (Entwurf)', ILV, Miinchen, 1991

4 'Product Life Cycle Assessment--Principles and Method- ology', Nord, Copenhagen/Stockholm, 1992

5 Heijungs, R., Guin6e, J.B., Huppes, G., Lankreijer, R.M., Udo de Haes, H.A., Wegener Sleeswijk, A., Ansems, A.M.M., Eggels, P.G., van Duin, R. and de Goede, H.P. 'Environmental Life Cycle Assessment of Products. I: Guide--October 1992 II: Backgrounds~October 1992', CML, Leiden, 1992

6 Vigon, B.W., Tolle, D.A., Cornaby, W., Latham, H.C., Harrison, C.L., Boguski, T.L., Hunt, R.G. and Sellers, J.D. 'Product Life-cycle Assessment: Inventory Guidelines and Principles', EPA, Cincinatti, 1992

7 Goedkoop, M.J. 'SIMAPRO manual. Computer Programme for the Assessment of the Environmental Impacts of Pro- ducts', PR6, Amersfoort, 1991

8 Ltibkert, B., Virtanen, Y., Miihlberger, M., Ingman, J., Vallance, B. and Alber, S. 'Life-cycle Analysis. IDEA, an International Database for Ecoprofile Analysis. A Tool for Decision Makers. Working paper, September 1991', IIASA, Laxenburg, 1991

9 'LCA Inventory Tool. Demo version. User manual', Chal- mers Industriteknik, G6teborg, 1992

10 Boustead, I. and Hancock, G.F. 'EEC Directive 85/339, UK Data 1986, a Report for INCPEN', The Open University, 1989

11 Habersatter, K. 'Okobilanzen von Packstoffen. Stand 1990', BUWAL, Bern, 1991

12 Boustead, I. 'Eco-profiles', PWMI, Brussels, 1993 13 Pedersen, B. and Christiansen, K. in 'Product Life Cycle

Assessment--Principles and Methodology', Nord, Copen- hagen/Stockholm, 1992

14 Guin6e, J.B., Huppes, G. and Udo de Haes, H.A.

J. Cleaner. Prod. 1993, 1, 3

15 'Critical Review of LCA Practice', ENDS report 219, 1993, pp 25-26

16 'Life-cycle Assessment, Workshop Report', SETAC, Brus- sels, 1992

17 Huppes, G. in 'Life-cycle Assessment', SETAC, Brussels, 1992

18 Heijungs, R. Ecol. Econ. in press

Referenties

GERELATEERDE DOCUMENTEN

Process tree: boundary between product system under study and other product systems A single process is usually related to several economie products, which are often connected

LCA studies can describe the environmental impacts of conventional and alternative food production systems, and identify opportunities to develop sustainable high-yield pro-

Here, we present the LC-IMPACT method that provides characterization factors at the damage level for 11 impact categories related to three areas of pro- tection (human health,

When broadening the scope of environmental life cycle indicators to also include economic and social indicators, LCSA practitioners are challenged to think on how to communicate their

Seto KE, Panesar DK, Chuchill CJ (2017) Criteria for the evaluation of life cycle assessment software packages and life cycle inventory data with application to concrete. Selection

The alternative approach to external normalization commonly taken in the lit- erature is internal normalization (Norris 2001), which focuses exclusively on the relative

Many will also bring new hazards, requiring an improved capacity for risk assessment and risk management." The iterative use of life cycle assessment to improve products appears

- Voor waardevolle archeologische vindplaatsen die bedreigd worden door de geplande ruimtelijke ontwikkeling en die niet in situ bewaard kunnen blijven:.. Wat is