Ignore:
Timestamp:
Mar 28, 2019 3:04:04 PM (5 years ago)
Author:
forkel
Message:

removed USE chem_gasphase_mod from chem_modules, apply USE chem_gasphase for nvar, nspec, cs_mech and spc_names instead

File:
1 edited

Legend:

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

    r3772 r3833  
    2626! -----------------
    2727! $Id$
     28! added USE chem_gasphase_mod (chem_modules will not transport nvar and nspec anymore)
     29!
     30! 3772 2019-02-28 15:51:57Z suehring
    2831! small change in the todo's
    2932!
     
    270273        ONLY:  heatflux_input_conversion, momentumflux_input_conversion,       &
    271274               rho_air, rho_air_zw, zu, zw, waterflux_input_conversion
     275
     276    USE chem_gasphase_mod,                                                     &
     277        ONLY:  nvar, spc_names
    272278
    273279    USE chem_modules
Note: See TracChangeset for help on using the changeset viewer.