- Timestamp:
- Oct 2, 2018 12:21:11 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/UTIL/chemistry/gasphase_preproc/kpp4palm/templates/module_header
r2718 r3298 3 3 ! ****** Module chem_gasphase_mod is automatically generated by kpp4palm ****** 4 4 ! 5 ! ********* Please do NOT change this Code ********* 5 ! ********* Please do NOT change this Code, it will be ovewritten ********* 6 ! 7 !------------------------------------------------------------------------------! 8 ! This file was created by KPP (http://people.cs.vt.edu/asandu/Software/Kpp/) 9 ! and kpp4palm (created by Klaus Ketelsen). kpp4palm is an adapted version 10 ! of KP4 (Jöckel, P., Kerkweg, A., Pozzer, A., Sander, R., Tost, H., Riede, 11 ! H., Baumgaertner, A., Gromov, S., and Kern, B., 2010: Development cycle 2 of 12 ! the Modular Earth Submodel System (MESSy2), Geosci. Model Dev., 3, 717-752, 13 ! https://doi.org/10.5194/gmd-3-717-2010). KP4 is part of the Modular Earth 14 ! Submodel System (MESSy), which is is available under the GNU General Public 15 ! License (GPL). 16 ! 17 ! KPP is free software; you can redistribute it and/or modify it under the terms 18 ! of the General Public Licence as published by the Free Software Foundation; 19 ! either version 2 of the License, or (at your option) any later version. 20 ! KPP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; 21 ! without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 22 ! PURPOSE. See the GNU General Public Licence for more details. 6 23 ! 7 24 !------------------------------------------------------------------------------! … … 30 47 ! ----------------- 31 48 ! $Id: module_header 2460 2017-09-13 14:47:48Z forkel $ 49 ! forkel June 2018: qvap, fakt added 50 ! forkel June 2018: reset case in Initialize, Integrate, Update_rconst 51 ! 52 ! 53 ! 2460 2017-09-13 14:47:48Z forkel 32 54 ! 33 ! 34 ! Variables for photolyis added 35 ! 36 ! 37 ! 55 ! forkel Sept. 2017: Variables for photolyis added 38 56 ! 39 57 ! … … 64 82 PUBLIC :: nspec, nreact 65 83 PUBLIC :: temp 84 PUBLIC :: qvap 85 PUBLIC :: fakt 66 86 PUBLIC :: phot 67 87 PUBLIC :: rconst 68 88 PUBLIC :: nvar 69 89 PUBLIC :: nphot 90 PUBLIC :: vl_dim ! Public to ebable other modules to distiguish between scalar and vec 70 91 71 PUBLIC :: initialize, integrate, update_rconst92 PUBLIC :: Initialize, Integrate, Update_rconst 72 93 PUBLIC :: chem_gasphase_integrate 73 94 PUBLIC :: initialize_kpp_ctrl
Note: See TracChangeset
for help on using the changeset viewer.