Ignore:
Timestamp:
Jan 22, 2018 5:17:47 PM (6 years ago)
Author:
kanani
Message:

Removal of chem directive, plus minor changes

File:
1 edited

Legend:

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

    r2758 r2766  
    2525! -----------------
    2626! $Id$
     27! Removed preprocessor directive __chem
     28!
     29! 2758 2018-01-17 12:55:21Z suehring
    2730! In case of spinup of land- and urban-surface model, do not mask wind velocity
    2831! at first computational grid level
     
    411414    USE arrays_3d
    412415
    413 #if defined( __chem )
    414416    USE chemistry_model_mod,                                                   &
    415417        ONLY:  chem_emissions
    416 #endif
    417418
    418419    USE cloud_parameters,                                                      &
     
    23022303!-- If required, set chemical emissions
    23032304!-- (todo(FK): This should later on be CALLed time-dependently in init_3d_model)
    2304 #if defined( __chem )
    23052305    IF ( air_chemistry ) THEN
    23062306       CALL chem_emissions
    23072307    ENDIF
    2308 #endif
    23092308
    23102309!
Note: See TracChangeset for help on using the changeset viewer.