Changeset 3274 for palm/trunk/SOURCE/lpm_advec.f90
- Timestamp:
- Sep 24, 2018 3:42:55 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/lpm_advec.f90
r3241 r3274 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Modularization of all bulk cloud physics code components 28 ! 29 ! 3241 2018-09-12 15:02:00Z raasch 27 30 ! unused variables removed 28 31 ! … … 173 176 ONLY: de_dx, de_dy, de_dz, diss, dzw, e, km, u, v, w, zu, zw 174 177 178 USE basic_constants_and_equations_mod, & 179 ONLY: g, kappa 180 175 181 USE cpulog 176 182 … … 179 185 USE control_parameters, & 180 186 ONLY: cloud_droplets, constant_flux_layer, dt_3d, dt_3d_reached_l, & 181 dz, g, kappa,topography, u_gtrans, v_gtrans187 dz, topography, u_gtrans, v_gtrans 182 188 183 189 USE grid_variables, &
Note: See TracChangeset
for help on using the changeset viewer.