Ignore:
Timestamp:
Sep 24, 2018 3:42:55 PM (6 years ago)
Author:
knoop
Message:

Modularization of all bulk cloud physics code components

File:
1 edited

Legend:

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

    r3241 r3274  
    2525! -----------------
    2626! $Id$
     27! Modularization of all bulk cloud physics code components
     28!
     29! 3241 2018-09-12 15:02:00Z raasch
    2730! unused variables removed
    2831!
     
    173176        ONLY:  de_dx, de_dy, de_dz, diss, dzw, e, km, u, v, w, zu, zw
    174177
     178    USE basic_constants_and_equations_mod,                                     &
     179        ONLY:  g, kappa
     180
    175181    USE cpulog
    176182
     
    179185    USE control_parameters,                                                    &
    180186        ONLY:  cloud_droplets, constant_flux_layer, dt_3d, dt_3d_reached_l,    &
    181                dz, g, kappa, topography, u_gtrans, v_gtrans
     187               dz, topography, u_gtrans, v_gtrans
    182188
    183189    USE grid_variables,                                                        &
Note: See TracChangeset for help on using the changeset viewer.