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/multi_agent_system_mod.f90

    r3766 r3833  
    2525! -----------------
    2626! $Id$
     27! replaced nspec by nvar: only variable species should bconsidered, fixed species are not relevant
     28!
     29! 3766 2019-02-26 16:23:41Z raasch
    2730! save attribute added to local targets to avoid outlive pointer target warning
    2831!
     
    30153018
    30163019!       USE chem_gasphase_mod,                                                  &
    3017 !           ONLY:  nspec
     3020!           ONLY:  nvar
    30183021
    30193022!       USE chemistry_model_mod,                                                &
     
    31083111! !--    Get indices of PM10 and PM2.5 species, if active
    31093112!        IF ( air_chemistry ) THEN
    3110 !           DO il = 1, nspec
     3113!           DO il = 1, nvar
    31113114! print*,chem_species(il)%name
    31123115! !              IF ( spec_name(1:4) == 'PM10' ) THEN 
Note: See TracChangeset for help on using the changeset viewer.