Changeset 4086 for palm/trunk/SOURCE/boundary_conds.f90
- Timestamp:
- Jul 11, 2019 5:55:44 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/boundary_conds.f90
r3879 r4086 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Bugfix: use constant-flux layer condition for e in all rans modes 28 ! 29 ! 3879 2019-04-08 20:25:23Z knoop 27 30 ! Bugfix, do not set boundary conditions for potential temperature in neutral 28 31 ! runs. … … 391 394 IF ( .NOT. constant_diffusion ) THEN 392 395 393 IF ( .NOT. rans_ tke_e ) THEN396 IF ( .NOT. rans_mode ) THEN 394 397 DO l = 0, 1 395 398 !
Note: See TracChangeset
for help on using the changeset viewer.