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.30E-02_hp
52 0 : Inst%GFED4_EMFAC(1,2)=1.27E-01_hp
53 0 : Inst%GFED4_EMFAC(1,3)=8.80E-02_hp
54 0 : Inst%GFED4_EMFAC(1,4)=9.30E-02_hp
55 0 : Inst%GFED4_EMFAC(1,5)=2.10E-01_hp
56 0 : Inst%GFED4_EMFAC(1,6)=1.02E-01_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)=5.50E-05_hp * 58.12_hp/(4.3_hp*12.0_hp)
61 0 : Inst%GFED4_EMFAC(2,2)=3.49E-04_hp * 58.12_hp/(4.3_hp*12.0_hp)
62 0 : Inst%GFED4_EMFAC(2,3)=2.25E-04_hp * 58.12_hp/(4.3_hp*12.0_hp)
63 0 : Inst%GFED4_EMFAC(2,4)=7.20E-05_hp * 58.12_hp/(4.3_hp*12.0_hp)
64 0 : Inst%GFED4_EMFAC(2,5)=7.20E-05_hp * 58.12_hp/(4.3_hp*12.0_hp)
65 0 : Inst%GFED4_EMFAC(2,6)=3.40E-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)=1.60E-04_hp
70 0 : Inst%GFED4_EMFAC(3,2)=7.50E-04_hp
71 0 : Inst%GFED4_EMFAC(3,3)=5.40E-04_hp
72 0 : Inst%GFED4_EMFAC(3,4)=6.30E-04_hp
73 0 : Inst%GFED4_EMFAC(3,5)=1.25E-03_hp
74 0 : Inst%GFED4_EMFAC(3,6)=4.50E-04_hp
75 :
76 : ! MEK
77 0 : GFED4_SPEC_NAME(4)="MEK"
78 0 : Inst%GFED4_EMFAC(4,1)=1.81E-04_hp
79 0 : Inst%GFED4_EMFAC(4,2)=2.20E-04_hp
80 0 : Inst%GFED4_EMFAC(4,3)=1.30E-04_hp
81 0 : Inst%GFED4_EMFAC(4,4)=5.00E-04_hp
82 0 : Inst%GFED4_EMFAC(4,5)=5.00E-04_hp
83 0 : Inst%GFED4_EMFAC(4,6)=9.00E-04_hp
84 :
85 : ! ALD2 (C2H4O)
86 0 : GFED4_SPEC_NAME(5)="ALD2"
87 0 : Inst%GFED4_EMFAC(5,1)=5.70E-04_hp
88 0 : Inst%GFED4_EMFAC(5,2)=7.70E-04_hp
89 0 : Inst%GFED4_EMFAC(5,3)=7.70E-04_hp
90 0 : Inst%GFED4_EMFAC(5,4)=1.55E-03_hp
91 0 : Inst%GFED4_EMFAC(5,5)=3.27E-03_hp
92 0 : Inst%GFED4_EMFAC(5,6)=1.24E-03_hp
93 :
94 : ! PRPE (C3H6 + Higher_Alkenes)
95 0 : GFED4_SPEC_NAME(6)="PRPE"
96 0 : Inst%GFED4_EMFAC(6,1)=7.90E-04_hp + 1.33E-04_hp * 42.08_hp/(3.0_hp*12.0_hp)
97 0 : Inst%GFED4_EMFAC(6,2)=1.13E-03_hp + 3.85E-04_hp * 42.08_hp/(3.0_hp*12.0_hp)
98 0 : Inst%GFED4_EMFAC(6,3)=6.10E-04_hp + 3.69E-04_hp * 42.08_hp/(3.0_hp*12.0_hp)
99 0 : Inst%GFED4_EMFAC(6,4)=6.40E-04_hp + 2.67E-04_hp * 42.08_hp/(3.0_hp*12.0_hp)
100 0 : Inst%GFED4_EMFAC(6,5)=3.05E-03_hp + 2.27E-04_hp * 42.08_hp/(3.0_hp*12.0_hp)
101 0 : Inst%GFED4_EMFAC(6,6)=6.80E-04_hp + 3.33E-04_hp * 42.08_hp/(3.0_hp*12.0_hp)
102 :
103 : ! C3H8
104 0 : GFED4_SPEC_NAME(7)="C3H8"
105 0 : Inst%GFED4_EMFAC(7,1)=1.00E-04_hp
106 0 : Inst%GFED4_EMFAC(7,2)=4.40E-04_hp
107 0 : Inst%GFED4_EMFAC(7,3)=2.20E-04_hp
108 0 : Inst%GFED4_EMFAC(7,4)=1.26E-04_hp
109 0 : Inst%GFED4_EMFAC(7,5)=1.26E-04_hp
110 0 : Inst%GFED4_EMFAC(7,6)=2.80E-04_hp
111 :
112 : ! CH2O
113 0 : GFED4_SPEC_NAME(8)="CH2O"
114 0 : Inst%GFED4_EMFAC(8,1)=7.30E-04_hp
115 0 : Inst%GFED4_EMFAC(8,2)=1.86E-03_hp
116 0 : Inst%GFED4_EMFAC(8,3)=2.09E-03_hp
117 0 : Inst%GFED4_EMFAC(8,4)=1.73E-03_hp
118 0 : Inst%GFED4_EMFAC(8,5)=1.40E-03_hp
119 0 : Inst%GFED4_EMFAC(8,6)=2.08E-03_hp
120 :
121 : ! C2H6
122 0 : GFED4_SPEC_NAME(9)="C2H6"
123 0 : Inst%GFED4_EMFAC(9,1)=6.60E-04_hp
124 0 : Inst%GFED4_EMFAC(9,2)=1.79E-03_hp
125 0 : Inst%GFED4_EMFAC(9,3)=6.30E-04_hp
126 0 : Inst%GFED4_EMFAC(9,4)=7.10E-04_hp
127 0 : Inst%GFED4_EMFAC(9,5)=7.10E-04_hp
128 0 : Inst%GFED4_EMFAC(9,6)=9.10E-04_hp
129 :
130 : ! SO2
131 0 : GFED4_SPEC_NAME(10)="SO2"
132 0 : Inst%GFED4_EMFAC(10,1)=4.80E-04_hp
133 0 : Inst%GFED4_EMFAC(10,2)=1.10E-03_hp
134 0 : Inst%GFED4_EMFAC(10,3)=1.10E-03_hp
135 0 : Inst%GFED4_EMFAC(10,4)=4.00E-04_hp
136 0 : Inst%GFED4_EMFAC(10,5)=4.00E-04_hp
137 0 : Inst%GFED4_EMFAC(10,6)=4.00E-04_hp
138 :
139 : ! NH3
140 0 : GFED4_SPEC_NAME(11)="NH3"
141 0 : Inst%GFED4_EMFAC(11,1)=5.20E-04_hp
142 0 : Inst%GFED4_EMFAC(11,2)=2.72E-03_hp
143 0 : Inst%GFED4_EMFAC(11,3)=8.40E-04_hp
144 0 : Inst%GFED4_EMFAC(11,4)=1.33E-03_hp
145 0 : Inst%GFED4_EMFAC(11,5)=1.33E-03_hp
146 0 : Inst%GFED4_EMFAC(11,6)=2.17E-03_hp
147 :
148 : ! BC - already per carbon
149 0 : GFED4_SPEC_NAME(12)="BC"
150 0 : Inst%GFED4_EMFAC(12,1)=3.70E-04_hp
151 0 : Inst%GFED4_EMFAC(12,2)=5.00E-04_hp
152 0 : Inst%GFED4_EMFAC(12,3)=5.00E-04_hp
153 0 : Inst%GFED4_EMFAC(12,4)=5.20E-04_hp
154 0 : Inst%GFED4_EMFAC(12,5)=4.00E-05_hp
155 0 : Inst%GFED4_EMFAC(12,6)=7.50E-04_hp
156 :
157 : ! OC - already per carbon
158 0 : GFED4_SPEC_NAME(13)="OC"
159 0 : Inst%GFED4_EMFAC(13,1)=2.62E-03_hp
160 0 : Inst%GFED4_EMFAC(13,2)=9.60E-03_hp
161 0 : Inst%GFED4_EMFAC(13,3)=9.60E-03_hp
162 0 : Inst%GFED4_EMFAC(13,4)=4.71E-03_hp
163 0 : Inst%GFED4_EMFAC(13,5)=6.02E-03_hp
164 0 : Inst%GFED4_EMFAC(13,6)=2.30E-03_hp
165 :
166 : ! NO (NOx)
167 0 : GFED4_SPEC_NAME(14)="NO"
168 0 : Inst%GFED4_EMFAC(14,1)=3.90E-03_hp
169 0 : Inst%GFED4_EMFAC(14,2)=9.00E-04_hp
170 0 : Inst%GFED4_EMFAC(14,3)=1.92E-03_hp
171 0 : Inst%GFED4_EMFAC(14,4)=2.55E-03_hp
172 0 : Inst%GFED4_EMFAC(14,5)=1.00E-03_hp
173 0 : Inst%GFED4_EMFAC(14,6)=3.11E-03_hp
174 :
175 : ! MGLY (CH3COCHO)
176 0 : GFED4_SPEC_NAME(15)="MGLY"
177 0 : Inst%GFED4_EMFAC(15,1)=7.30E-04_hp
178 0 : Inst%GFED4_EMFAC(15,2)=7.30E-04_hp
179 0 : Inst%GFED4_EMFAC(15,3)=7.30E-04_hp
180 0 : Inst%GFED4_EMFAC(15,4)=7.30E-04_hp
181 0 : Inst%GFED4_EMFAC(15,5)=7.30E-04_hp
182 0 : Inst%GFED4_EMFAC(15,6)=7.30E-04_hp
183 :
184 : ! BENZ (C6H6)
185 0 : GFED4_SPEC_NAME(16)="BENZ"
186 0 : Inst%GFED4_EMFAC(16,1)=2.00E-04_hp
187 0 : Inst%GFED4_EMFAC(16,2)=1.11E-03_hp
188 0 : Inst%GFED4_EMFAC(16,3)=2.70E-04_hp
189 0 : Inst%GFED4_EMFAC(16,4)=3.90E-04_hp
190 0 : Inst%GFED4_EMFAC(16,5)=3.19E-03_hp
191 0 : Inst%GFED4_EMFAC(16,6)=1.50E-04_hp
192 :
193 : ! TOLU (C7H8)
194 0 : GFED4_SPEC_NAME(17)="TOLU"
195 0 : Inst%GFED4_EMFAC(17,1)=8.00E-05_hp
196 0 : Inst%GFED4_EMFAC(17,2)=4.80E-04_hp
197 0 : Inst%GFED4_EMFAC(17,3)=1.90E-04_hp
198 0 : Inst%GFED4_EMFAC(17,4)=2.60E-04_hp
199 0 : Inst%GFED4_EMFAC(17,5)=1.55E-03_hp
200 0 : Inst%GFED4_EMFAC(17,6)=1.90E-04_hp
201 :
202 : ! XYLE (C8H10)
203 0 : GFED4_SPEC_NAME(18)="XYLE"
204 0 : Inst%GFED4_EMFAC(18,1)=1.40E-05_hp
205 0 : Inst%GFED4_EMFAC(18,2)=1.80E-04_hp
206 0 : Inst%GFED4_EMFAC(18,3)=1.30E-04_hp
207 0 : Inst%GFED4_EMFAC(18,4)=1.10E-04_hp
208 0 : Inst%GFED4_EMFAC(18,5)=1.10E-04_hp
209 0 : Inst%GFED4_EMFAC(18,6)=1.14E-04_hp
210 :
211 : ! C2H4
212 0 : GFED4_SPEC_NAME(19)="C2H4"
213 0 : Inst%GFED4_EMFAC(19,1)=8.20E-04_hp
214 0 : Inst%GFED4_EMFAC(19,2)=1.42E-03_hp
215 0 : Inst%GFED4_EMFAC(19,3)=1.17E-03_hp
216 0 : Inst%GFED4_EMFAC(19,4)=1.06E-03_hp
217 0 : Inst%GFED4_EMFAC(19,5)=2.57E-03_hp
218 0 : Inst%GFED4_EMFAC(19,6)=1.46E-03_hp
219 :
220 : ! C2H2
221 0 : GFED4_SPEC_NAME(20)="C2H2"
222 0 : Inst%GFED4_EMFAC(20,1)=2.40E-04_hp
223 0 : Inst%GFED4_EMFAC(20,2)=1.80E-04_hp
224 0 : Inst%GFED4_EMFAC(20,3)=2.60E-04_hp
225 0 : Inst%GFED4_EMFAC(20,4)=4.40E-04_hp
226 0 : Inst%GFED4_EMFAC(20,5)=6.00E-05_hp
227 0 : Inst%GFED4_EMFAC(20,6)=2.70E-04_hp
228 :
229 : ! GLYC (HOCH2CHO)
230 0 : GFED4_SPEC_NAME(21)="GLYC"
231 0 : Inst%GFED4_EMFAC(21,1)=2.50E-04_hp
232 0 : Inst%GFED4_EMFAC(21,2)=8.60E-04_hp
233 0 : Inst%GFED4_EMFAC(21,3)=8.60E-04_hp
234 0 : Inst%GFED4_EMFAC(21,4)=7.40E-04_hp
235 0 : Inst%GFED4_EMFAC(21,5)=7.40E-04_hp
236 0 : Inst%GFED4_EMFAC(21,6)=7.10E-04_hp
237 :
238 : ! CO2
239 0 : GFED4_SPEC_NAME(22)="CO2"
240 0 : Inst%GFED4_EMFAC(22,1)=1.69E+00_hp
241 0 : Inst%GFED4_EMFAC(22,2)=1.49E+00_hp
242 0 : Inst%GFED4_EMFAC(22,3)=1.65E+00_hp
243 0 : Inst%GFED4_EMFAC(22,4)=1.64E+00_hp
244 0 : Inst%GFED4_EMFAC(22,5)=1.70E+00_hp
245 0 : Inst%GFED4_EMFAC(22,6)=1.59E+00_hp
246 :
247 : ! CH4
248 0 : GFED4_SPEC_NAME(23)="CH4"
249 0 : Inst%GFED4_EMFAC(23,1)=1.94E-03_hp
250 0 : Inst%GFED4_EMFAC(23,2)=5.96E-03_hp
251 0 : Inst%GFED4_EMFAC(23,3)=3.36E-03_hp
252 0 : Inst%GFED4_EMFAC(23,4)=5.07E-03_hp
253 0 : Inst%GFED4_EMFAC(23,5)=2.08E-02_hp
254 0 : Inst%GFED4_EMFAC(23,6)=5.82E-03_hp
255 :
256 : ! HCOOH
257 0 : GFED4_SPEC_NAME(24)="HCOOH"
258 0 : Inst%GFED4_EMFAC(24,1)=2.10E-04_hp
259 0 : Inst%GFED4_EMFAC(24,2)=5.70E-04_hp
260 0 : Inst%GFED4_EMFAC(24,3)=2.80E-04_hp
261 0 : Inst%GFED4_EMFAC(24,4)=7.90E-04_hp
262 0 : Inst%GFED4_EMFAC(24,5)=3.80E-04_hp
263 0 : Inst%GFED4_EMFAC(24,6)=1.00E-03_hp
264 :
265 : ! DMS (C2H6S)
266 0 : GFED4_SPEC_NAME(25)="DMS"
267 0 : Inst%GFED4_EMFAC(25,1)=1.30E-06_hp
268 0 : Inst%GFED4_EMFAC(25,2)=4.65E-06_hp
269 0 : Inst%GFED4_EMFAC(25,3)=8.00E-06_hp
270 0 : Inst%GFED4_EMFAC(25,4)=1.35E-06_hp
271 0 : Inst%GFED4_EMFAC(25,5)=1.35E-06_hp
272 0 : Inst%GFED4_EMFAC(25,6)=1.30E-06_hp
273 :
274 : ! ISOP (C5H8)
275 0 : GFED4_SPEC_NAME(26)="ISOP"
276 0 : Inst%GFED4_EMFAC(26,1)=3.90E-05_hp
277 0 : Inst%GFED4_EMFAC(26,2)=1.50E-04_hp
278 0 : Inst%GFED4_EMFAC(26,3)=9.90E-05_hp
279 0 : Inst%GFED4_EMFAC(26,4)=1.30E-04_hp
280 0 : Inst%GFED4_EMFAC(26,5)=1.38E-03_hp
281 0 : Inst%GFED4_EMFAC(26,6)=3.80E-04_hp
282 :
283 : ! MTPA (C10H16) - not carried per carbon
284 0 : GFED4_SPEC_NAME(27)="MTPA"
285 0 : Inst%GFED4_EMFAC(27,1)=8.10E-05_hp
286 0 : Inst%GFED4_EMFAC(27,2)=2.00E-03_hp
287 0 : Inst%GFED4_EMFAC(27,3)=2.00E-03_hp
288 0 : Inst%GFED4_EMFAC(27,4)=1.50E-04_hp
289 0 : Inst%GFED4_EMFAC(27,5)=1.50E-04_hp
290 0 : Inst%GFED4_EMFAC(27,6)=5.00E-06_hp
291 :
292 : ! MOH (CH3OH) - not carried per carbon
293 0 : GFED4_SPEC_NAME(28)="MOH"
294 0 : Inst%GFED4_EMFAC(28,1)=1.18E-03_hp
295 0 : Inst%GFED4_EMFAC(28,2)=2.82E-03_hp
296 0 : Inst%GFED4_EMFAC(28,3)=1.74E-03_hp
297 0 : Inst%GFED4_EMFAC(28,4)=2.43E-03_hp
298 0 : Inst%GFED4_EMFAC(28,5)=8.46E-03_hp
299 0 : Inst%GFED4_EMFAC(28,6)=3.29E-03_hp
300 :
301 : ! EOH (C2H5OH)
302 0 : GFED4_SPEC_NAME(29)="EOH"
303 0 : Inst%GFED4_EMFAC(29,1)=2.40E-05_hp
304 0 : Inst%GFED4_EMFAC(29,2)=5.50E-05_hp
305 0 : Inst%GFED4_EMFAC(29,3)=1.00E-04_hp
306 0 : Inst%GFED4_EMFAC(29,4)=3.70E-05_hp
307 0 : Inst%GFED4_EMFAC(29,5)=3.70E-05_hp
308 0 : Inst%GFED4_EMFAC(29,6)=3.50E-05_hp
309 :
310 : ! ACTA (CH3COOH) - not carried per carbon
311 0 : GFED4_SPEC_NAME(30)="ACTA"
312 0 : Inst%GFED4_EMFAC(30,1)=3.55E-03_hp
313 0 : Inst%GFED4_EMFAC(30,2)=4.41E-03_hp
314 0 : Inst%GFED4_EMFAC(30,3)=2.13E-03_hp
315 0 : Inst%GFED4_EMFAC(30,4)=3.05E-03_hp
316 0 : Inst%GFED4_EMFAC(30,5)=8.97E-03_hp
317 0 : Inst%GFED4_EMFAC(30,6)=5.59E-03_hp
318 :
319 : ! SOAP
320 0 : GFED4_SPEC_NAME(31)="SOAP"
321 0 : Inst%GFED4_EMFAC(31,1)=Inst%GFED4_EMFAC(1,1) ! SAVA
322 0 : Inst%GFED4_EMFAC(31,2)=Inst%GFED4_EMFAC(1,2) ! BORF
323 0 : Inst%GFED4_EMFAC(31,3)=Inst%GFED4_EMFAC(1,3) ! TEMP
324 0 : Inst%GFED4_EMFAC(31,4)=Inst%GFED4_EMFAC(1,4) ! DEFO
325 0 : Inst%GFED4_EMFAC(31,5)=Inst%GFED4_EMFAC(1,5) ! PEAT
326 0 : Inst%GFED4_EMFAC(31,6)=Inst%GFED4_EMFAC(1,6) ! AGRI
327 :
328 : ! HG0
329 0 : GFED4_SPEC_NAME(32)="Hg0"
330 0 : Inst%GFED4_EMFAC(32,1)=7.23E-08_hp ! SAV -- SAVA
331 0 : Inst%GFED4_EMFAC(32,2)=1.50E-07_hp ! FOR -- BORF
332 0 : Inst%GFED4_EMFAC(32,3)=1.50E-07_hp ! FOR -- TEMP
333 0 : Inst%GFED4_EMFAC(32,4)=5.85E-08_hp ! DEF -- DEFO
334 0 : Inst%GFED4_EMFAC(32,5)=7.56E-08_hp ! PET -- PEAT
335 0 : Inst%GFED4_EMFAC(32,6)=4.48E-08_hp ! AGW -- AGRI
336 :
337 : ! HAC - not traced per carbon - from Akagi et al, 2011
338 0 : GFED4_SPEC_NAME(33)="HAC"
339 0 : Inst%GFED4_EMFAC(33,1)=4.50E-04_hp !SAV - Savannah
340 0 : Inst%GFED4_EMFAC(33,2)=0.00E+00_hp !BORF - Boreal
341 0 : Inst%GFED4_EMFAC(33,3)=0.00E+00_hp !TEMP - Temperate
342 0 : Inst%GFED4_EMFAC(33,4)=1.13E-03_hp !DEFO - Tropical
343 0 : Inst%GFED4_EMFAC(33,5)=1.92E-03_hp !PET - Peatland
344 0 : Inst%GFED4_EMFAC(33,6)=3.77E-03_hp !AGW - Crop residue
345 :
346 : ! GLYX - not traced per carbon
347 0 : GFED4_SPEC_NAME(34)="GLYX"
348 0 : Inst%GFED4_EMFAC(34,1)=9.95E-04_hp
349 0 : Inst%GFED4_EMFAC(34,2)=9.95E-04_hp
350 0 : Inst%GFED4_EMFAC(34,3)=9.95E-04_hp
351 0 : Inst%GFED4_EMFAC(34,4)=9.95E-04_hp
352 0 : Inst%GFED4_EMFAC(34,5)=9.95E-04_hp
353 0 : Inst%GFED4_EMFAC(34,6)=9.95E-04_hp
354 :
355 : ! HCl
356 0 : GFED4_SPEC_NAME(35)="HCl"
357 0 : Inst%GFED4_EMFAC(35,1)=1.3E-04_hp
358 0 : Inst%GFED4_EMFAC(35,2)=1.3E-04_hp
359 0 : Inst%GFED4_EMFAC(35,3)=3.9E-05_hp
360 0 : Inst%GFED4_EMFAC(35,4)=1.3E-04_hp
361 0 : Inst%GFED4_EMFAC(35,5)=8.0E-06_hp
362 0 : Inst%GFED4_EMFAC(35,6)=1.8E-04_hp
363 :
364 :
365 : !EOC
|