Changeset 1930


Ignore:
Timestamp:
Jun 9, 2016 4:32:12 PM (8 years ago)
Author:
suehring
Message:

last commit documented

Location:
palm/trunk/SOURCE
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/check_parameters.f90

    r1929 r1930  
    1919! Current revisions:
    2020! -----------------
    21 ! Bugfix in check for use_upstream_for_tke
     21!
    2222!
    2323! Former revisions:
    2424! -----------------
    2525! $Id$
     26!
     27! 1929 2016-06-09 16:25:25Z suehring
     28! Bugfix in check for use_upstream_for_tke
    2629!
    2730! 1918 2016-05-27 14:35:57Z raasch
  • palm/trunk/SOURCE/lpm.f90

    r1929 r1930  
    1919! Current revisions:
    2020! ------------------
    21 ! Call wall boundary conditions only if particles are in the vertical range of
    22 ! topography.
     21!
    2322!
    2423! Former revisions:
    2524! -----------------
    2625! $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.
    2730!
    2831! 1822 2016-04-07 07:49:42Z hoffmann
  • palm/trunk/SOURCE/lpm_advec.f90

    r1929 r1930  
    1919! Current revisions:
    2020! ------------------
    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
    2822!
    2923! Former revisions:
    3024! -----------------
    3125! $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.
    3235!
    3336! 1888 2016-04-21 12:20:49Z suehring
  • palm/trunk/SOURCE/lpm_boundary_conds.f90

    r1929 r1930  
    1919! Current revisions:
    2020! -----------------
    21 ! Rewritten wall reflection
     21!
    2222!
    2323! Former revisions:
    2424! -----------------
    2525! $Id$
     26!
     27! 1929 2016-06-09 16:25:25Z suehring
     28! Rewritten wall reflection
    2629!
    2730! 1822 2016-04-07 07:49:42Z hoffmann
  • palm/trunk/SOURCE/lpm_exchange_horiz.f90

    r1929 r1930  
    1919! Current revisions:
    2020! ------------------
     21!
     22!
     23! Former revisions:
     24! -----------------
     25! $Id$
     26!
     27! 1929 2016-06-09 16:25:25Z suehring
    2128! Bugfixes:
    2229! - reallocation of new particles
     
    2835! Remove unused variables
    2936! Descriptions in variable declaration blocks added
    30 !
    31 ! Former revisions:
    32 ! -----------------
    33 ! $Id$
    3437!
    3538! 1873 2016-04-18 14:50:06Z maronga
  • palm/trunk/SOURCE/lpm_init.f90

    r1929 r1930  
    1919! Current revisions:
    2020! -----------------
     21!
     22!
     23! Former revisions:
     24! -----------------
     25! $Id$
     26!
     27! 2016-06-09 16:25:25Z suehring
    2128! Bugfix in determining initial particle height and grid index in case of
    2229! seed_follows_topography.
     
    2532! Bugfix logarithmic interpolation.
    2633! Initial setting of sgs_wf_part.
    27 !
    28 ! Former revisions:
    29 ! -----------------
    30 ! $Id$
    3134!
    3235! 1890 2016-04-22 08:52:11Z hoffmann
  • palm/trunk/SOURCE/lpm_init_sgs_tke.f90

    r1929 r1930  
    1919! Current revisions:
    2020! ------------------
    21 ! sgs_wfu_par, sgs_wfv_par and sgs_wfw_par are replaced by sgs_wf_par
     21!
    2222!
    2323! Former revisions:
     
    2525! $Id$
    2626!
     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!
    2730! 1822 2016-04-07 07:49:42Z hoffmann
    2831! Unused variables removed.
  • palm/trunk/SOURCE/mod_particle_attributes.f90

    r1929 r1930  
    1919! Current revisions:
    2020! ------------------
    21 ! -sgs_wfu_par, sgs_wfv_par, sgs_wfw_par
    22 ! + sgs_wf_par
     21!
    2322!
    2423! Former revisions:
    2524! -----------------
    2625! $Id$
     26! 1929 2016-06-09 16:25:25Z suehring
     27! -sgs_wfu_par, sgs_wfv_par, sgs_wfw_par
     28! + sgs_wf_par
    2729!
    2830! 1871 2016-04-15 11:46:09Z hoffmann
  • palm/trunk/SOURCE/pres.f90

    r1929 r1930  
    1919! Current revisions:
    2020! ------------------
    21 ! Bugfix: weight_substep for initial call, replace by local variable
     21!
    2222!
    2323! Former revisions:
     
    2525! $Id$
    2626!
     27! 1929 2016-06-09 16:25:25Z suehring
     28! Bugfix: weight_substep for initial call, replace by local variable
     29!
    2730! 1918 2016-05-27 14:35:57Z raasch
    2831! sum of divergence is also calculated when pres is called before the initial
  • palm/trunk/SOURCE/surface_layer_fluxes_mod.f90

    r1929 r1930  
    1919! Current revisions:
    2020! ------------------
    21 ! Bugfix: avoid segmentation fault in case one grid point is horizontally
    22 ! completely surrounded by topography
     21
    2322!
    2423! Former revisions:
     
    2625! $Id$
    2726!
     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!
    2831! 1920 2016-05-30 10:50:15Z suehring
    2932! Avoid segmentation fault (see change in 1915) by different initialization of
  • palm/trunk/SOURCE/wind_turbine_model_mod.f90

    r1929 r1930  
    1919! Current revisions:
    2020! -----------------
    21 ! Bugfix: added preprocessor directives for parallel and serial mode
     21!
    2222!
    2323! Former revisions:
    2424! -----------------
    2525! $Id$
     26!
     27! 1929 2016-06-09 16:25:25Z suehring
     28! Bugfix: added preprocessor directives for parallel and serial mode
    2629!
    2730! 1914 2016-05-26 14:44:07Z witha
Note: See TracChangeset for help on using the changeset viewer.