Changeset 4277
- Timestamp:
- Oct 28, 2019 4:53:23 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/lagrangian_particle_model_mod.f90
r4276 r4277 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Bugfix: Added first_call_lpm in use statement 28 ! 29 ! 4276 2019-10-28 16:03:29Z schwenkel 27 30 ! Modularize lpm: Move conditions in time intergration to module 28 31 ! … … 123 126 ONLY: bc_dirichlet_l, bc_dirichlet_n, bc_dirichlet_r, bc_dirichlet_s, & 124 127 cloud_droplets, constant_flux_layer, current_timestep_number, & 125 dt_3d, dt_3d_reached, humidity,&128 dt_3d, dt_3d_reached, first_call_lpm, humidity, & 126 129 dt_3d_reached_l, dt_dopts, dz, initializing_actions, & 127 130 intermediate_timestep_count, intermediate_timestep_count_max, &
Note: See TracChangeset
for help on using the changeset viewer.