source: palm/trunk/UTIL/chemistry/gasphase_preproc/mechanisms/def_phstatp/phstatp.spc @ 3585

Last change on this file since 3585 was 3458, checked in by kanani, 5 years ago

Reintegrated fixes/changes from branch chemistry

File size: 551 bytes
Line 
1{phstatp.spc
2Former 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    PM10        = ignore ;      {PM10}
14
15#DEFFIX
16    H2O         = H + 2O ;      {water}
17    H2          = 2H ;          {molecular hydrogen}
18    O2      = 2O ;          {molecular oxygen}             
19    N2      = 2N ;          {molecular nitrogen}             
20
Note: See TracBrowser for help on using the repository browser.