Ignore:
Timestamp:
Nov 22, 2019 12:09:09 PM (5 years ago)
Author:
oliver.maas
Message:

Deleted parameter recycling_yshift. y-shift in case of non-cyclic boundary conditions and turbulent_inflow = .TRUE. is now steered by parameter y_shift, that is also used in case of cyclic boundary conditions.

File:
1 edited

Legend:

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

    r4300 r4301  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! replaced recycling_yshift by y_shift
    2323!
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27!
     28! 4297 2019-11-21 10:37:50Z oliver.maas
    2729! Adjusted format for simulated time and related quantities
    2830!
     
    926928       WRITE ( io, 318 )  use_cmax, pt_damping_width, pt_damping_factor       
    927929       IF ( turbulent_inflow )  THEN
    928           IF ( recycling_yshift == 0 ) THEN
     930          IF ( y_shift == 0 ) THEN
    929931             WRITE ( io, 319 )  recycling_width, recycling_plane, &
    930932                                inflow_damping_height, inflow_damping_width
    931933          ELSE
    932              WRITE ( io, 322 )  recycling_yshift, recycling_width, recycling_plane, &
     934             WRITE ( io, 322 )  y_shift, recycling_width, recycling_plane, &
    933935                                inflow_damping_height, inflow_damping_width
    934936          END IF
     
    17411743              ' ----------------')
    17421744322 FORMAT ('       turbulence recycling at inflow switched on'/ &
    1743             '       y shift of the recycled inflow turbulence is',I3,' PE'/ &
     1745            '       y-shift of the recycled inflow turbulence is',I3,' PE'/ &
    17441746            '       width of recycling domain: ',F7.1,' m   grid index: ',I4/ &
    17451747            '       inflow damping height: ',F6.1,' m   width: ',F6.1,' m'/)
Note: See TracChangeset for help on using the changeset viewer.