Changeset 1831 for palm/trunk/SOURCE/init_3d_model.f90
- Timestamp:
- Apr 7, 2016 1:15:51 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/init_3d_model.f90
r1827 r1831 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! 22 ! 21 ! turbulence renamed collision_turbulence 22 ! 23 23 ! Former revisions: 24 24 ! ----------------- … … 258 258 259 259 USE cloud_parameters, & 260 ONLY: nc_const, precipitation_amount, precipitation_rate, prr 260 ONLY: collision_turbulence, nc_const, precipitation_amount, & 261 precipitation_rate, prr 261 262 262 263 USE constants, & … … 569 570 !-- 3D-array for storing the dissipation, needed for calculating the sgs 570 571 !-- particle velocities 571 IF ( use_sgs_for_particles .OR. wang_kernel .OR. turbulence .OR.&572 num_acc_per_node > 0 ) THEN572 IF ( use_sgs_for_particles .OR. wang_kernel .OR. collision_turbulence & 573 .OR. num_acc_per_node > 0 ) THEN 573 574 ALLOCATE( diss(nzb:nzt+1,nysg:nyng,nxlg:nxrg) ) 574 575 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.