Ignore:
Timestamp:
Apr 7, 2016 7:49:42 AM (8 years ago)
Author:
hoffmann
Message:

changes in LPM and bulk cloud microphysics

File:
1 edited

Legend:

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

    r1818 r1822  
    1919! Current revisions:
    2020! ------------------
    21 !
     21! Unused variables removed.
    2222!
    2323! Former revisions:
     
    8787
    8888    USE cloud_parameters,                                                      &
    89         ONLY:  bfactor, curvature_solution_effects, diff_coeff_l,              &
    90                eps_ros, l_d_rv, l_v, rho_l,  r_v, thermal_conductivity_l
     89        ONLY:  bfactor, curvature_solution_effects, eps_ros, l_d_rv, l_v,      &
     90               rho_l,  r_v
    9191
    9292    USE constants,                                                             &
     
    9494
    9595    USE control_parameters,                                                    &
    96         ONLY:  atmos_ocean_sign, dt_3d, dz, message_string,                    &
    97                molecular_viscosity, rho_surface
     96        ONLY:  dt_3d, dz, message_string, molecular_viscosity, rho_surface
     97
    9898    USE cpulog,                                                                &
    9999        ONLY:  cpu_log, log_point_s
    100100
    101101    USE grid_variables,                                                        &
    102         ONLY:  dx, ddx, dy, ddy
     102        ONLY:  dx, dy
    103103
    104104    USE lpm_collision_kernels_mod,                                             &
     
    109109    USE particle_attributes,                                                   &
    110110        ONLY:  block_offset, grid_particles, hall_kernel, number_of_particles, &
    111                offset_ocean_nzt, offset_ocean_nzt_m1, particles,               &
    112                radius_classes, use_kernel_tables, wang_kernel
     111               particles, radius_classes, use_kernel_tables, wang_kernel
    113112
    114113
Note: See TracChangeset for help on using the changeset viewer.