Changeset 3981 for palm/trunk/SOURCE/lpm_init.f90
- Timestamp:
- May 15, 2019 2:43:01 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/lpm_init.f90
r3655 r3981 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Bugfix in particle nesting, initialize TKE gradient with zero 28 ! 29 ! 3655 2019-01-07 16:51:22Z knoop 27 30 ! Changed number concentration unit to SI standard 28 31 ! … … 431 434 de_dy(nzb:nzt+1,nysg:nyng,nxlg:nxrg), & 432 435 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 433 439 434 440 sgs_wf_part = 1.0_wp / 3.0_wp
Note: See TracChangeset
for help on using the changeset viewer.