Changeset 1569 for palm


Ignore:
Timestamp:
Mar 12, 2015 7:54:38 AM (9 years ago)
Author:
raasch
Message:

bugfix for background communication

File:
1 edited

Legend:

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

    r1349 r1569  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! bugfix in background communication part
    2323!
    2424! Former revisions:
     
    2727!
    2828! 1348 2014-03-27 18:01:03Z raasch
    29 ! bugfix: on_devide added to ONLY-list
     29! bugfix: on_device added to ONLY-list
    3030!
    3131! 1344 2014-03-26 17:33:09Z kanani
     
    197197!--       In case of background communication switched on, exchange is done
    198198!--       either along x or along y
    199           IF ( send_receive == 'lr'  .OR.  send_receive == 'al' )  THEN
     199          IF ( send_receive == 'ns'  .OR.  send_receive == 'al' )  THEN
    200200
    201201             IF ( .NOT. sendrecv_in_background )  THEN
Note: See TracChangeset for help on using the changeset viewer.