Ignore:
Timestamp:
Mar 25, 2020 9:04:07 PM (4 years ago)
Author:
gronemeier
Message:

revised naming of mixing length and some further cleaning of mixing-length calculation

File:
1 edited

Legend:

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

    r4472 r4473  
    2525! -----------------
    2626! $Id$
     27! moved wall_adjustment_factor to turbulence_closure_mod
     28!
     29! 4472 2020-03-24 12:21:00Z Giersch
    2730! Additional switch added to activate calculations in flow_statistics for the
    2831! kolmogorov length scale
     
    961964    REAL(wp) ::  v_bulk = 0.0_wp                               !< namelist parameter
    962965    REAL(wp) ::  v_gtrans = 0.0_wp                             !< transformed wind component (galilei transformation)
    963     REAL(wp) ::  wall_adjustment_factor = 1.8_wp               !< adjustment factor for mixing length l
    964966    REAL(wp) ::  zeta_max = 20.0_wp                            !< namelist parameter
    965967    REAL(wp) ::  zeta_min = -20.0_wp                           !< namelist parameter
Note: See TracChangeset for help on using the changeset viewer.