Ignore:
Timestamp:
Nov 22, 2019 12:09:09 PM (4 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/parin.f90

    r4227 r4301  
    2525! -----------------
    2626! $Id$
     27! removed recycling_yshift
     28!
     29! 4227 2019-09-10 18:04:34Z gronemeier
    2730! implement new palm_date_time_mod
    2831!
     
    190193             random_generator, random_heatflux, rans_const_c, rans_const_sigma,&
    191194             rayleigh_damping_factor, rayleigh_damping_height,                 &
    192              recycling_method_for_thermodynamic_quantities,                    &
    193              recycling_width, recycling_yshift,                                &
     195             recycling_method_for_thermodynamic_quantities, recycling_width,   &
    194196             reference_state, residual_limit,                                  &
    195197             rotation_angle,                                                   &
     
    263265             random_generator, random_heatflux, rans_const_c, rans_const_sigma,&
    264266             rayleigh_damping_factor, rayleigh_damping_height,                 &
    265              recycling_method_for_thermodynamic_quantities,                    &
    266              recycling_width, recycling_yshift,                                &
     267             recycling_method_for_thermodynamic_quantities, recycling_width,   &
    267268             reference_state, residual_limit,                                  &
    268269             rotation_angle,                                                   &
Note: See TracChangeset for help on using the changeset viewer.