Ignore:
Timestamp:
Oct 2, 2018 12:21:11 PM (6 years ago)
Author:
kanani
Message:

Merge chemistry branch at r3297 to trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/UTIL/chemistry/gasphase_preproc/kpp4palm/templates/module_header

    r2718 r3298  
    33! ****** Module chem_gasphase_mod is automatically generated by kpp4palm ******
    44!
    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.
    623!
    724!------------------------------------------------------------------------------!
     
    3047! -----------------
    3148! $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
    3254!
    33 !
    34 ! Variables for photolyis added
    35 !
    36 !
    37 !
     55! forkel Sept. 2017: Variables for photolyis added
    3856!
    3957!
     
    6482  PUBLIC :: nspec, nreact
    6583  PUBLIC :: temp
     84  PUBLIC :: qvap
     85  PUBLIC :: fakt
    6686  PUBLIC :: phot
    6787  PUBLIC :: rconst
    6888  PUBLIC :: nvar
    6989  PUBLIC :: nphot
     90  PUBLIC :: vl_dim                     ! Public to ebable other modules to distiguish between scalar and vec
    7091 
    71   PUBLIC :: initialize, integrate, update_rconst
     92  PUBLIC :: Initialize, Integrate, Update_rconst
    7293  PUBLIC :: chem_gasphase_integrate
    7394  PUBLIC :: initialize_kpp_ctrl
Note: See TracChangeset for help on using the changeset viewer.