Ignore:
Timestamp:
Apr 5, 2016 6:55:35 PM (9 years ago)
Author:
gronemeier
Message:

adjustments to recycling_yshift

File:
1 edited

Legend:

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

    r1805 r1806  
    1919! Current revisions:
    2020! -----------------
    21 !
    22 ! 
     21! Check for recycling_yshift
     22!
    2323! Former revisions:
    2424! -----------------
     
    41484148!--    Calculate the index
    41494149       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 )
    41504157    ENDIF
    41514158
Note: See TracChangeset for help on using the changeset viewer.