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

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

Branch salsa: included chemical mechanism including salsa gases

File size: 983 bytes
Line 
1{salsa+simple.eqn
2Current revision
3----------------
4 20180903 Added SALSA variables               monakurppa
5 201711   Created simple.eqn with 6 equations forkel
6 20180316 Added equation no. 7                forkel
7}
8#EQUATIONS
9
10{ simplified smog (by forkel) and salsa variables }
11
12  { 1.}   NO2 + hv = NO + O3 :            phot(j_no2);
13  { 2.}   O3 + hv = 2OH + O2 :            phot(j_o31d);
14  { 3.}   NO + O3 = NO2 :                 arr2(1.80E-12_dp, 1370.0_dp, temp);
15  { 4.}   RH + OH = RO2 + H2O :           arr2(2.00E-11_dp,  500.0_dp, temp);
16  { 5.}   RO2 + NO = NO2 + RCHO + HO2 :   arr2(4.20E-12_dp, -180.0_dp, temp);
17  { 6.}   HO2 + NO = NO2 + OH :           arr2(3.70E-12_dp, -240.0_dp, temp);
18  { 7.}   NO2 + OH = HNO3 :               arr2(1.15E-11_dp,    0.0_dp, temp);
19  { 8.}   H2SO4 = H2SO4 :                 1.0_dp;
20  { 9.}   NH3 = NH3 :                     1.0_dp;
21  { 10.}  OCNV = OCNV :                   1.0_dp;
22  { 11.}  OCSV = OCSV :                   1.0_dp;
Note: See TracBrowser for help on using the repository browser.