Last change
on this file since 3708 was
3698,
checked in by suehring, 6 years ago
|
Fix bad commit in gasphase_preproc
|
File size:
1.5 KB
|
Rev | Line | |
---|
[2887] | 1 | {simple.spc |
---|
| 2 | Former revisions |
---|
| 3 | ---------------- |
---|
| 4 | $Id: smog.spc 2459 2017-09-13 14:10:33Z forkel $ |
---|
| 5 | } |
---|
| 6 | #include atoms |
---|
| 7 | |
---|
| 8 | #DEFVAR |
---|
| 9 | O = O ; {oxygen atomic ground state (3P)} |
---|
| 10 | O3 = 3O ; {ozone} |
---|
| 11 | NO = N + O ; {nitric oxide} |
---|
| 12 | NO2 = N + 2O ; {nitrogen dioxide} |
---|
| 13 | NO3 = N + 3O ; {nitrogen trioxide} |
---|
| 14 | N2O5 = 2N + 5O ; {dinitrogen pentoxide} |
---|
| 15 | HNO3 = H + N + 3O ; { nitric acid } |
---|
| 16 | HNO4 = H + N + 4O ; {HO2NO2 pernitric acid} |
---|
| 17 | H = H ; {hydrogen atomic ground state (2S)} |
---|
| 18 | OH = O + H ; {hydroxyl radical} |
---|
| 19 | HO2 = H + 2O ; {perhydroxyl radical} |
---|
| 20 | H2O2 = 2H + 2O ; {hydrogen peroxide} |
---|
| 21 | CH3 = C + 3H ; {methyl radical} |
---|
| 22 | CH3O = C + 3H + O ; {methoxy radical} |
---|
| 23 | CH3O2 = C + 3H + 2O ; {methylperoxy radical} |
---|
| 24 | CH3OOH = C + 4H + 2O ; {CH4O2 methylperoxy alcohol} |
---|
| 25 | HCO = H + C + O ; {CHO formyl radical} |
---|
| 26 | CH2O = C + 2H + O ; {formalydehyde} |
---|
| 27 | CO = C + O ; {carbon monoxide} |
---|
| 28 | |
---|
| 29 | PM10 = ignore ; {passive tracer} |
---|
| 30 | RH = ignore ; |
---|
| 31 | RO2 = ignore ; |
---|
| 32 | RCHO = ignore ; |
---|
| 33 | RCOO2 = ignore ; |
---|
| 34 | RCOO2NO2= ignore ; |
---|
| 35 | |
---|
| 36 | #DEFFIX |
---|
| 37 | H2O = H + 2O ; {water} |
---|
| 38 | H2 = 2H ; {molecular hydrogen} |
---|
| 39 | O2 = 2O ; {molecular oxygen} |
---|
| 40 | N2 = 2N ; {molecular nitrogen} |
---|
| 41 | CH4 = C + 4H ; {methane} |
---|
| 42 | CO2 = C + 2O ; {carbon dioxide} |
---|
| 43 | |
---|
Note: See
TracBrowser
for help on using the repository browser.