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

    r2718 r2766  
    2525! -----------------
    2626! $Id$
     27! Removed preprocessor directive __chem
     28!
     29! 2718 2018-01-02 08:49:38Z maronga
    2730! Corrected "Former revisions" section
    2831!
     
    179182               w, w_p, w_m_l, w_m_n, w_m_r, w_m_s, pt_init
    180183
    181 #if defined( __chem )
    182184    USE chemistry_model_mod,                                                   &
    183185        ONLY:  chem_boundary_conds
    184 #endif
    185186             
    186187    USE control_parameters,                                                    &
     
    525526!
    526527!-- Top/bottom boundary conditions for chemical species
    527 #if defined( __chem )
    528528    IF ( air_chemistry )  CALL chem_boundary_conds( 'set_bc_bottomtop' )
    529 #endif
    530529!
    531530!-- In case of inflow or nest boundary at the south boundary the boundary for v
     
    630629!
    631630!-- Lateral boundary conditions for chemical species
    632 #if defined( __chem )
    633631    IF ( air_chemistry )  CALL chem_boundary_conds( 'set_bc_lateral' )   
    634 #endif
    635 
    636632
    637633!
Note: See TracChangeset for help on using the changeset viewer.