source: palm/trunk/UTIL/chemistry/gasphase_preproc/tmp_kpp4palm/chem_gasphase_mod_JacobianSP.f90 @ 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: 1.4 KB
Line 
1! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2!
3! Sparse Jacobian Data Structures File
4!
5! Generated by KPP-2.2.3 symbolic chemistry Kinetics PreProcessor
6!       (http://www.cs.vt.edu/~asandu/Software/KPP)
7! KPP is distributed under GPL, the general public licence
8!       (http://www.gnu.org/copyleft/gpl.html)
9! (C) 1995-1997, V. Damian & A. Sandu, CGRER, Univ. Iowa
10! (C) 1997-2005, A. Sandu, Michigan Tech, Virginia Tech
11!     With important contributions from:
12!        M. Damian, Villanova University, USA
13!        R. Sander, Max-Planck Institute for Chemistry, Mainz, Germany
14!
15! File                 : chem_gasphase_mod_JacobianSP.f90
16! Time                 : Fri Dec  1 18:10:53 2017
17! Working directory    : /data/kanani/branches/palm4u/GASPHASE_PREPROC/tmp_kpp4palm
18! Equation file        : chem_gasphase_mod.kpp
19! Output root filename : chem_gasphase_mod
20!
21! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
22
23
24
25MODULE chem_gasphase_mod_JacobianSP
26
27  PUBLIC
28  SAVE
29
30
31! Sparse Jacobian Data
32
33
34  INTEGER, PARAMETER, DIMENSION(3) :: LU_IROW = (/ &
35       1,  2,  3 /)
36
37  INTEGER, PARAMETER, DIMENSION(3) :: LU_ICOL = (/ &
38       1,  2,  3 /)
39
40  INTEGER, PARAMETER, DIMENSION(4) :: LU_CROW = (/ &
41       1,  2,  3,  4 /)
42
43  INTEGER, PARAMETER, DIMENSION(4) :: LU_DIAG = (/ &
44       1,  2,  3,  4 /)
45
46
47END MODULE chem_gasphase_mod_JacobianSP
48
Note: See TracBrowser for help on using the repository browser.