Ignore:
Timestamp:
Apr 7, 2016 1:15:51 PM (9 years ago)
Author:
hoffmann
Message:

cloud physics variables renamed

File:
1 edited

Legend:

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

    r1827 r1831  
    1919! Current revisions:
    2020! ------------------
    21 !
    22 ! 
     21! turbulence renamed collision_turbulence
     22!
    2323! Former revisions:
    2424! -----------------
     
    258258   
    259259    USE cloud_parameters,                                                      &
    260         ONLY:  nc_const, precipitation_amount, precipitation_rate, prr
     260        ONLY:  collision_turbulence, nc_const, precipitation_amount,           &
     261               precipitation_rate, prr
    261262   
    262263    USE constants,                                                             &
     
    569570!-- 3D-array for storing the dissipation, needed for calculating the sgs
    570571!-- particle velocities
    571     IF ( use_sgs_for_particles  .OR.  wang_kernel  .OR.  turbulence  .OR.      &
    572          num_acc_per_node > 0 )  THEN
     572    IF ( use_sgs_for_particles  .OR.  wang_kernel  .OR.  collision_turbulence  &
     573         .OR.  num_acc_per_node > 0 )  THEN
    573574       ALLOCATE( diss(nzb:nzt+1,nysg:nyng,nxlg:nxrg) )
    574575    ENDIF
Note: See TracChangeset for help on using the changeset viewer.