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_set_attributes.f90

    r1818 r1822  
    1919! Current revisions:
    2020! -----------------
    21 !
     21! Unused variables removed.
    2222!
    2323! Former revisions:
     
    6767
    6868    USE control_parameters,                                                    &
    69         ONLY:  atmos_ocean_sign, u_gtrans, v_gtrans, dz
     69        ONLY:  u_gtrans, v_gtrans, dz
    7070
    7171    USE cpulog,                                                                &
     
    7777
    7878    USE grid_variables,                                                        &
    79         ONLY:  ddx, dx, ddy, dy
     79        ONLY:  dx, dy
    8080
    8181    USE indices,                                                               &
     
    8585
    8686    USE particle_attributes,                                                   &
    87         ONLY:  block_offset, grid_particles, number_of_particles,              &
    88                offset_ocean_nzt, particles, prt_count
     87        ONLY:  block_offset, grid_particles, number_of_particles, particles,   &
     88               prt_count
    8989
    9090    USE pegrid
Note: See TracChangeset for help on using the changeset viewer.