Line data Source code
1 : !EOC
2 : !------------------------------------------------------------------------------
3 : ! Harmonized Emissions Component (HEMCO) !
4 : !------------------------------------------------------------------------------
5 : !BOP
6 : !
7 : ! !IROUTINE: hcox_gfed_include_gfed4.H
8 : !
9 : ! !DESCRIPTION: Include file with GFED emission factor data that was
10 : ! originally contained in file GFED\_emission\_factors.txt. We have now
11 : ! transformed this file into hardwired F90 commands in order to avoid reading
12 : ! an ASCII file in the ESMF environment.
13 : !
14 : ! !REMARKS:
15 : ! ABOUT THIS FILE:
16 : ! ----------------
17 : ! This file was created by script HEMCO/Extensions/Preprocess/gfed.pl.
18 : ! This script can be executed with the following command:
19 : !
20 : ! cd HEMCO/Extensions/Preprocess
21 : ! make gfed
22 : !
23 : ! This will regenerate this include file from the original data and
24 : ! automatically place it in the HEMCO/Extensions directory.
25 : !
26 : ! White space has been removed in order to reduce the file size as much
27 : ! as possible. If you have to recreate this file, then it is easier to
28 : ! generate via the Perl script than to try to hand edit the code below.
29 : !
30 : ! DATA:
31 : ! -----
32 :
33 : ! The Inst%GFED4_EMFAC array contains emission factors in kg/kgDM or kgC/kgDM
34 : ! Inst%GFED4_EMFAC(N,1) = Savanna, grassland, and shrubland fires Emission Factor
35 : ! Inst%GFED4_EMFAC(N,2) = Boreal forest fires Emission Factor
36 : ! Inst%GFED4_EMFAC(N,3) = Temperate forest fires Forest Emission Factor
37 : ! Inst%GFED4_EMFAC(N,4) = Deforestation (tropical) and degradation Emission Factor
38 : ! Inst%GFED4_EMFAC(N,5) = Peat fires Emission Factor
39 : ! Inst%GFED4_EMFAC(N,6) = Agricultural waste burning Emission Factor
40 :
41 : ! !REVISION HISTORY:
42 : ! 08 Aug 2014 - R. Yantosca - Initial version
43 : ! See https://github.com/geoschem/hemco for complete history
44 : !EOP
45 : !------------------------------------------------------------------------------
46 : !BOC
47 :
48 : ! CO
49 0 : GFED4_SPEC_NAME(1)="CO"
50 :
51 0 : Inst%GFED4_EMFAC(1,1)=6.90E-02_hp
52 0 : Inst%GFED4_EMFAC(1,2)=1.21E-01_hp
53 0 : Inst%GFED4_EMFAC(1,3)=1.13E-01_hp
54 0 : Inst%GFED4_EMFAC(1,4)=1.04E-01_hp
55 0 : Inst%GFED4_EMFAC(1,5)=2.60E-01_hp
56 0 : Inst%GFED4_EMFAC(1,6)=7.60E-02_hp
57 :
58 : ! ALK4 (Higher_Alkanes) - convert from kgC to kg
59 0 : GFED4_SPEC_NAME(2)="ALK4"
60 0 : Inst%GFED4_EMFAC(2,1)=8.68E-05_hp * 58.12_hp/(4.3_hp*12.0_hp)
61 0 : Inst%GFED4_EMFAC(2,2)=3.04E-04_hp * 58.12_hp/(4.3_hp*12.0_hp)
62 0 : Inst%GFED4_EMFAC(2,3)=2.21E-04_hp * 58.12_hp/(4.3_hp*12.0_hp)
63 0 : Inst%GFED4_EMFAC(2,4)=1.58E-04_hp * 58.12_hp/(4.3_hp*12.0_hp)
64 0 : Inst%GFED4_EMFAC(2,5)=1.00E-03_hp * 58.12_hp/(4.3_hp*12.0_hp)
65 0 : Inst%GFED4_EMFAC(2,6)=2.24E-04_hp * 58.12_hp/(4.3_hp*12.0_hp)
66 :
67 : ! ACET (C3H6O)
68 0 : GFED4_SPEC_NAME(3)="ACET"
69 0 : Inst%GFED4_EMFAC(3,1)=4.70E-04_hp
70 0 : Inst%GFED4_EMFAC(3,2)=1.59E-03_hp
71 0 : Inst%GFED4_EMFAC(3,3)=7.60E-04_hp
72 0 : Inst%GFED4_EMFAC(3,4)=6.30E-04_hp
73 0 : Inst%GFED4_EMFAC(3,5)=9.10E-04_hp
74 0 : Inst%GFED4_EMFAC(3,6)=7.10E-04_hp
75 :
76 : ! MEK as 2-butanone
77 0 : GFED4_SPEC_NAME(4)="MEK"
78 0 : Inst%GFED4_EMFAC(4,1)=1.30E-04_hp
79 0 : Inst%GFED4_EMFAC(4,2)=1.60E-04_hp
80 0 : Inst%GFED4_EMFAC(4,3)=2.30E-04_hp
81 0 : Inst%GFED4_EMFAC(4,4)=5.00E-04_hp
82 0 : Inst%GFED4_EMFAC(4,5)=3.40E-04_hp
83 0 : Inst%GFED4_EMFAC(4,6)=5.80E-04_hp
84 :
85 : ! ALD2 (C2H4O)
86 0 : GFED4_SPEC_NAME(5)="ALD2"
87 0 : Inst%GFED4_EMFAC(5,1)=8.40E-04_hp
88 0 : Inst%GFED4_EMFAC(5,2)=8.10E-04_hp
89 0 : Inst%GFED4_EMFAC(5,3)=1.21E-03_hp
90 0 : Inst%GFED4_EMFAC(5,4)=2.26E-03_hp
91 0 : Inst%GFED4_EMFAC(5,5)=1.16E-03_hp
92 0 : Inst%GFED4_EMFAC(5,6)=1.80E-03_hp
93 :
94 : ! PRPE (C3H6 + Higher_Alkenes)
95 : !tsc added 1,3-butadiene
96 0 : GFED4_SPEC_NAME(6)="PRPE"
97 0 : Inst%GFED4_EMFAC(6,1)=4.60E-04_hp + 2.58E-04_hp * 42.08_hp/(3.0_hp*12.0_hp)
98 0 : Inst%GFED4_EMFAC(6,2)=6.70E-04_hp + 3.64E-04_hp * 42.08_hp/(3.0_hp*12.0_hp)
99 0 : Inst%GFED4_EMFAC(6,3)=6.00E-04_hp + 4.24E-04_hp * 42.08_hp/(3.0_hp*12.0_hp)
100 0 : Inst%GFED4_EMFAC(6,4)=8.60E-04_hp + 4.04E-04_hp * 42.08_hp/(3.0_hp*12.0_hp)
101 0 : Inst%GFED4_EMFAC(6,5)=1.14E-03_hp + 1.13E-03_hp * 42.08_hp/(3.0_hp*12.0_hp)
102 0 : Inst%GFED4_EMFAC(6,6)=4.70E-04_hp + 3.50E-04_hp * 42.08_hp/(3.0_hp*12.0_hp)
103 :
104 : ! C3H8
105 0 : GFED4_SPEC_NAME(7)="C3H8"
106 0 : Inst%GFED4_EMFAC(7,1)=1.30E-04_hp
107 0 : Inst%GFED4_EMFAC(7,2)=2.90E-04_hp
108 0 : Inst%GFED4_EMFAC(7,3)=2.80E-04_hp
109 0 : Inst%GFED4_EMFAC(7,4)=5.30E-04_hp
110 0 : Inst%GFED4_EMFAC(7,5)=9.90E-04_hp
111 0 : Inst%GFED4_EMFAC(7,6)=1.70E-04_hp
112 :
113 : ! CH2O
114 0 : GFED4_SPEC_NAME(8)="CH2O"
115 0 : Inst%GFED4_EMFAC(8,1)=1.23E-03_hp
116 0 : Inst%GFED4_EMFAC(8,2)=1.75E-03_hp
117 0 : Inst%GFED4_EMFAC(8,3)=2.04E-03_hp
118 0 : Inst%GFED4_EMFAC(8,4)=2.40E-03_hp
119 0 : Inst%GFED4_EMFAC(8,5)=1.07E-03_hp
120 0 : Inst%GFED4_EMFAC(8,6)=1.80E-03_hp
121 :
122 : ! C2H6
123 0 : GFED4_SPEC_NAME(9)="C2H6"
124 0 : Inst%GFED4_EMFAC(9,1)=4.20E-04_hp
125 0 : Inst%GFED4_EMFAC(9,2)=9.70E-04_hp
126 0 : Inst%GFED4_EMFAC(9,3)=6.90E-04_hp
127 0 : Inst%GFED4_EMFAC(9,4)=8.80E-04_hp
128 0 : Inst%GFED4_EMFAC(9,5)=1.85E-03_hp
129 0 : Inst%GFED4_EMFAC(9,6)=7.90E-04_hp
130 :
131 : ! SO2
132 0 : GFED4_SPEC_NAME(10)="SO2"
133 0 : Inst%GFED4_EMFAC(10,1)=4.80E-04_hp
134 0 : Inst%GFED4_EMFAC(10,2)=1.10E-03_hp
135 0 : Inst%GFED4_EMFAC(10,3)=1.10E-03_hp
136 0 : Inst%GFED4_EMFAC(10,4)=4.00E-04_hp
137 0 : Inst%GFED4_EMFAC(10,5)=4.00E-04_hp
138 0 : Inst%GFED4_EMFAC(10,6)=4.00E-04_hp
139 :
140 : ! NH3
141 0 : GFED4_SPEC_NAME(11)="NH3"
142 0 : Inst%GFED4_EMFAC(11,1)=5.20E-04_hp
143 0 : Inst%GFED4_EMFAC(11,2)=2.72E-03_hp
144 0 : Inst%GFED4_EMFAC(11,3)=8.40E-04_hp
145 0 : Inst%GFED4_EMFAC(11,4)=1.33E-03_hp
146 0 : Inst%GFED4_EMFAC(11,5)=1.33E-03_hp
147 0 : Inst%GFED4_EMFAC(11,6)=2.17E-03_hp
148 :
149 : ! BC - already per carbon
150 0 : GFED4_SPEC_NAME(12)="BC"
151 0 : Inst%GFED4_EMFAC(12,1)=3.70E-04_hp
152 0 : Inst%GFED4_EMFAC(12,2)=5.00E-04_hp
153 0 : Inst%GFED4_EMFAC(12,3)=5.00E-04_hp
154 0 : Inst%GFED4_EMFAC(12,4)=5.20E-04_hp
155 0 : Inst%GFED4_EMFAC(12,5)=4.00E-05_hp
156 0 : Inst%GFED4_EMFAC(12,6)=7.50E-04_hp
157 :
158 : ! OC - already per carbon
159 0 : GFED4_SPEC_NAME(13)="OC"
160 0 : Inst%GFED4_EMFAC(13,1)=2.62E-03_hp
161 0 : Inst%GFED4_EMFAC(13,2)=9.60E-03_hp
162 0 : Inst%GFED4_EMFAC(13,3)=9.60E-03_hp
163 0 : Inst%GFED4_EMFAC(13,4)=4.71E-03_hp
164 0 : Inst%GFED4_EMFAC(13,5)=6.02E-03_hp
165 0 : Inst%GFED4_EMFAC(13,6)=2.30E-03_hp
166 :
167 : ! NO (NOx)
168 0 : GFED4_SPEC_NAME(14)="NO"
169 0 : Inst%GFED4_EMFAC(14,1)=3.90E-03_hp
170 0 : Inst%GFED4_EMFAC(14,2)=9.00E-04_hp
171 0 : Inst%GFED4_EMFAC(14,3)=1.92E-03_hp
172 0 : Inst%GFED4_EMFAC(14,4)=2.55E-03_hp
173 0 : Inst%GFED4_EMFAC(14,5)=1.00E-03_hp
174 0 : Inst%GFED4_EMFAC(14,6)=3.11E-03_hp
175 :
176 : ! MGLY (CH3COCHO)
177 0 : GFED4_SPEC_NAME(15)="MGLY"
178 0 : Inst%GFED4_EMFAC(15,1)=4.00E-04_hp
179 0 : Inst%GFED4_EMFAC(15,2)=5.70E-04_hp
180 0 : Inst%GFED4_EMFAC(15,3)=2.70E-04_hp
181 0 : Inst%GFED4_EMFAC(15,4)=4.90E-04_hp
182 0 : Inst%GFED4_EMFAC(15,5)=2.30E-04_hp
183 0 : Inst%GFED4_EMFAC(15,6)=5.50E-04_hp
184 :
185 : ! BENZ (C6H6)
186 0 : GFED4_SPEC_NAME(16)="BENZ"
187 0 : Inst%GFED4_EMFAC(16,1)=3.30E-04_hp
188 0 : Inst%GFED4_EMFAC(16,2)=5.70E-04_hp
189 0 : Inst%GFED4_EMFAC(16,3)=4.20E-04_hp
190 0 : Inst%GFED4_EMFAC(16,4)=3.80E-04_hp
191 0 : Inst%GFED4_EMFAC(16,5)=8.70E-04_hp
192 0 : Inst%GFED4_EMFAC(16,6)=2.70E-04_hp
193 :
194 : ! TOLU (C7H8)
195 0 : GFED4_SPEC_NAME(17)="TOLU"
196 0 : Inst%GFED4_EMFAC(17,1)=1.90E-04_hp
197 0 : Inst%GFED4_EMFAC(17,2)=3.50E-04_hp
198 0 : Inst%GFED4_EMFAC(17,3)=2.70E-04_hp
199 0 : Inst%GFED4_EMFAC(17,4)=2.30E-04_hp
200 0 : Inst%GFED4_EMFAC(17,5)=4.50E-04_hp
201 0 : Inst%GFED4_EMFAC(17,6)=1.70E-04_hp
202 :
203 : ! XYLE (C8H10)
204 0 : GFED4_SPEC_NAME(18)="XYLE"
205 0 : Inst%GFED4_EMFAC(18,1)=8.60E-05_hp
206 0 : Inst%GFED4_EMFAC(18,2)=1.10E-04_hp
207 0 : Inst%GFED4_EMFAC(18,3)=1.60E-04_hp
208 0 : Inst%GFED4_EMFAC(18,4)=8.60E-05_hp
209 0 : Inst%GFED4_EMFAC(18,5)=2.30E-04_hp
210 0 : Inst%GFED4_EMFAC(18,6)=1.00E-04_hp
211 :
212 : ! C2H4
213 0 : GFED4_SPEC_NAME(19)="C2H4"
214 0 : Inst%GFED4_EMFAC(19,1)=8.30E-04_hp
215 0 : Inst%GFED4_EMFAC(19,2)=1.54E-03_hp
216 0 : Inst%GFED4_EMFAC(19,3)=1.11E-03_hp
217 0 : Inst%GFED4_EMFAC(19,4)=1.11E-03_hp
218 0 : Inst%GFED4_EMFAC(19,5)=1.47E-03_hp
219 0 : Inst%GFED4_EMFAC(19,6)=1.00E-03_hp
220 :
221 : ! C2H2
222 0 : GFED4_SPEC_NAME(20)="C2H2"
223 0 : Inst%GFED4_EMFAC(20,1)=3.10E-04_hp
224 0 : Inst%GFED4_EMFAC(20,2)=2.80E-04_hp
225 0 : Inst%GFED4_EMFAC(20,3)=3.10E-04_hp
226 0 : Inst%GFED4_EMFAC(20,4)=3.50E-04_hp
227 0 : Inst%GFED4_EMFAC(20,5)=1.10E-04_hp
228 0 : Inst%GFED4_EMFAC(20,6)=2.70E-04_hp
229 :
230 : ! GLYC (HOCH2CHO)
231 0 : GFED4_SPEC_NAME(21)="GLYC"
232 0 : Inst%GFED4_EMFAC(21,1)=1.30E-04_hp
233 0 : Inst%GFED4_EMFAC(21,2)=3.80E-04_hp
234 0 : Inst%GFED4_EMFAC(21,3)=3.90E-04_hp
235 0 : Inst%GFED4_EMFAC(21,4)=3.30E-04_hp
236 0 : Inst%GFED4_EMFAC(21,5)=1.10E-04_hp
237 0 : Inst%GFED4_EMFAC(21,6)=3.20E-03_hp
238 :
239 : ! CO2
240 0 : GFED4_SPEC_NAME(22)="CO2"
241 0 : Inst%GFED4_EMFAC(22,1)=1.66E+00_hp
242 0 : Inst%GFED4_EMFAC(22,2)=1.453E+00_hp
243 0 : Inst%GFED4_EMFAC(22,3)=1.57E+00_hp
244 0 : Inst%GFED4_EMFAC(22,4)=1.62E+00_hp
245 0 : Inst%GFED4_EMFAC(22,5)=1.59E+00_hp
246 0 : Inst%GFED4_EMFAC(22,6)=1.43E+00_hp
247 :
248 : ! CH4
249 0 : GFED4_SPEC_NAME(23)="CH4"
250 0 : Inst%GFED4_EMFAC(23,1)=2.70E-03_hp
251 0 : Inst%GFED4_EMFAC(23,2)=5.50E-03_hp
252 0 : Inst%GFED4_EMFAC(23,3)=5.20E-03_hp
253 0 : Inst%GFED4_EMFAC(23,4)=6.50E-03_hp
254 0 : Inst%GFED4_EMFAC(23,5)=9.10E-03_hp
255 0 : Inst%GFED4_EMFAC(23,6)=5.70E-03_hp
256 :
257 : ! HCOOH
258 0 : GFED4_SPEC_NAME(24)="HCOOH"
259 0 : Inst%GFED4_EMFAC(24,1)=2.10E-04_hp
260 0 : Inst%GFED4_EMFAC(24,2)=1.04E-03_hp
261 0 : Inst%GFED4_EMFAC(24,3)=9.10E-04_hp
262 0 : Inst%GFED4_EMFAC(24,4)=4.90E-04_hp
263 0 : Inst%GFED4_EMFAC(24,5)=2.90E-04_hp
264 0 : Inst%GFED4_EMFAC(24,6)=5.60E-04_hp
265 :
266 : ! DMS (C2H6S)
267 0 : GFED4_SPEC_NAME(25)="DMS"
268 0 : Inst%GFED4_EMFAC(25,1)=8.00E-06_hp
269 0 : Inst%GFED4_EMFAC(25,2)=2.30E-06_hp
270 0 : Inst%GFED4_EMFAC(25,3)=1.40E-05_hp
271 0 : Inst%GFED4_EMFAC(25,4)=2.20E-06_hp
272 0 : Inst%GFED4_EMFAC(25,5)=4.50E-05_hp
273 0 : Inst%GFED4_EMFAC(25,6)=5.00E-05_hp
274 :
275 : ! ISOP (C5H8)
276 0 : GFED4_SPEC_NAME(26)="ISOP"
277 0 : Inst%GFED4_EMFAC(26,1)=1.01E-04_hp
278 0 : Inst%GFED4_EMFAC(26,2)=7.40E-05_hp
279 0 : Inst%GFED4_EMFAC(26,3)=1.00E-04_hp
280 0 : Inst%GFED4_EMFAC(26,4)=1.00E-04_hp
281 0 : Inst%GFED4_EMFAC(26,5)=5.20E-04_hp
282 0 : Inst%GFED4_EMFAC(26,6)=1.70E-04_hp
283 :
284 : ! MTPA (C10H16) - not carried per carbon
285 0 : GFED4_SPEC_NAME(27)="MTPA"
286 0 : Inst%GFED4_EMFAC(27,1)=1.04E-04_hp
287 0 : Inst%GFED4_EMFAC(27,2)=1.53E-03_hp
288 0 : Inst%GFED4_EMFAC(27,3)=1.17E-03_hp
289 0 : Inst%GFED4_EMFAC(27,4)=1.50E-04_hp
290 0 : Inst%GFED4_EMFAC(27,5)=8.00E-05_hp
291 0 : Inst%GFED4_EMFAC(27,6)=2.70E-05_hp
292 :
293 : ! MOH (CH3OH) - not carried per carbon
294 0 : GFED4_SPEC_NAME(28)="MOH"
295 0 : Inst%GFED4_EMFAC(28,1)=1.35E-03_hp
296 0 : Inst%GFED4_EMFAC(28,2)=2.33E-03_hp
297 0 : Inst%GFED4_EMFAC(28,3)=2.20E-03_hp
298 0 : Inst%GFED4_EMFAC(28,4)=2.80E-03_hp
299 0 : Inst%GFED4_EMFAC(28,5)=2.50E-03_hp
300 0 : Inst%GFED4_EMFAC(28,6)=3.30E-03_hp
301 :
302 : ! EOH (C2H5OH)
303 0 : GFED4_SPEC_NAME(29)="EOH"
304 0 : Inst%GFED4_EMFAC(29,1)=3.60E-05_hp
305 0 : Inst%GFED4_EMFAC(29,2)=5.80E-05_hp
306 0 : Inst%GFED4_EMFAC(29,3)=7.60E-05_hp
307 0 : Inst%GFED4_EMFAC(29,4)=6.70E-05_hp
308 0 : Inst%GFED4_EMFAC(29,5)=1.70E-04_hp
309 0 : Inst%GFED4_EMFAC(29,6)=5.00E-05_hp
310 :
311 : ! ACTA (CH3COOH) - not carried per carbon
312 0 : GFED4_SPEC_NAME(30)="ACTA"
313 0 : Inst%GFED4_EMFAC(30,1)=2.31E-03_hp
314 0 : Inst%GFED4_EMFAC(30,2)=3.80E-03_hp
315 0 : Inst%GFED4_EMFAC(30,3)=2.74E-03_hp
316 0 : Inst%GFED4_EMFAC(30,4)=3.30E-03_hp
317 0 : Inst%GFED4_EMFAC(30,5)=4.90E-03_hp
318 0 : Inst%GFED4_EMFAC(30,6)=6.10E-03_hp
319 :
320 : ! SOAP
321 0 : GFED4_SPEC_NAME(31)="SOAP"
322 0 : Inst%GFED4_EMFAC(31,1)=Inst%GFED4_EMFAC(1,1) ! SAVA
323 0 : Inst%GFED4_EMFAC(31,2)=Inst%GFED4_EMFAC(1,2) ! BORF
324 0 : Inst%GFED4_EMFAC(31,3)=Inst%GFED4_EMFAC(1,3) ! TEMP
325 0 : Inst%GFED4_EMFAC(31,4)=Inst%GFED4_EMFAC(1,4) ! DEFO
326 0 : Inst%GFED4_EMFAC(31,5)=Inst%GFED4_EMFAC(1,5) ! PEAT
327 0 : Inst%GFED4_EMFAC(31,6)=Inst%GFED4_EMFAC(1,6) ! AGRI
328 :
329 : ! HG0
330 0 : GFED4_SPEC_NAME(32)="Hg0"
331 0 : Inst%GFED4_EMFAC(32,1)=7.17E-07_hp * Inst%GFED4_EMFAC(1,1) ! SAV -- SAVA
332 0 : Inst%GFED4_EMFAC(32,2)=7.17E-07_hp * Inst%GFED4_EMFAC(1,2) ! FOR -- BORF
333 0 : Inst%GFED4_EMFAC(32,3)=7.17E-07_hp * Inst%GFED4_EMFAC(1,3) ! FOR -- TEMP
334 0 : Inst%GFED4_EMFAC(32,4)=7.17E-07_hp * Inst%GFED4_EMFAC(1,4) ! DEF -- DEFO
335 0 : Inst%GFED4_EMFAC(32,5)=7.17E-07_hp * Inst%GFED4_EMFAC(1,5) ! PET -- PEAT
336 0 : Inst%GFED4_EMFAC(32,6)=7.17E-07_hp * Inst%GFED4_EMFAC(1,6) ! AGW -- AGRI
337 :
338 : ! HAC - not traced per carbon - from Akagi et al, 2011
339 0 : GFED4_SPEC_NAME(33)="HAC"
340 0 : Inst%GFED4_EMFAC(33,1)=5.60E-04_hp !SAV - Savannah
341 0 : Inst%GFED4_EMFAC(33,2)=2.10E-03_hp !BORF - Boreal
342 0 : Inst%GFED4_EMFAC(33,3)=1.13E-03_hp !TEMP - Temperate
343 0 : Inst%GFED4_EMFAC(33,4)=1.81E-03_hp !DEFO - Tropical
344 0 : Inst%GFED4_EMFAC(33,5)=6.40E-04_hp !PET - Peatland
345 0 : Inst%GFED4_EMFAC(33,6)=3.12E-03_hp !AGW - Crop residue
346 :
347 : ! GLYX - not traced per carbon
348 0 : GFED4_SPEC_NAME(34)="GLYX"
349 0 : Inst%GFED4_EMFAC(34,1)=3.30E-04_hp
350 0 : Inst%GFED4_EMFAC(34,2)=5.90E-04_hp
351 0 : Inst%GFED4_EMFAC(34,3)=5.40E-04_hp
352 0 : Inst%GFED4_EMFAC(34,4)=5.00E-04_hp
353 0 : Inst%GFED4_EMFAC(34,5)=1.30E-03_hp
354 0 : Inst%GFED4_EMFAC(34,6)=2.40E-04_hp
355 :
356 : ! HCl
357 0 : GFED4_SPEC_NAME(35)="HCl"
358 0 : Inst%GFED4_EMFAC(35,1)=1.3E-04_hp
359 0 : Inst%GFED4_EMFAC(35,2)=1.3E-04_hp
360 0 : Inst%GFED4_EMFAC(35,3)=3.9E-05_hp
361 0 : Inst%GFED4_EMFAC(35,4)=1.3E-04_hp
362 0 : Inst%GFED4_EMFAC(35,5)=8.0E-06_hp
363 0 : Inst%GFED4_EMFAC(35,6)=1.8E-04_hp
364 :
365 : ! RCHO
366 0 : GFED4_SPEC_NAME(36)="RCHO"
367 0 : Inst%GFED4_EMFAC(36,1)=1.2E-03_hp
368 0 : Inst%GFED4_EMFAC(36,2)=9.4E-04_hp
369 0 : Inst%GFED4_EMFAC(36,3)=8.6E-04_hp
370 0 : Inst%GFED4_EMFAC(36,4)=1.4E-03_hp
371 0 : Inst%GFED4_EMFAC(36,5)=1.4E-03_hp
372 0 : Inst%GFED4_EMFAC(36,6)=1.7E-03_hp
373 :
374 : ! 1,3-butadiene
375 0 : GFED4_SPEC_NAME(37)="BUTA"
376 0 : Inst%GFED4_EMFAC(37,1)=9.5E-05_hp
377 0 : Inst%GFED4_EMFAC(37,2)=8.9E-05_hp
378 0 : Inst%GFED4_EMFAC(37,3)=1.25E-04_hp
379 0 : Inst%GFED4_EMFAC(37,4)=1.5E-04_hp
380 0 : Inst%GFED4_EMFAC(37,5)=2.2E-04_hp
381 0 : Inst%GFED4_EMFAC(37,6)=1.6E-04_hp
382 :
383 : ! Dimethylfuran
384 0 : GFED4_SPEC_NAME(38)="DMFU"
385 0 : Inst%GFED4_EMFAC(38,1)=6.3E-05_hp !SAV - Savannah
386 0 : Inst%GFED4_EMFAC(38,2)=1.0E-04_hp !BORF - Boreal
387 0 : Inst%GFED4_EMFAC(38,3)=7.0E-05_hp !TEMP - Temperate
388 0 : Inst%GFED4_EMFAC(38,4)=8.5E-05_hp !DEFO - Tropical
389 0 : Inst%GFED4_EMFAC(38,5)=1.4E-04_hp !PET - Peatland
390 0 : Inst%GFED4_EMFAC(38,6)=9.8E-05_hp !AGW - Crop residue
391 :
392 : ! Furan by itself
393 : ! GFED4_SPEC_NAME(39)="FURA"
394 : ! Inst%GFED4_EMFAC(39,1)=2.9E-04_hp !SAV - Savannah
395 : ! Inst%GFED4_EMFAC(39,2)=3.6E-04_hp !BORF - Boreal
396 : ! Inst%GFED4_EMFAC(39,3)=4.1E-04_hp !TEMP - Temperate
397 : ! Inst%GFED4_EMFAC(39,4)=3.3E-04_hp !DEFO - Tropical
398 : ! Inst%GFED4_EMFAC(39,5)=1.07E-03_hp !PET - Peatland
399 : ! Inst%GFED4_EMFAC(39,6)=9.0E-04_hp !AGW - Crop residue
400 :
401 : ! 2-methylfuran
402 : !GFED4_SPEC_NAME(41)="MFUR"
403 : !Inst%GFED4_EMFAC(41,1)=2.0E-04_hp !SAV - Savannah
404 : !Inst%GFED4_EMFAC(41,2)=4.2E-04_hp !BORF - Boreal
405 : !Inst%GFED4_EMFAC(41,3)=3.4E-04_hp !TEMP - Temperate
406 : !Inst%GFED4_EMFAC(41,4)=2.8E-04_hp !DEFO - Tropical
407 : !Inst%GFED4_EMFAC(41,5)=3.1E-04_hp !PET - Peatland
408 : !Inst%GFED4_EMFAC(41,6)=5.3E-04_hp !AGW - Crop residue
409 :
410 : ! Furan with DMFU and 2-methyl
411 0 : GFED4_SPEC_NAME(39)="FURA"
412 0 : Inst%GFED4_EMFAC(39,1)=5.5E-04_hp !SAV - Savannah
413 0 : Inst%GFED4_EMFAC(39,2)=8.8E-04_hp !BORF - Boreal
414 0 : Inst%GFED4_EMFAC(39,3)=8.2E-04_hp !TEMP - Temperate
415 0 : Inst%GFED4_EMFAC(39,4)=7.0E-04_hp !DEFO - Tropical
416 0 : Inst%GFED4_EMFAC(39,5)=1.52E-03_hp !PET - Peatland
417 0 : Inst%GFED4_EMFAC(39,6)=1.53E-03_hp !AGW - Crop residue
418 :
419 : ! Furfural
420 0 : GFED4_SPEC_NAME(40)="FURF"
421 0 : Inst%GFED4_EMFAC(40,1)=7.3E-04_hp !SAV - Savannah
422 0 : Inst%GFED4_EMFAC(40,2)=6.1E-04_hp !BORF - Boreal
423 0 : Inst%GFED4_EMFAC(40,3)=5.2E-04_hp !TEMP - Temperate
424 0 : Inst%GFED4_EMFAC(40,4)=7.7E-04_hp !DEFO - Tropical
425 0 : Inst%GFED4_EMFAC(40,5)=1.10E-03_hp !PET - Peatland
426 0 : Inst%GFED4_EMFAC(40,6)=1.03E-03_hp !AGW - Crop residue
427 :
428 : ! Acrolein
429 : !GFED4_SPEC_NAME(36)="ACRO"
430 : !Inst%GFED4_EMFAC(36,1)=4.8E-04_hp
431 : !Inst%GFED4_EMFAC(36,2)=3.3E-04_hp
432 : !Inst%GFED4_EMFAC(36,3)=3.4E-04_hp
433 : !Inst%GFED4_EMFAC(36,4)=6.5E-04_hp
434 : !Inst%GFED4_EMFAC(36,5)=2.7E-04_hp
435 : !Inst%GFED4_EMFAC(36,6)=6.2E-04_hp
436 :
437 : ! butenenitriles
438 : !GFED4_SPEC_NAME(42)="BNIT"
439 : !Inst%GFED4_EMFAC(42,1)=1.3E-05_hp !SAV - Savannah
440 : !Inst%GFED4_EMFAC(42,2)=1.4E-04_hp !BORF - Boreal
441 : !Inst%GFED4_EMFAC(42,3)=6.2E-05_hp !TEMP - Temperate
442 : !Inst%GFED4_EMFAC(42,4)=1.2E-04_hp !DEFO - Tropical
443 : !Inst%GFED4_EMFAC(42,5)=0E+01_hp !PET - Peatland
444 : !Inst%GFED4_EMFAC(42,6)=2.2E-04_hp !AGW - Crop residue
445 :
446 : ! Styrene
447 : !GFED4_SPEC_NAME(43)="STYR"
448 : !Inst%GFED4_EMFAC(43,1)=5.6E-05_hp !SAV - Savannah
449 : !Inst%GFED4_EMFAC(43,2)=1.3E-04_hp !BORF - Boreal
450 : !Inst%GFED4_EMFAC(43,3)=6.6E-05_hp !TEMP - Temperate
451 : !Inst%GFED4_EMFAC(43,4)=2.8E-05_hp !DEFO - Tropical
452 : !Inst%GFED4_EMFAC(43,5)=5.5E-05_hp !PET - Peatland
453 : !Inst%GFED4_EMFAC(43,6)=4.3E-05_hp !AGW - Crop residue
454 :
455 : ! Phenol
456 0 : GFED4_SPEC_NAME(44)="PHEN"
457 0 : Inst%GFED4_EMFAC(44,1)=4.3E-04_hp !SAV - Savannah
458 0 : Inst%GFED4_EMFAC(44,2)=7.5E-04_hp !BORF - Boreal
459 0 : Inst%GFED4_EMFAC(44,3)=2.5E-04_hp !TEMP - Temperate
460 0 : Inst%GFED4_EMFAC(44,4)=2.3E-04_hp !DEFO - Tropical
461 0 : Inst%GFED4_EMFAC(44,5)=4.7E-04_hp !PET - Peatland
462 0 : Inst%GFED4_EMFAC(44,6)=8.9E-04_hp !AGW - Crop residue
463 :
464 : ! Methylvinylketone
465 0 : GFED4_SPEC_NAME(45)="MVK"
466 0 : Inst%GFED4_EMFAC(45,1)=2.3E-04_hp !SAV - Savannah
467 0 : Inst%GFED4_EMFAC(45,2)=9.9E-05_hp !BORF - Boreal
468 0 : Inst%GFED4_EMFAC(45,3)=1.65E-04_hp !TEMP - Temperate
469 0 : Inst%GFED4_EMFAC(45,4)=3.9E-04_hp !DEFO - Tropical
470 0 : Inst%GFED4_EMFAC(45,5)=5.7E-05_hp !PET - Peatland
471 0 : Inst%GFED4_EMFAC(45,6)=4.8E-04_hp !AGW - Crop residue
472 :
473 : !EOC
|