Ignore:
Timestamp:
May 15, 2019 2:43:01 PM (5 years ago)
Author:
suehring
Message:

Bugfix in particlel nesting, TKE-gradients at ghost points at non-cyclic boundaries were not initialized

File:
1 edited

Legend:

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

    r3655 r3981  
    2525! -----------------
    2626! $Id$
     27! Bugfix in particle nesting, initialize TKE gradient with zero
     28!
     29! 3655 2019-01-07 16:51:22Z knoop
    2730! Changed number concentration unit to SI standard
    2831!
     
    431434                 de_dy(nzb:nzt+1,nysg:nyng,nxlg:nxrg), &
    432435                 de_dz(nzb:nzt+1,nysg:nyng,nxlg:nxrg) )
     436       de_dx = 0.0_wp
     437       de_dy = 0.0_wp
     438       de_dz = 0.0_wp
    433439
    434440       sgs_wf_part = 1.0_wp / 3.0_wp
Note: See TracChangeset for help on using the changeset viewer.