source: palm/trunk/UTIL/chemistry/gasphase_preproc/mechanisms/def_phstat/phstat.spc @ 3582

Last change on this file since 3582 was 2931, checked in by forkel, 6 years ago

addes scheme for photostationary sate def_phstat, setting of initial cssws to zereo

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