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/header.f90

    r4444 r4473  
    2525! -----------------
    2626! $Id$
     27! revised message if wall_adjustment is used
     28!
     29! 4444 2020-03-05 15:59:50Z raasch
    2730! bugfix: cpp-directives for serial mode added
    2831!
     
    15391542       IF ( e_init > 0.0_wp )  WRITE ( io, 455 )  e_init
    15401543       IF ( e_min > 0.0_wp )  WRITE ( io, 454 )  e_min
    1541        IF ( wall_adjustment )  WRITE ( io, 453 )  wall_adjustment_factor
     1544       IF ( wall_adjustment )  WRITE ( io, 453 )
    15421545    ENDIF
    15431546    IF ( rans_mode )  THEN
     
    18841887451 FORMAT ('    Diffusion coefficients are constant:'/ &
    18851888            '    Km = ',F6.2,' m**2/s   Kh = ',F6.2,' m**2/s   Pr = ',F5.2)
    1886 453 FORMAT ('    Mixing length is limited to',F5.2,' * z')
     1889453 FORMAT ('    Mixing length is limited close to surfaces')
    18871890454 FORMAT ('    TKE is not allowed to fall below ',E9.2,' (m/s)**2')
    18881891455 FORMAT ('    initial TKE is prescribed as ',E9.2,' (m/s)**2')
Note: See TracChangeset for help on using the changeset viewer.