Ignore:
Timestamp:
Nov 29, 2011 3:11:20 AM (13 years ago)
Author:
raasch
Message:

Bugfix for output of mean particle radius + preliminary works for implementing the Wang collision kernel

File:
1 edited

Legend:

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

    r788 r790  
    77! Current revisions:
    88! ------------------
    9 !
     9! diss is also allocated in case that the Wang kernel is used
    1010!
    1111! Former revisions:
     
    331331!-- 3D-array for storing the dissipation, needed for calculating the sgs
    332332!-- particle velocities
    333     IF ( use_sgs_for_particles )  THEN
     333    IF ( use_sgs_for_particles  .OR.  wang_collision_kernel )  THEN
    334334       ALLOCATE ( diss(nzb:nzt+1,nysg:nyng,nxlg:nxrg) )
    335335    ELSE
Note: See TracChangeset for help on using the changeset viewer.