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

cloud physics variables renamed

File:
1 edited

Legend:

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

    r1823 r1831  
    1919! Current revisions:
    2020! ------------------
    21 !
     21! curvature_solution_effects removed
     22! turbulence renamed collision_turbulence, drizzle renamed cloud_water_sedimentation
    2223!
    2324! Former revisions:
     
    479480    USE kinds
    480481
    481     LOGICAL ::  curvature_solution_effects = .FALSE., &
    482                 limiter_sedimentation = .TRUE., &
    483                 ventilation_effect = .FALSE.
     482    LOGICAL ::  cloud_water_sedimentation = .FALSE., & !< cloud water sedimentation in bulk cloud physics
     483                limiter_sedimentation = .TRUE.,      & !< sedimentation limiter in bulk cloud physics
     484                collision_turbulence = .FALSE.,      & !< turbulence effects in bulk cloud physics
     485                ventilation_effect = .TRUE.            !< ventilation effect in bulk cloud physics
    484486               
    485487
     
    727729                do_sum = .FALSE., &
    728730                dp_external = .FALSE., dp_smooth = .FALSE., &
    729                 drizzle = .TRUE., dt_fixed = .FALSE., &
     731                dt_fixed = .FALSE., &
    730732                dt_3d_reached, dt_3d_reached_l, exchange_mg = .FALSE., &
    731733                first_call_lpm = .TRUE., &
     
    759761                stop_dt = .FALSE., synchronous_exchange = .FALSE., &
    760762                terminate_run = .FALSE., transpose_compute_overlap = .FALSE., &
    761                 turbulence = .FALSE., turbulent_inflow = .FALSE., &
     763                turbulent_inflow = .FALSE., &
    762764                use_cmax = .TRUE., use_initial_profile_as_reference = .FALSE., &
    763765                use_prescribed_profile_data = .FALSE., &
Note: See TracChangeset for help on using the changeset viewer.