source: palm/trunk/UTIL/chemistry/gasphase_preproc/mechanisms/def_passive1/passive1.spc @ 3606

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

added def_passive1: only one passive species

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