source: palm/trunk/UTIL/chemistry/gasphase_preproc/mechanisms/def_simplep/simplep.eqn @ 3944

Last change on this file since 3944 was 3944, checked in by maronga, 5 years ago

fix for last commit

File size: 1.1 KB
Line 
1{simplep.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 passive compound named PM10   forkel
8 20180316 Added equation no. 7                forkel
9 201711xx Created simple.eqn with 6 equations forkel
10}
11#EQUATIONS
12
13{ home made very simple mechanism - please do not show to a chemist! }
14
15  { 1.}  NO2 + hv = NO + O3 :                   phot(j_no2)  ;
16  { 2.}  O3 + H2O = 2OH :                    2.0_dp * 2.2E-10_dp * phot(j_o31d) / (arr2(1.9E+8_dp, -390.0_dp, temp));
17  { 3.}  NO + O3 = NO2 :                     arr2(1.8E-12_dp, 1370.0_dp, temp) ;
18  { 4.}  RH + OH = RO2 + H2O :               arr2(2.E-11_dp, 500.0_dp, temp) ;
19  { 5.}  RO2 + NO = NO2 + RCHO + HO2 :       arr2(4.2E-12_dp, -180.0_dp, temp);
20  { 6.}  HO2 + NO = NO2 + OH :               arr2(3.7E-12_dp, -240.0_dp, temp) ;
21  { 7.}  NO2 + OH = HNO3     :               arr2(1.15E-11_dp, 0.0_dp, temp) ;
22  { 8.}  PM10 = PM10 :                          1.0_dp  ;
23
Note: See TracBrowser for help on using the repository browser.