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/parin.f90

    r1827 r1831  
    1919! Current revisions:
    2020! -----------------
    21 !
     21! turbulence renamed collision_turbulence, drizzle renamed
     22! cloud_water_sedimentation
     23! curvature_solution_effects removed
    2224!
    2325! Former revisions:
     
    199201 
    200202    USE cloud_parameters,                                                      &
    201         ONLY:  c_sedimentation, curvature_solution_effects,                    &
    202                limiter_sedimentation, nc_const, ventilation_effect
     203        ONLY:  c_sedimentation, cloud_water_sedimentation,                     &
     204               collision_turbulence, limiter_sedimentation, nc_const,          &
     205               ventilation_effect
    203206
    204207    USE control_parameters
     
    261264             canyon_wall_south, c_sedimentation, cfl_factor, cloud_droplets,   &
    262265             cloud_physics, cloud_scheme, cloud_top_radiation,                 &
    263              collective_wait, conserve_volume_flow,                            &
     266             cloud_water_sedimentation,                                        &
     267             collective_wait, collision_turbulence, conserve_volume_flow,      &
    264268             conserve_volume_flow_mode, constant_flux_layer,                   &
    265269             coupling_start_time,                                              &
    266              curvature_solution_effects, cycle_mg, damp_level_1d,              &
     270             cycle_mg, damp_level_1d,                                          &
    267271             dissipation_1d,                                                   &
    268272             dp_external, dp_level_b, dp_smooth, dpdxy,                        &
    269              drizzle, dt, dt_pr_1d, dt_run_control_1d, dx, dy, dz, dz_max,     &
     273             dt, dt_pr_1d, dt_run_control_1d, dx, dy, dz, dz_max,              &
    270274             dz_stretch_factor, dz_stretch_level, end_time_1d,                 &
    271275             ensemble_member_nr,                                               &
     
    300304             topography, topography_grid_convention, top_heatflux,             &
    301305             top_momentumflux_u, top_momentumflux_v, top_salinityflux,         &
    302              transpose_compute_overlap, turbulence, turbulent_inflow,          &
     306             transpose_compute_overlap, turbulent_inflow,                      &
    303307             use_subsidence_tendencies, ug_surface, ug_vertical_gradient,      &
    304308             ug_vertical_gradient_level, use_surface_fluxes, use_cmax,         &
Note: See TracChangeset for help on using the changeset viewer.