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

    r4297 r4301  
    2525! -----------------
    2626! 4172 2019-08-20 11:55:33Z oliver.maas
     27! removed message PA0421, concerning old parameter recycling_yshift
     28!
     29! 11:55:33Z oliver.maas
    2730! adjust message to the modified parameter recycling_yshift
    2831!
     
    29742977       recycling_plane = recycling_width / dx
    29752978!
    2976 !--    recycling_yshift will have no effect with only one pe in y-direction
    2977 !--    is possible if there is only one PE in y direction.
    2978        IF ( ( recycling_yshift /= 0 ) .AND. pdims(2) < 2 )  THEN
    2979           WRITE( message_string, * )  'recycling_yshift will have no '  //     &
    2980                                       'effect with only one pe in y-direction.'
    2981           CALL message( 'check_parameters', 'PA0421', 0, 0, 0, 6, 0 )
    2982        ENDIF
    2983 
    2984 !
    29852979!--   Check for correct input of recycling method for thermodynamic quantities
    29862980       IF ( TRIM( recycling_method_for_thermodynamic_quantities ) /= 'turbulent_fluctuation' .AND. &
Note: See TracChangeset for help on using the changeset viewer.