Changeset 3831 for palm


Ignore:
Timestamp:
Mar 28, 2019 9:11:22 AM (5 years ago)
Author:
forkel
Message:

added nvar to USE chem_gasphase_mod - nvar will not be included in chem_modules anymore soon

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/chem_emissions_mod.f90

    r3788 r3831  
    2727! -----------------
    2828! $Id$
     29! added nvar to USE chem_gasphase_mod (chem_modules will not include nvar anymore)
     30!
     31! 3788 2019-03-07 11:40:09Z banzhafs
    2932! Removed unused variables from chem_emissions_mod
    3033!
     
    9295!>  MODULE for reading-in Chemistry Emissions data
    9396!>
     97!> @todo Rename nspec to n_emis to avoid inteferece with nspec from chem_gasphase_mod
    9498!> @todo Check_parameters routine should be developed: for now it includes just one condition
    9599!> @todo Use of Restart files not contempled at the moment
     
    129133   
    130134    USE chem_gasphase_mod,                                                      &
    131         ONLY: spc_names
     135        ONLY: nvar, spc_names
    132136 
    133137    USE chem_modules
Note: See TracChangeset for help on using the changeset viewer.