source: palm/trunk/UTIL/chemistry/gasphase_preproc/mechanisms/def_simple/simple.eqn @ 3183

Last change on this file since 3183 was 2696, checked in by kanani, 6 years ago

Merge of branch palm4u into trunk

File size: 613 bytes
Line 
1{simple.eqn
2Former revisions
3----------------
4 $Id: smog.eqn 2459 2017-09-13 14:10:33Z forkel $
5}
6#EQUATIONS
7
8{ very simple mechanism - do NOT show to a chemist! }
9
10  { 1.}  NO2 + hv = NO + O3 :                   phot(j_no2)  ;
11  { 2.}  O3 + hv = 2OH + O2 :                   phot(j_o31d)  ;
12  { 3.}  NO + O3 = NO2 :                     arr2(1.8E-12_dp, 1370.0_dp, temp) ;
13  { 4.}  RH + OH = RO2 + H2O :               arr2(2.E-11_dp, 500.0_dp, temp) ;
14  { 5.}  RO2 + NO = NO2 + RCHO + HO2 :       arr2(4.2E-12_dp, -180.0_dp, temp);
15  { 6.}  HO2 + NO = NO2 + OH :               arr2(3.7E-12_dp, -240.0_dp, temp) ;
Note: See TracBrowser for help on using the repository browser.