Changeset 3298 for palm/trunk/UTIL/chemistry/gasphase_preproc/mechanisms
- Timestamp:
- Oct 2, 2018 12:21:11 PM (6 years ago)
- Location:
- palm/trunk/UTIL/chemistry/gasphase_preproc/mechanisms
- Files:
-
- 4 edited
- 7 copied
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/UTIL/chemistry/gasphase_preproc/mechanisms/def_passive/chem_gasphase_mod.kpp
r2696 r3298 11 11 #HESSIAN on 12 12 #STOICMAT on 13 #INLINE F90_GLOBAL14 ! Declaration of global variable declarations for photolysis will come from INLINE F90_DATA15 #ENDINLINE16 13 // 17 14 // ******************************************************************************************* -
palm/trunk/UTIL/chemistry/gasphase_preproc/mechanisms/def_simple/chem_gasphase_mod.kpp
r2696 r3298 1 1 //chem_gasphase_mod.kpp 2 // 3 // Current revision 4 // forkel 20.04.2018: added F90_INIT for initialization of fix compounds 5 // 2 6 // 3 7 //Former revisions … … 11 15 #HESSIAN on 12 16 #STOICMAT on 13 #INLINE F90_GLOBAL14 ! Declaration of global variable declarations for photolysis will come from INLINE F90_DATA15 #ENDINLINE16 17 // 17 18 // ******************************************************************************************* -
palm/trunk/UTIL/chemistry/gasphase_preproc/mechanisms/def_simple/simple.eqn
r2696 r3298 1 1 {simple.eqn 2 Former revisions 2 Current revision 3 3 ---------------- 4 $Id: smog.eqn 2459 2017-09-13 14:10:33Z forkel $ 4 201711 Created simple.eqn with 6 equations forkel 5 20180316 Added equation no. 7 forkel 5 6 } 6 7 #EQUATIONS 7 8 8 { very simple mechanism - do NOTshow to a chemist! }9 { home made very simple mechanism - please do not show to a chemist! } 9 10 10 11 { 1.} NO2 + hv = NO + O3 : phot(j_no2) ; … … 14 15 { 5.} RO2 + NO = NO2 + RCHO + HO2 : arr2(4.2E-12_dp, -180.0_dp, temp); 15 16 { 6.} HO2 + NO = NO2 + OH : arr2(3.7E-12_dp, -240.0_dp, temp) ; 17 { 7.} NO2 + OH = HNO3 : arr2(1.15E-11_dp, 0.0_dp, temp) ; -
palm/trunk/UTIL/chemistry/gasphase_preproc/mechanisms/def_smog/chem_gasphase_mod.kpp
r2696 r3298 1 1 //chem_gasphase_mod.kpp 2 // 3 // Current revision 4 // forkel 20.04.2018: added F90_INIT for initialization of fix compounds 5 // 2 6 // 3 7 //Former revisions … … 11 15 #HESSIAN on 12 16 #STOICMAT on 13 #INLINE F90_GLOBAL14 ! Declaration of global variable declarations for photolysis will come from INLINE F90_DATA15 #ENDINLINE16 17 // 17 18 // ******************************************************************************************* … … 36 37 #ENDINLINE 37 38 39 #INLINE F90_INIT 40 fix(indf_h2o) = qvap 41 fix(indf_o2) = 0.2e+6_dp * fakt 42 fix(indf_co2) = 400.0_dp * fakt 43 #ENDINLINE
Note: See TracChangeset
for help on using the changeset viewer.