Changeset 1937
- Timestamp:
- Jun 13, 2016 1:40:04 PM (8 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/lpm.f90
r1936 r1937 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! Call routine for deallocation of unused memory. 22 ! Formatting adjustments 21 ! 23 22 ! 24 23 ! Former revisions: … … 26 25 ! $Id$ 27 26 ! 27 ! 1936 2016-06-13 13:37:44Z suehring 28 ! Call routine for deallocation of unused memory. 29 ! Formatting adjustments 30 ! 28 31 ! 1929 2016-06-09 16:25:25Z suehring 29 32 ! Call wall boundary conditions only if particles are in the vertical range of -
palm/trunk/SOURCE/lpm_advec.f90
r1936 r1937 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! Formatting adjustments21 ! 22 22 ! 23 23 ! Former revisions: … … 25 25 ! $Id$ 26 26 ! 27 ! 1936 2016-06-13 13:37:44Z suehring 28 ! Formatting adjustments 29 ! 27 30 ! 1929 2016-06-09 16:25:25Z suehring 28 31 ! Put stochastic equation in an extra subroutine. -
palm/trunk/SOURCE/lpm_exchange_horiz.f90
r1936 r1937 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! Deallocation of unused memory21 ! 22 22 ! 23 23 ! Former revisions: … … 25 25 ! $Id$ 26 26 ! 27 ! 1936 2016-06-13 13:37:44Z suehring 28 ! Deallocation of unused memory 29 ! 27 30 ! 1929 2016-06-09 16:25:25Z suehring 28 31 ! Bugfixes: -
palm/trunk/SOURCE/mod_particle_attributes.f90
r1936 r1937 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! +deallocate_memory, step_dealloc22 ! 21 ! 22 ! 23 23 ! Former revisions: 24 24 ! ----------------- 25 25 ! $Id$ 26 ! 27 ! 1936 2016-06-13 13:37:44Z suehring 28 ! +deallocate_memory, step_dealloc 29 ! 26 30 ! 1929 2016-06-09 16:25:25Z suehring 27 31 ! -sgs_wfu_par, sgs_wfv_par, sgs_wfw_par -
palm/trunk/SOURCE/package_parin.f90
r1936 r1937 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! +deallocate_memory, step_dealloc21 ! 22 22 ! 23 23 ! Former revisions: … … 25 25 ! $Id$ 26 26 ! 27 ! 1936 2016-06-13 13:37:44Z suehring 28 ! +deallocate_memory, step_dealloc 29 ! 27 30 ! 1871 2016-04-15 11:46:09Z hoffmann 28 31 ! Initialization of aerosols added.
Note: See TracChangeset
for help on using the changeset viewer.