Changeset 4301 for palm/trunk/SOURCE/check_parameters.f90
- Timestamp:
- Nov 22, 2019 12:09:09 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/check_parameters.f90
r4297 r4301 25 25 ! ----------------- 26 26 ! 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 27 30 ! adjust message to the modified parameter recycling_yshift 28 31 ! … … 2974 2977 recycling_plane = recycling_width / dx 2975 2978 ! 2976 !-- recycling_yshift will have no effect with only one pe in y-direction2977 !-- is possible if there is only one PE in y direction.2978 IF ( ( recycling_yshift /= 0 ) .AND. pdims(2) < 2 ) THEN2979 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 ENDIF2983 2984 !2985 2979 !-- Check for correct input of recycling method for thermodynamic quantities 2986 2980 IF ( TRIM( recycling_method_for_thermodynamic_quantities ) /= 'turbulent_fluctuation' .AND. &
Note: See TracChangeset
for help on using the changeset viewer.