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

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

bug fix for machanisms simple and simplep

File size: 861 bytes
Line 
1{simplep.eqn
2Current revision
3----------------
4 201711   Created simple.eqn with 6 equations forkel
5 20180316  'simple' gas phase chemistry with additional tracer named PM10 forkel
6}
7#EQUATIONS
8
9{ home made very simple mechanism - please do not show to a chemist! }
10
11  { 1.}  NO2 + hv = NO + O3 :                   phot(j_no2)  ;
12  { 2.}  O3 + hv = 2OH + O2 :                   phot(j_o31d) * 0.1_dp ;
13  { 3.}  NO + O3 = NO2 :                     arr2(1.8E-12_dp, 1370.0_dp, temp) ;
14  { 4.}  RH + OH = RO2 + H2O :               arr2(2.E-11_dp, 500.0_dp, temp) ;
15  { 5.}  RO2 + NO = NO2 + RCHO + HO2 :       arr2(4.2E-12_dp, -180.0_dp, temp);
16  { 6.}  HO2 + NO = NO2 + OH :               arr2(3.7E-12_dp, -240.0_dp, temp) ;
17  { 7.}  NO2 + OH = HNO3     :               arr2(1.15E-11_dp, 0.0_dp, temp) ;
18  { 8.}  PM10 = PM10 :                          1.0_dp  ;
19
Note: See TracBrowser for help on using the repository browser.