Changeset 3086


Ignore:
Timestamp:
Jun 25, 2018 9:08:04 AM (6 years ago)
Author:
gronemeier
Message:

bugfix: set standard value for rans_const_sigma

File:
1 edited

Legend:

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

    r3083 r3086  
    2525! -----------------
    2626! $Id$
     27! bugfix: set rans_const_sigma(1) = 1.3
     28!
     29! 3083 2018-06-19 14:03:12Z gronemeier
    2730! - set limits of diss at the end of prognostic equations
    2831! - call production_e to calculate production term of diss
     
    181184
    182185    REAL(wp), DIMENSION(2) :: rans_const_sigma = &     !< model constants for RANS mode, sigma values (sigma_e, sigma_diss) (namelist param)
    183        (/ 1.0_wp, 0.77_wp /)
     186       (/ 1.0_wp, 1.30_wp /)
    184187
    185188    REAL(wp), DIMENSION(:), ALLOCATABLE ::  l_black    !< mixing length according to Blackadar
Note: See TracChangeset for help on using the changeset viewer.