Changeset 3985 for palm/trunk/SOURCE
- Timestamp:
- May 16, 2019 5:00:37 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/lpm_init_sgs_tke.f90
r3981 r3985 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Improve comment 28 ! 29 ! 3981 2019-05-15 14:43:01Z suehring 27 30 ! Bugfix in particle nesting, set boundary conditions at non-cyclic boundaries 28 31 ! … … 214 217 ! 215 218 !-- Set boundary conditions at non-periodic boundaries. Note, at non-period 216 !-- boundaries zero-gradient boundary conditions are set, so that the gradient 217 !-- normal to the boundary is zero. 219 !-- boundaries zero-gradient boundary conditions are set for the subgrid TKE. 220 !-- Thus, TKE gradients normal to the respective lateral boundaries are zero, 221 !-- while tangetial TKE gradients then must be the same as within the prognostic 222 !-- domain. 218 223 IF ( bc_dirichlet_l ) THEN 219 224 de_dx(:,:,-1) = 0.0_wp
Note: See TracChangeset
for help on using the changeset viewer.