Difference between revisions of "PM2.5 emissions from MSWI, biofuel plant, and natural gas plant in Hämeenkyrö"

From Testiwiki
Jump to: navigation, search
m (restructured titles)
m
Line 1: Line 1:
'''Scope'''<br>
+
== '''Scope'''<br> ==
  
'''PM<sub>2.5</sub> emissions from MSWI, biofuel plant, and natural gas plant in Hämeenkyrö'''
+
'''PM<sub>2.5</sub> emissions from MSWI, biofuel plant, and natural gas plant in Hämeenkyrö''' gives PM<sub>2.5</sub> emissions for the three power plants according to their actual/planned production. Annual PM<sub>2.5</sub> emissions for each power plant.  
gives PM<sub>2.5</sub> emissions for the three power plants according to their actual/planned production. Annual PM<sub>2.5</sub> emissions for each power plant.
 
  
[[Category:Emission releases]]
+
=== Description ===
[[Category:Classical air pollutants]]
 
[[Category:Risk assessment on Hämeenkyrö municipal solid waste incinerator]]
 
[[Category:Calculations with Analytica code]]
 
== Description ==
 
  
This variable gives the PM<sub>2.5</sub> emissions separately for each of the three power plant options to be considered in the Hämeenkyrö case. The emissions are calculated based on annual activities and exact technical configurations of the power plants. The technical data are entered in the FIRE (Factor Information Retrieval) software of the US EPA to obtain Emission Estimation Factors. The annual amounts of activity (in e.g. MWh/a or MSW burned/a) are then multiplied by the EF to get annual emissions from each plant. Note: This formulation leaves room for experimenting with adjustments in the power plants (e.g. if the amount of waste burned increases). Alternatively we can just use predetermined values and calculate one single annual emission figure for each plant.
+
This variable gives the PM<sub>2.5</sub> emissions separately for each of the three power plant options to be considered in the Hämeenkyrö case. The emissions are calculated based on annual activities and exact technical configurations of the power plants. The technical data are entered in the FIRE (Factor Information Retrieval) software of the US EPA to obtain Emission Estimation Factors. The annual amounts of activity (in e.g. MWh/a or MSW burned/a) are then multiplied by the EF to get annual emissions from each plant. Note: This formulation leaves room for experimenting with adjustments in the power plants (e.g. if the amount of waste burned increases). Alternatively we can just use predetermined values and calculate one single annual emission figure for each plant.  
  
''(Comment: There might be ready-made plant-specific data in FRES-model.)''
+
''(Comment: There might be ready-made plant-specific data in FRES-model.)''  
  
 +
<br> Subvariables:
  
Subvariables:
+
*MSWI  
*MSWI
+
*natural gas plant  
*natural gas plant
 
 
*biofuel plant
 
*biofuel plant
  
===References===
+
=== References ===
 +
 
 
*[http://www.epa.gov/ttn/chief/eiip/pm25inventory/concepts.html Here you can find and install the FIRE software among other things]
 
*[http://www.epa.gov/ttn/chief/eiip/pm25inventory/concepts.html Here you can find and install the FIRE software among other things]
  
== Definition ==
+
== Definition ==
  
===Causality===
+
=== Causality ===
  
===Data===
+
=== Data ===
  
*MSWI: 11
+
*MSWI: 11  
*Gas: 0.1
+
*Gas: 0.1  
 
*Biofuel:?
 
*Biofuel:?
  
===Formula===
+
=== Formula ===
  
 
<anacode>
 
<anacode>
Line 45: Line 41:
 
var emission:= plant_activity_gas*emission_factor;
 
var emission:= plant_activity_gas*emission_factor;
  
</anacode>
+
</anacode>  
  
== Unit ==
+
=== Unit ===
  
ton/a
+
ton/a  
  
== Result ==
+
== Result ==
  
*MSWI: 11
+
*MSWI: 11  
*Gas: 0.1
+
*Gas: 0.1  
 
*Biofuel:?
 
*Biofuel:?
 +
 +
[[Category:Emission_releases|Variable:PM2.5 emissions from MSWI, biofuel plant, and natural gas plant in Hämeenkyrö]] [[Category:Classical_air_pollutants|Variable:PM2.5 emissions from MSWI, biofuel plant, and natural gas plant in Hämeenkyrö]] [[Category:Risk_assessment_on_Hämeenkyrö_municipal_solid_waste_incinerator|Variable:PM2.5 emissions from MSWI, biofuel plant, and natural gas plant in Hämeenkyrö]] [[Category:Calculations_with_Analytica_code|Variable:PM2.5 emissions from MSWI, biofuel plant, and natural gas plant in Hämeenkyrö]]

Revision as of 06:41, 12 March 2009

Scope

PM2.5 emissions from MSWI, biofuel plant, and natural gas plant in Hämeenkyrö gives PM2.5 emissions for the three power plants according to their actual/planned production. Annual PM2.5 emissions for each power plant.

Description

This variable gives the PM2.5 emissions separately for each of the three power plant options to be considered in the Hämeenkyrö case. The emissions are calculated based on annual activities and exact technical configurations of the power plants. The technical data are entered in the FIRE (Factor Information Retrieval) software of the US EPA to obtain Emission Estimation Factors. The annual amounts of activity (in e.g. MWh/a or MSW burned/a) are then multiplied by the EF to get annual emissions from each plant. Note: This formulation leaves room for experimenting with adjustments in the power plants (e.g. if the amount of waste burned increases). Alternatively we can just use predetermined values and calculate one single annual emission figure for each plant.

(Comment: There might be ready-made plant-specific data in FRES-model.)


Subvariables:

  • MSWI
  • natural gas plant
  • biofuel plant

References

Definition

Causality

Data

  • MSWI: 11
  • Gas: 0.1
  • Biofuel:?

Formula

<anacode>

Index plant:= ['MSWI','Gas','Biofuel'];

var plant_activity:= [80,60,80];

var emission_factor:= [?,?,?];

var emission:= plant_activity_gas*emission_factor;

</anacode>

Unit

ton/a

Result

  • MSWI: 11
  • Gas: 0.1
  • Biofuel:?