Changeset 1360 for palm/trunk/SOURCE
- Timestamp:
- Apr 11, 2014 5:20:32 PM (11 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 38 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/Makefile
r1359 r1360 20 20 # Current revisions: 21 21 # ------------------ 22 # mod_particle_attributes added, lpm_sort_arrays removed, 23 # lpm_extend_particle_array removed 24 # 22 # 23 # 25 24 # Former revisions: 26 25 # ----------------- 27 26 # $Id$ 27 # 28 # 1359 2014-04-11 17:15:14Z hoffmann 29 # mod_particle_attributes added, lpm_sort_arrays removed, 30 # lpm_extend_particle_array removed 28 31 # 29 32 # 1336 2014-03-25 15:07:20Z raasch -
palm/trunk/SOURCE/Makefile_check
r1359 r1360 20 20 # Current revisions: 21 21 # ------------------ 22 # mod_particle_attributes added23 # 22 # 23 # 24 24 # Former revisions: 25 25 # ----------------- 26 26 # $Id$ 27 # 28 # 1359 2014-04-11 17:15:14Z hoffmann 29 # mod_particle_attributes added 27 30 # 28 31 # 1320 2014-03-20 08:40:49Z raasch -
palm/trunk/SOURCE/check_open.f90
r1359 r1360 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Format of particle exchange statistics extended to reasonable numbers of 23 ! particles. 22 ! 24 23 ! 25 24 ! Former revisions: … … 27 26 ! $Id$ 28 27 ! 28 ! 1359 2014-04-11 17:15:14Z hoffmann 29 ! Format of particle exchange statistics extended to reasonable numbers of 30 ! particles. 31 ! 29 32 ! 1353 2014-04-08 15:21:23Z heinze 30 33 ! REAL constants provided with KIND-attribute, -
palm/trunk/SOURCE/check_parameters.f90
r1359 r1360 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Do not allow the execution of PALM with use_particle_tails, since particle 23 ! tails are currently not supported by our new particle structure. 24 ! 25 ! PA0084 not necessary for new particle structure 22 ! 26 23 ! 27 24 ! Former revisions: … … 29 26 ! $Id$ 30 27 ! 28 ! 1359 2014-04-11 17:15:14Z hoffmann 29 ! Do not allow the execution of PALM with use_particle_tails, since particle 30 ! tails are currently not supported by our new particle structure. 31 ! 32 ! PA0084 not necessary for new particle structure 33 ! 31 34 ! 1353 2014-04-08 15:21:23Z heinze 32 35 ! REAL constants provided with KIND-attribute -
palm/trunk/SOURCE/data_output_2d.f90
r1359 r1360 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! New particle structure integrated.22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1359 2014-04-11 17:15:14Z hoffmann 29 ! New particle structure integrated. 30 ! 28 31 ! 1353 2014-04-08 15:21:23Z heinze 29 32 ! REAL constants provided with KIND-attribute -
palm/trunk/SOURCE/data_output_3d.f90
r1359 r1360 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! New particle structure integrated.22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1359 2014-04-11 17:15:14Z hoffmann 29 ! New particle structure integrated. 30 ! 28 31 ! 1353 2014-04-08 15:21:23Z heinze 29 32 ! REAL constants provided with KIND-attribute -
palm/trunk/SOURCE/data_output_mask.f90
r1359 r1360 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! New particle structure integrated.22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1359 2014-04-11 17:15:14Z hoffmann 29 ! New particle structure integrated. 30 ! 28 31 ! 1353 2014-04-08 15:21:23Z heinze 29 32 ! REAL constants provided with KIND-attribute -
palm/trunk/SOURCE/data_output_ptseries.f90
r1359 r1360 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! New particle structure integrated.22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1359 2014-04-11 17:15:14Z hoffmann 29 ! New particle structure integrated. 30 ! 28 31 ! 1353 2014-04-08 15:21:23Z heinze 29 32 ! REAL constants provided with KIND-attribute -
palm/trunk/SOURCE/header.f90
r1359 r1360 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! dt_sort_particles removed22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1359 2014-04-11 17:15:14Z hoffmann 29 ! dt_sort_particles removed 30 ! 28 31 ! 1353 2014-04-08 15:21:23Z heinze 29 32 ! REAL constants provided with KIND-attribute -
palm/trunk/SOURCE/init_3d_model.f90
r1359 r1360 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! module lpm_init_mod added to use statements, because lpm_init has become a 23 ! module 22 ! 24 23 ! 25 24 ! Former revisions: … … 27 26 ! $Id$ 28 27 ! 28 ! 1359 2014-04-11 17:15:14Z hoffmann 29 ! module lpm_init_mod added to use statements, because lpm_init has become a 30 ! module 31 ! 29 32 ! 1353 2014-04-08 15:21:23Z heinze 30 33 ! REAL constants provided with KIND-attribute -
palm/trunk/SOURCE/lpm.f90
r1359 r1360 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! New particle structure integrated. 23 ! Kind definition added to all floating point numbers. 24 ! 22 ! 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! 28 ! 1359 2014-04-11 17:15:14Z hoffmann 29 ! New particle structure integrated. 30 ! Kind definition added to all floating point numbers. 28 31 ! 29 32 ! 1320 2014-03-20 08:40:49Z raasch -
palm/trunk/SOURCE/lpm_advec.f90
r1359 r1360 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! New particle structure integrated. 23 ! Kind definition added to all floating point numbers. 24 ! 22 ! 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! 28 ! 1359 2014-04-11 17:15:14Z hoffmann 29 ! New particle structure integrated. 30 ! Kind definition added to all floating point numbers. 28 31 ! 29 32 ! 1322 2014-03-20 16:38:49Z raasch -
palm/trunk/SOURCE/lpm_boundary_conds.f90
r1359 r1360 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! New particle structure integrated. 23 ! Kind definition added to all floating point numbers. 24 ! 22 ! 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! 28 ! 1359 2014-04-11 17:15:14Z hoffmann 29 ! New particle structure integrated. 30 ! Kind definition added to all floating point numbers. 28 31 ! 29 32 ! 1320 2014-03-20 08:40:49Z raasch -
palm/trunk/SOURCE/lpm_calc_liquid_water_content.f90
r1359 r1360 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! New particle structure integrated. 23 ! Kind definition added to all floating point numbers. 24 ! 22 ! 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! 28 ! 1359 2014-04-11 17:15:14Z hoffmann 29 ! New particle structure integrated. 30 ! Kind definition added to all floating point numbers. 28 31 ! 29 32 ! 1320 2014-03-20 08:40:49Z raasch -
palm/trunk/SOURCE/lpm_collision_kernels.f90
r1359 r1360 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! New particle structure integrated. 23 ! Kind definition added to all floating point numbers. 22 ! 24 23 ! 25 24 ! Former revisions: … … 27 26 ! $Id$ 28 27 ! 28 ! 1359 2014-04-11 17:15:14Z hoffmann 29 ! New particle structure integrated. 30 ! Kind definition added to all floating point numbers. 31 ! 29 32 ! 1346 2014-03-27 13:18:20Z heinze 30 33 ! Bugfix: REAL constants provided with KIND-attribute especially in call of -
palm/trunk/SOURCE/lpm_data_output_particles.f90
r1359 r1360 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! netCDF output currently not available 23 ! output of particle data in binary format adopted to new particle structure 22 ! 24 23 ! 25 24 ! Former revisions: … … 27 26 ! $Id$ 28 27 ! 28 ! 1359 2014-04-11 17:15:14Z hoffmann 29 ! netCDF output currently not available 30 ! output of particle data in binary format adopted to new particle structure 31 ! 29 32 ! 1327 2014-03-21 11:00:16Z raasch 30 33 ! -netcdf output queries -
palm/trunk/SOURCE/lpm_droplet_collision.f90
r1359 r1360 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! New particle structure integrated. 23 ! Kind definition added to all floating point numbers. 24 ! 22 ! 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! 28 ! 1359 2014-04-11 17:15:14Z hoffmann 29 ! New particle structure integrated. 30 ! Kind definition added to all floating point numbers. 28 31 ! 29 32 ! 1322 2014-03-20 16:38:49Z raasch -
palm/trunk/SOURCE/lpm_droplet_condensation.f90
r1359 r1360 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! New particle structure integrated. 23 ! Kind definition added to all floating point numbers. 24 ! 22 ! 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! 28 ! 1359 2014-04-11 17:15:14Z hoffmann 29 ! New particle structure integrated. 30 ! Kind definition added to all floating point numbers. 28 31 ! 29 32 ! 1346 2014-03-27 13:18:20Z heinze -
palm/trunk/SOURCE/lpm_exchange_horiz.f90
r1359 r1360 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! New particle structure integrated. 23 ! Kind definition added to all floating point numbers. 22 ! 24 23 ! 25 24 ! Former revisions: … … 27 26 ! $Id$ 28 27 ! 28 ! 1359 2014-04-11 17:15:14Z hoffmann 29 ! New particle structure integrated. 30 ! Kind definition added to all floating point numbers. 31 ! 29 32 ! 1327 2014-03-21 11:00:16Z raasch 30 33 ! -netcdf output queries -
palm/trunk/SOURCE/lpm_extend_tail_array.f90
r1359 r1360 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! New particle structure integrated. 23 ! Kind definition added to all floating point numbers. 24 ! 22 ! 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! 28 ! 1359 2014-04-11 17:15:14Z hoffmann 29 ! New particle structure integrated. 30 ! Kind definition added to all floating point numbers. 28 31 ! 29 32 ! 1320 2014-03-20 08:40:49Z raasch -
palm/trunk/SOURCE/lpm_extend_tails.f90
r1359 r1360 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! New particle structure integrated. 23 ! Kind definition added to all floating point numbers. 24 ! 22 ! 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! 28 ! 1359 2014-04-11 17:15:14Z hoffmann 29 ! New particle structure integrated. 30 ! Kind definition added to all floating point numbers. 28 31 ! 29 32 ! 1320 2014-03-20 08:40:49Z raasch -
palm/trunk/SOURCE/lpm_init.f90
r1359 r1360 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1359 2014-04-11 17:15:14Z hoffmann 22 29 ! New particle structure integrated. 23 30 ! Kind definition added to all floating point numbers. 24 31 ! lpm_init changed form a subroutine to a module. 25 32 ! 26 ! Former revisions:27 ! -----------------28 ! $Id$29 !30 33 ! 1327 2014-03-21 11:00:16Z raasch 31 34 ! -netcdf_output -
palm/trunk/SOURCE/lpm_init_sgs_tke.f90
r1359 r1360 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! New particle structure integrated. 23 ! Kind definition added to all floating point numbers. 24 ! 22 ! 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! 28 ! 1359 2014-04-11 17:15:14Z hoffmann 29 ! New particle structure integrated. 30 ! Kind definition added to all floating point numbers. 28 31 ! 29 32 ! 1320 2014-03-20 08:40:49Z raasch -
palm/trunk/SOURCE/lpm_pack_arrays.f90
r1359 r1360 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! New particle structure integrated. 23 ! Kind definition added to all floating point numbers. 24 ! 22 ! 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! 28 ! 1359 2014-04-11 17:15:14Z hoffmann 29 ! New particle structure integrated. 30 ! Kind definition added to all floating point numbers. 28 31 ! 29 32 ! 1320 2014-03-20 08:40:49Z raasch -
palm/trunk/SOURCE/lpm_read_restart_file.f90
r1359 r1360 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! New particle structure integrated.23 ! 22 ! 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1359 2014-04-11 17:15:14Z hoffmann 29 ! New particle structure integrated. 27 30 ! 28 31 ! 1320 2014-03-20 08:40:49Z raasch -
palm/trunk/SOURCE/lpm_release_set.f90
r1359 r1360 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! New particle structure integrated. 23 ! Kind definition added to all floating point numbers. 24 ! lpm_init changed form a subroutine to a module. 22 ! 25 23 ! 26 24 ! Former revisions: … … 28 26 ! $Id$ 29 27 ! 28 ! 1359 2014-04-11 17:15:14Z hoffmann 29 ! New particle structure integrated. 30 ! Kind definition added to all floating point numbers. 31 ! lpm_init changed form a subroutine to a module. 32 ! 30 33 ! 1327 2014-03-21 11:00:16Z raasch 31 34 ! -netcdf output queries -
palm/trunk/SOURCE/lpm_set_attributes.f90
r1359 r1360 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! New particle structure integrated. 23 ! Kind definition added to all floating point numbers. 24 ! 22 ! 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! 28 ! 1359 2014-04-11 17:15:14Z hoffmann 29 ! New particle structure integrated. 30 ! Kind definition added to all floating point numbers. 28 31 ! 29 32 ! 1320 2014-03-20 08:40:49Z raasch -
palm/trunk/SOURCE/lpm_write_exchange_statistics.f90
r1359 r1360 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! New particle structure integrated.23 ! 22 ! 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1359 2014-04-11 17:15:14Z hoffmann 29 ! New particle structure integrated. 27 30 ! 28 31 ! 1320 2014-03-20 08:40:49Z raasch -
palm/trunk/SOURCE/lpm_write_restart_file.f90
r1359 r1360 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! New particle structure integrated.23 ! 22 ! 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1359 2014-04-11 17:15:14Z hoffmann 29 ! New particle structure integrated. 27 30 ! 28 31 ! 1320 2014-03-20 08:40:49Z raasch -
palm/trunk/SOURCE/mod_particle_attributes.f90
- Property svn:keywords set to Id
r1359 r1360 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1359 2014-04-11 17:15:14Z hoffmann 22 29 ! new module containing all particle related variables 23 30 ! -dt_sort_particles 24 !25 ! Former revisions:26 ! -----------------27 ! $Id: $28 31 ! 29 32 ! Description: -
palm/trunk/SOURCE/modules.f90
r1359 r1360 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! particle_attributes moved to mod_particle_attributes.f9022 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1359 2014-04-11 17:15:14Z hoffmann 29 ! particle_attributes moved to mod_particle_attributes.f90 30 ! 28 31 ! 1353 2014-04-08 15:21:23Z heinze 29 32 ! REAL constants provided with KIND-attribute -
palm/trunk/SOURCE/package_parin.f90
r1359 r1360 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! +alloc_factor, + min_nr_particle 23 ! -dt_sort_particles, -maximum_number_of_particles 22 ! 24 23 ! 25 24 ! Former revisions: … … 27 26 ! $Id$ 28 27 ! 28 ! 1359 2014-04-11 17:15:14Z hoffmann 29 ! +alloc_factor, + min_nr_particle 30 ! -dt_sort_particles, -maximum_number_of_particles 31 ! 29 32 ! 1340 2014-03-25 19:45:13Z kanani 30 33 ! REAL constants defined as wp-kinds -
palm/trunk/SOURCE/parin.f90
r1359 r1360 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! REAL constants provided with KIND-attribute22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1359 2014-04-11 17:15:14Z hoffmann 29 ! REAL constants provided with KIND-attribute 30 ! 28 31 ! 1353 2014-04-08 15:21:23Z heinze 29 32 ! REAL constants provided with KIND-attribute -
palm/trunk/SOURCE/sum_up_3d_data.f90
r1359 r1360 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! New particle structure integrated.23 ! 22 ! 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1359 2014-04-11 17:15:14Z hoffmann 29 ! New particle structure integrated. 27 30 ! 28 31 ! 1353 2014-04-08 15:21:23Z heinze -
palm/trunk/SOURCE/user_lpm_advec.f90
r1359 r1360 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! New particle structure integrated.23 ! 22 ! 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1359 2014-04-11 17:15:14Z hoffmann 29 ! New particle structure integrated. 27 30 ! 28 31 ! 1320 2014-03-20 08:40:49Z raasch -
palm/trunk/SOURCE/user_lpm_init.f90
r1359 r1360 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! New particle structure integrated.23 ! 22 ! 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1359 2014-04-11 17:15:14Z hoffmann 29 ! New particle structure integrated. 27 30 ! 28 31 ! 1320 2014-03-20 08:40:49Z raasch -
palm/trunk/SOURCE/user_lpm_set_attributes.f90
r1359 r1360 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! New particle structure integrated.23 ! 22 ! 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1359 2014-04-11 17:15:14Z hoffmann 29 ! New particle structure integrated. 27 30 ! 28 31 ! 1320 2014-03-20 08:40:49Z raasch -
palm/trunk/SOURCE/write_3d_binary.f90
r1359 r1360 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Bugfix using cloud_droplets solved. qc, qr*, nr* are no longer written in case 23 ! of cloud_droplets = .TRUE. 24 ! 22 ! 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! 28 ! 1359 2014-04-11 17:15:14Z hoffmann 29 ! Bugfix using cloud_droplets solved. qc, qr*, nr* are no longer written in case 30 ! of cloud_droplets = .TRUE. 28 31 ! 29 32 ! 1320 2014-03-20 08:40:49Z raasch
Note: See TracChangeset
for help on using the changeset viewer.