Changeset 3086
- Timestamp:
- Jun 25, 2018 9:08:04 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/turbulence_closure_mod.f90
r3083 r3086 25 25 ! ----------------- 26 26 ! $Id$ 27 ! bugfix: set rans_const_sigma(1) = 1.3 28 ! 29 ! 3083 2018-06-19 14:03:12Z gronemeier 27 30 ! - set limits of diss at the end of prognostic equations 28 31 ! - call production_e to calculate production term of diss … … 181 184 182 185 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 /) 184 187 185 188 REAL(wp), DIMENSION(:), ALLOCATABLE :: l_black !< mixing length according to Blackadar
Note: See TracChangeset
for help on using the changeset viewer.