Ignore:
Timestamp:
Jan 18, 2021 11:15:37 AM (3 years ago)
Author:
raasch
Message:

maximum phase velocities are alwasy used for radiation boundary conditions, parameter use_cmax removed

File:
1 edited

Legend:

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

    r4828 r4845  
    2424! -----------------
    2525! $Id$
     26! output of use_cmax removed
     27!
     28! 4828 2021-01-05 11:21:41Z Giersch
    2629! file re-formatted to follow the PALM coding standard
    2730!
     
    940943    WRITE ( io, 317 )  bc_lr, bc_ns
    941944    IF ( .NOT. bc_lr_cyc  .OR.  .NOT. bc_ns_cyc )  THEN
    942        WRITE ( io, 318 )  use_cmax, pt_damping_width, pt_damping_factor
     945       WRITE ( io, 318 )  pt_damping_width, pt_damping_factor
    943946       IF ( turbulent_inflow )  THEN
    944947          IF ( y_shift == 0 )  THEN
     
    17261729            '       left/right:  ',A/                                                              &
    17271730            '       north/south: ',A)
    1728 318 FORMAT (/'       use_cmax: ',L1 /                                                              &
    1729             '       pt damping layer width = ',F8.2,' m, pt ','damping factor =',F7.4)
     1731318 FORMAT (/'       pt damping layer width = ',F8.2,' m, pt ','damping factor =',F7.4)
    17301732319 FORMAT ('       turbulence recycling at inflow switched on'/                                   &
    17311733            '       width of recycling domain: ',F7.1,' m   grid index: ',I4/                      &
Note: See TracChangeset for help on using the changeset viewer.