Ignore:
Timestamp:
Nov 22, 2012 5:42:36 PM (11 years ago)
Author:
hoffmann
Message:

cloud physics: rain sedimentation and turbulence effects

File:
1 edited

Legend:

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

    r1054 r1065  
    2323! Current revisions:
    2424! ------------------
     25! allocation of diss (dissipation rate) in case of turbulence = .TRUE. added
    2526!
    2627! Former revisions:
     
    467468!-- 3D-array for storing the dissipation, needed for calculating the sgs
    468469!-- particle velocities
    469     IF ( use_sgs_for_particles  .OR.  wang_kernel )  THEN
     470    IF ( use_sgs_for_particles  .OR.  wang_kernel  .OR.  turbulence )  THEN
    470471       ALLOCATE ( diss(nzb:nzt+1,nysg:nyng,nxlg:nxrg) )
    471472    ELSE
Note: See TracChangeset for help on using the changeset viewer.