- Timestamp:
- Jun 9, 2016 4:32:12 PM (8 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/check_parameters.f90
r1929 r1930 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Bugfix in check for use_upstream_for_tke21 ! 22 22 ! 23 23 ! Former revisions: 24 24 ! ----------------- 25 25 ! $Id$ 26 ! 27 ! 1929 2016-06-09 16:25:25Z suehring 28 ! Bugfix in check for use_upstream_for_tke 26 29 ! 27 30 ! 1918 2016-05-27 14:35:57Z raasch -
palm/trunk/SOURCE/lpm.f90
r1929 r1930 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! Call wall boundary conditions only if particles are in the vertical range of 22 ! topography. 21 ! 23 22 ! 24 23 ! Former revisions: 25 24 ! ----------------- 26 25 ! $Id$ 26 ! 27 ! 1929 2016-06-09 16:25:25Z suehring 28 ! Call wall boundary conditions only if particles are in the vertical range of 29 ! topography. 27 30 ! 28 31 ! 1822 2016-04-07 07:49:42Z hoffmann -
palm/trunk/SOURCE/lpm_advec.f90
r1929 r1930 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! Put stochastic equation in an extra subroutine. 22 ! Set flag for stochastic equation to communicate whether a particle is near 23 ! topography. This case, memory and drift term are disabled in the Weil equation. 24 ! 25 ! Enable vertical logarithmic interpolation also above topography. This case, 26 ! set a lower limit for the friction velocity, as it can become very small 27 ! in narrow street canyons, leading to too large particle speeds. 21 ! 28 22 ! 29 23 ! Former revisions: 30 24 ! ----------------- 31 25 ! $Id$ 26 ! 27 ! 1929 2016-06-09 16:25:25Z suehring 28 ! Put stochastic equation in an extra subroutine. 29 ! Set flag for stochastic equation to communicate whether a particle is near 30 ! topography. This case, memory and drift term are disabled in the Weil equation. 31 ! 32 ! Enable vertical logarithmic interpolation also above topography. This case, 33 ! set a lower limit for the friction velocity, as it can become very small 34 ! in narrow street canyons, leading to too large particle speeds. 32 35 ! 33 36 ! 1888 2016-04-21 12:20:49Z suehring -
palm/trunk/SOURCE/lpm_boundary_conds.f90
r1929 r1930 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Rewritten wall reflection21 ! 22 22 ! 23 23 ! Former revisions: 24 24 ! ----------------- 25 25 ! $Id$ 26 ! 27 ! 1929 2016-06-09 16:25:25Z suehring 28 ! Rewritten wall reflection 26 29 ! 27 30 ! 1822 2016-04-07 07:49:42Z hoffmann -
palm/trunk/SOURCE/lpm_exchange_horiz.f90
r1929 r1930 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! 22 ! 23 ! Former revisions: 24 ! ----------------- 25 ! $Id$ 26 ! 27 ! 1929 2016-06-09 16:25:25Z suehring 21 28 ! Bugfixes: 22 29 ! - reallocation of new particles … … 28 35 ! Remove unused variables 29 36 ! Descriptions in variable declaration blocks added 30 !31 ! Former revisions:32 ! -----------------33 ! $Id$34 37 ! 35 38 ! 1873 2016-04-18 14:50:06Z maronga -
palm/trunk/SOURCE/lpm_init.f90
r1929 r1930 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! 22 ! 23 ! Former revisions: 24 ! ----------------- 25 ! $Id$ 26 ! 27 ! 2016-06-09 16:25:25Z suehring 21 28 ! Bugfix in determining initial particle height and grid index in case of 22 29 ! seed_follows_topography. … … 25 32 ! Bugfix logarithmic interpolation. 26 33 ! Initial setting of sgs_wf_part. 27 !28 ! Former revisions:29 ! -----------------30 ! $Id$31 34 ! 32 35 ! 1890 2016-04-22 08:52:11Z hoffmann -
palm/trunk/SOURCE/lpm_init_sgs_tke.f90
r1929 r1930 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! sgs_wfu_par, sgs_wfv_par and sgs_wfw_par are replaced by sgs_wf_par21 ! 22 22 ! 23 23 ! Former revisions: … … 25 25 ! $Id$ 26 26 ! 27 ! 1929 2016-06-09 16:25:25Z suehring 28 ! sgs_wfu_par, sgs_wfv_par and sgs_wfw_par are replaced by sgs_wf_par 29 ! 27 30 ! 1822 2016-04-07 07:49:42Z hoffmann 28 31 ! Unused variables removed. -
palm/trunk/SOURCE/mod_particle_attributes.f90
r1929 r1930 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! -sgs_wfu_par, sgs_wfv_par, sgs_wfw_par 22 ! + sgs_wf_par 21 ! 23 22 ! 24 23 ! Former revisions: 25 24 ! ----------------- 26 25 ! $Id$ 26 ! 1929 2016-06-09 16:25:25Z suehring 27 ! -sgs_wfu_par, sgs_wfv_par, sgs_wfw_par 28 ! + sgs_wf_par 27 29 ! 28 30 ! 1871 2016-04-15 11:46:09Z hoffmann -
palm/trunk/SOURCE/pres.f90
r1929 r1930 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! Bugfix: weight_substep for initial call, replace by local variable21 ! 22 22 ! 23 23 ! Former revisions: … … 25 25 ! $Id$ 26 26 ! 27 ! 1929 2016-06-09 16:25:25Z suehring 28 ! Bugfix: weight_substep for initial call, replace by local variable 29 ! 27 30 ! 1918 2016-05-27 14:35:57Z raasch 28 31 ! sum of divergence is also calculated when pres is called before the initial -
palm/trunk/SOURCE/surface_layer_fluxes_mod.f90
r1929 r1930 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! Bugfix: avoid segmentation fault in case one grid point is horizontally 22 ! completely surrounded by topography 21 ! 23 22 ! 24 23 ! Former revisions: … … 26 25 ! $Id$ 27 26 ! 27 ! 1929 2016-06-09 16:25:25Z suehring 28 ! Bugfix: avoid segmentation fault in case one grid point is horizontally 29 ! completely surrounded by topography 30 ! 28 31 ! 1920 2016-05-30 10:50:15Z suehring 29 32 ! Avoid segmentation fault (see change in 1915) by different initialization of -
palm/trunk/SOURCE/wind_turbine_model_mod.f90
r1929 r1930 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Bugfix: added preprocessor directives for parallel and serial mode21 ! 22 22 ! 23 23 ! Former revisions: 24 24 ! ----------------- 25 25 ! $Id$ 26 ! 27 ! 1929 2016-06-09 16:25:25Z suehring 28 ! Bugfix: added preprocessor directives for parallel and serial mode 26 29 ! 27 30 ! 1914 2016-05-26 14:44:07Z witha
Note: See TracChangeset
for help on using the changeset viewer.