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

Last change on this file since 3709 was 3639, checked in by forkel, 5 years ago

Bug fix of rate of eq.2 in simple.eqn and derived mechanisms, update of corresponding chem_gasphase_mod.f90

File size: 984 bytes
Line 
1{simple.eqn
2Current revision
3----------------
4 20181220 Fixed effective rate of equation 2  forkel
5          according to eq. 11.1 of
6          http://acmg.seas.harvard.edu/publications/jacobbook/bookchap11.pdf
7 20180316 Added equation no. 7                forkel
8 201711xx Created simple.eqn with 6 equations forkel
9}
10#EQUATIONS
11
12{ home made very simple mechanism - please do not show to a chemist! }
13
14  { 1.}  NO2 + hv = NO + O3 :                   phot(j_no2)  ;
15  { 2.}  O3 + H2O = 2OH :                    2.0_dp * 2.2E-10_dp * phot(j_o31d) / (arr2(1.9E+8_dp, -390.0_dp, temp));
16  { 3.}  NO + O3 = NO2 :                     arr2(1.8E-12_dp, 1370.0_dp, temp) ;
17  { 4.}  RH + OH = RO2 + H2O :               arr2(2.E-11_dp, 500.0_dp, temp) ;
18  { 5.}  RO2 + NO = NO2 + RCHO + HO2 :       arr2(4.2E-12_dp, -180.0_dp, temp);
19  { 6.}  HO2 + NO = NO2 + OH :               arr2(3.7E-12_dp, -240.0_dp, temp) ;
20  { 7.}  NO2 + OH = HNO3     :               arr2(1.15E-11_dp, 0.0_dp, temp) ;
Note: See TracBrowser for help on using the repository browser.