source: palm/trunk/UTIL/chemistry/gasphase_preproc/kpp/models/chapman.spc @ 3997

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

Merge of branch palm4u into trunk

File size: 278 bytes
Line 
1#include atoms
2
3#DEFVAR
4O   = O;            { Atomic oxygen }   
5O3  = O + O + O;    { Ozone }
6NO  = N + O;        { Nitric oxide }         
7NO2 = N + O + O;    { Nitrogen dioxide }
8
9#DEFFIX
10M   = O + O + N + N;{ Atmospheric generic molecule }
11O2  = O + O;        { Molecular oxygen }
12
13
14
15
Note: See TracBrowser for help on using the repository browser.