Ignore:
Timestamp:
Apr 30, 2020 12:20:40 PM (4 years ago)
Author:
raasch
Message:

chemistry decycling replaced by explicit setting of lateral boundary conditions

File:
1 edited

Legend:

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

    r4495 r4511  
    2525! -----------------
    2626! $Id$
     27! call of chem_boundary_conds removed (respective settings are now done in the chemistry module)
     28!
     29! 4495 2020-04-13 20:11:20Z raasch
    2730! check new restart_data_format parameters
    2831!
     
    131134
    132135    USE chem_modules
    133 
    134     USE chemistry_model_mod,                                                   &
    135         ONLY:  chem_boundary_conds
    136136
    137137    USE control_parameters
     
    15541554
    15551555!
    1556 !-- Boundary conditions for chemical species
    1557     IF ( air_chemistry )  CALL chem_boundary_conds( 'init' )
    1558 
    1559 !
    15601556!-- Boundary conditions for horizontal components of wind speed
    15611557    IF ( bc_uv_b == 'dirichlet' )  THEN
Note: See TracChangeset for help on using the changeset viewer.