source: palm/trunk/UTIL/chemistry/gasphase_preproc/mechanisms/def_salsa+simple/salsa+simple.eqn @ 3833

Last change on this file since 3833 was 3698, checked in by suehring, 5 years ago

Fix bad commit in gasphase_preproc

File size: 1.2 KB
Line 
1{salsa+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 20180903 Added SALSA variables to 'simple'   monakurppa
8 20180316 Added equation no. 7                forkel
9 201711xx Created simple.eqn with 6 equations forkel
10}
11#EQUATIONS
12
13{ simplified smog (by forkel) and salsa variables }
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.80E-12_dp, 1370.0_dp, temp);
18  { 4.}   RH + OH = RO2 + H2O :           arr2(2.00E-11_dp,  500.0_dp, temp);
19  { 5.}   RO2 + NO = NO2 + RCHO + HO2 :   arr2(4.20E-12_dp, -180.0_dp, temp);
20  { 6.}   HO2 + NO = NO2 + OH :           arr2(3.70E-12_dp, -240.0_dp, temp);
21  { 7.}   NO2 + OH = HNO3 :               arr2(1.15E-11_dp,    0.0_dp, temp);
22  { 8.}   H2SO4 = H2SO4 :                 1.0_dp;
23  { 9.}   NH3 = NH3 :                     1.0_dp;
24  { 10.}  OCNV = OCNV :                   1.0_dp;
25  { 11.}  OCSV = OCSV :                   1.0_dp;
Note: See TracBrowser for help on using the repository browser.