Changeset 1806 for palm/trunk/SOURCE/check_parameters.f90
- Timestamp:
- Apr 5, 2016 6:55:35 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/check_parameters.f90
r1805 r1806 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! 22 ! 21 ! Check for recycling_yshift 22 ! 23 23 ! Former revisions: 24 24 ! ----------------- … … 4148 4148 !-- Calculate the index 4149 4149 recycling_plane = recycling_width / dx 4150 ! 4151 !-- Because the y-shift is done with a distance of INT( npey / 2 ) no shift 4152 !-- is possible if there is only one PE in y direction. 4153 IF ( recycling_yshift .AND. pdims(2) < 2 ) THEN 4154 WRITE( message_string, * ) 'recycling_yshift = .T. requires more', & 4155 ' than one processor in y direction' 4156 CALL message( 'check_parameters', 'PA0421', 1, 2, 0, 6, 0 ) 4150 4157 ENDIF 4151 4158
Note: See TracChangeset
for help on using the changeset viewer.