source:
palm/trunk/UTIL/chemistry/gasphase_preproc/kpp/models/chapman.spc
@
2968
Last change on this file since 2968 was 2696, checked in by kanani, 7 years ago | |
---|---|
File size: 278 bytes |
Line | |
---|---|
1 | #include atoms |
2 | |
3 | #DEFVAR |
4 | O = O; { Atomic oxygen } |
5 | O3 = O + O + O; { Ozone } |
6 | NO = N + O; { Nitric oxide } |
7 | NO2 = N + O + O; { Nitrogen dioxide } |
8 | |
9 | #DEFFIX |
10 | M = O + O + N + N;{ Atmospheric generic molecule } |
11 | O2 = O + O; { Molecular oxygen } |
12 | |
13 | |
14 | |
15 |
Note: See TracBrowser
for help on using the repository browser.