source: palm/trunk/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm/passive.spc @ 2696

Last change on this file since 2696 was 2696, checked in by kanani, 6 years ago

Merge of branch palm4u into trunk

File size: 459 bytes
Line 
1{passive.spc
2Former revisions
3----------------
4 $Id$
5}
6#include atoms
7
8 #DEFVAR
9    CO      = C + O ;       {carbon monoxide}
10
11    PM10    = ignore ;
12    PM25    = ignore ;
13
14#DEFFIX
15    H2O         = H + 2O ;      {water}
16    H2          = 2H ;          {molecular hydrogen}
17    O2      = 2O ;          {molecular oxygen}
18    N2      = 2N ;          {molecular nitrogen}
19    CH4         = C + 4H ;      {methane}
20    CO2     = C + 2O ;      {carbon dioxide}
21
Note: See TracBrowser for help on using the repository browser.