Ignore:
Timestamp:
Sep 12, 2018 3:02:00 PM (6 years ago)
Author:
raasch
Message:

various changes to avoid compiler warnings (mainly removal of unused variables)

File:
1 edited

Legend:

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

    r3049 r3241  
    2525! -----------------
    2626! $Id$
     27! unused variables removed
     28!
     29! 3049 2018-05-29 13:52:36Z Giersch
    2730! Error messages revised
    2831!
     
    136139
    137140    USE cloud_parameters,                                                      &
    138         ONLY:  l_d_rv, l_v, molecular_weight_of_solute,                        &
     141        ONLY:  l_v, molecular_weight_of_solute,                        &
    139142               molecular_weight_of_water, rho_l, rho_s, r_v, vanthoff
    140143
     
    143146
    144147    USE control_parameters,                                                    &
    145         ONLY:  dt_3d, dz, message_string, molecular_viscosity, rho_surface
     148        ONLY:  dt_3d, message_string, molecular_viscosity, rho_surface
    146149
    147150    USE cpulog,                                                                &
     
    160163
    161164    USE particle_attributes,                                                   &
    162         ONLY:  curvature_solution_effects, hall_kernel, number_of_particles,   &
    163                particles, radius_classes, use_kernel_tables, wang_kernel
     165        ONLY:  curvature_solution_effects, number_of_particles,   &
     166               particles, radius_classes, use_kernel_tables
    164167
    165168    IMPLICIT NONE
Note: See TracChangeset for help on using the changeset viewer.