Changeset 4115 for palm/trunk/SOURCE/chemistry_model_mod.f90
- Timestamp:
- Jul 24, 2019 12:50:49 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/chemistry_model_mod.f90
r4110 r4115 27 27 ! ----------------- 28 28 ! $Id$ 29 ! Fix faulty IF statement in decycling initialization 30 ! 31 ! 4110 2019-07-22 17:05:21Z suehring 29 32 ! - Decycling boundary conditions are only set at the ghost points not on the 30 33 ! prognostic grid points … … 2000 2003 ENDIF 2001 2004 ENDIF 2002 IF ( .NOT.decycle_chem_lr ) THEN2005 IF ( decycle_chem_lr ) THEN 2003 2006 IF ( nxl == 0 ) THEN 2004 2007 DO i = 1, nbgp
Note: See TracChangeset
for help on using the changeset viewer.