1 | !------------------------------------------------------------------------------! |
---|
2 | ! |
---|
3 | ! ****** Module chem_gasphase_mod is automatically generated by kpp4palm ****** |
---|
4 | ! |
---|
5 | ! ********* Please do NOT change this Code ********* |
---|
6 | ! |
---|
7 | !------------------------------------------------------------------------------! |
---|
8 | ! This file is part of PALM. |
---|
9 | ! |
---|
10 | ! PALM is free software: you can redistribute it and/or modify it under the |
---|
11 | ! terms of the GNU General Public License as published by the Free Software |
---|
12 | ! Foundation, either version 3 of the License, or (at your option) any later |
---|
13 | ! version. |
---|
14 | ! |
---|
15 | ! PALM is distributed in the hope that it will be useful, but WITHOUT ANY |
---|
16 | ! WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR |
---|
17 | ! A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
---|
18 | ! |
---|
19 | ! You should have received a copy of the GNU General Public License along with |
---|
20 | ! PALM. If not, see <http://www.gnu.org/licenses/>. |
---|
21 | ! |
---|
22 | ! Copyright 1997-2017 Leibniz Universitaet Hannover |
---|
23 | !--------------------------------------------------------------------------------! |
---|
24 | ! |
---|
25 | ! Current revisions: |
---|
26 | ! ------------------ |
---|
27 | ! |
---|
28 | ! |
---|
29 | ! Former revisions: |
---|
30 | ! ----------------- |
---|
31 | ! $Id: module_header 2460 2017-09-13 14:47:48Z forkel $ |
---|
32 | ! |
---|
33 | ! |
---|
34 | ! Variables for photolyis added |
---|
35 | ! |
---|
36 | ! |
---|
37 | ! |
---|
38 | ! |
---|
39 | ! |
---|
40 | ! Nov. 2016: Intial version (Klaus Ketelsen) |
---|
41 | ! |
---|
42 | !------------------------------------------------------------------------------! |
---|
43 | ! |
---|
44 | |
---|
45 | |
---|
46 | ! Set kpp Double Precision to PALM Default Precision |
---|
47 | |
---|
48 | USE kinds, ONLY: dp=>wp |
---|
49 | |
---|
50 | USE pegrid, ONLY: myid, threads_per_task |
---|
51 | |
---|
52 | IMPLICIT NONE |
---|
53 | PRIVATE |
---|
54 | !SAVE ! NOTE: OCCURS AGAIN IN AUTOMATICALLY GENERATED CODE ... |
---|
55 | |
---|
56 | ! PUBLIC :: IERR_NAMES |
---|
57 | |
---|
58 | ! PUBLIC :: SPC_NAMES, EQN_NAMES, EQN_TAGS, REQ_HET, REQ_AEROSOL, REQ_PHOTRAT & |
---|
59 | ! , REQ_MCFCT, IP_MAX, jname |
---|
60 | |
---|
61 | PUBLIC :: eqn_names, phot_names, spc_names |
---|
62 | PUBLIC :: nmaxfixsteps |
---|
63 | PUBLIC :: atol, rtol |
---|
64 | PUBLIC :: nspec, nreact |
---|
65 | PUBLIC :: temp |
---|
66 | PUBLIC :: phot |
---|
67 | PUBLIC :: rconst |
---|
68 | PUBLIC :: nvar |
---|
69 | PUBLIC :: nphot |
---|
70 | |
---|
71 | PUBLIC :: initialize, integrate, update_rconst |
---|
72 | PUBLIC :: chem_gasphase_integrate |
---|
73 | PUBLIC :: initialize_kpp_ctrl |
---|
74 | |
---|
75 | ! END OF MODULE HEADER TEMPLATE |
---|