Ignore:
Timestamp:
Apr 8, 2019 6:41:49 PM (5 years ago)
Author:
knoop
Message:

Moved "photolysis_scheme", "chem_species" and "phot_frequen" to chem_modules

File:
1 edited

Legend:

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

    r3864 r3876  
    403403               roughness_length, salsa, topography, volume_flow
    404404
    405     USE chem_gasphase_mod,                                                          &
     405    USE chem_gasphase_mod,                                                     &
    406406        ONLY:  nspec
    407407
     408    USE chem_modules,                                                          &
     409        ONLY:  chem_species
     410
    408411    USE chemistry_model_mod,                                                   &
    409         ONLY:  chem_species, nest_chemistry, spec_conc_2
     412        ONLY:  nest_chemistry, spec_conc_2
    410413
    411414    USE cpulog,                                                                &
Note: See TracChangeset for help on using the changeset viewer.