Ignore:
Timestamp:
Jul 24, 2019 12:50:49 PM (5 years ago)
Author:
suehring
Message:

Bugfix in setting flags inidicating wall-bounded grid-points (used for control TKE production near walls); Bugfix in chemistry decycling initialization

File:
1 edited

Legend:

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

    r4110 r4115  
    2727! -----------------
    2828! $Id$
     29! Fix faulty IF statement in decycling initialization
     30!
     31! 4110 2019-07-22 17:05:21Z suehring
    2932! - Decycling boundary conditions are only set at the ghost points not on the
    3033!   prognostic grid points
     
    20002003          ENDIF
    20012004       ENDIF
    2002        IF ( .NOT. decycle_chem_lr )  THEN
     2005       IF ( decycle_chem_lr )  THEN
    20032006          IF ( nxl == 0  )  THEN
    20042007             DO  i = 1, nbgp   
Note: See TracChangeset for help on using the changeset viewer.