Changeset 3985


Ignore:
Timestamp:
May 16, 2019 5:00:37 PM (5 years ago)
Author:
suehring
Message:

Rephrase comment

File:
1 edited

Legend:

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

    r3981 r3985  
    2525! -----------------
    2626! $Id$
     27! Improve comment
     28!
     29! 3981 2019-05-15 14:43:01Z suehring
    2730! Bugfix in particle nesting, set boundary conditions at non-cyclic boundaries
    2831!
     
    214217!
    215218!-- 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. 
    218223    IF ( bc_dirichlet_l )  THEN
    219224       de_dx(:,:,-1) = 0.0_wp
Note: See TracChangeset for help on using the changeset viewer.