Ignore:
Timestamp:
Feb 13, 2007 11:30:58 AM (17 years ago)
Author:
raasch
Message:

RCS Log replace by Id keyword, revision history cleaned up

File:
1 edited

Legend:

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

    r1 r3  
    88! Former revisions:
    99! -----------------
    10 ! $Log: exchange_horiz.f90,v $
     10! $Id$
     11! RCS Log replace by Id keyword, revision history cleaned up
     12!
    1113! Revision 1.16  2006/02/23 12:19:08  raasch
    1214! anz_yz renamed ngp_yz
    13 !
    14 ! Revision 1.15  2005/03/26 20:20:39  raasch
    15 ! Extensions for non-cyclic boundary conditions along x or y
    16 !
    17 ! Revision 1.14  2003/10/29 08:51:10  raasch
    18 ! Exchange of boundaries within the PE memory in case that multigrid method
    19 ! has switched to PE0 only
    20 !
    21 ! Revision 1.13  2003/03/16 09:30:38  raasch
    22 ! Two underscores (_) are placed in front of all define-strings
    23 !
    24 ! Revision 1.12  2002/12/20 10:40:08  raasch
    25 ! Integer variables will be defined in the parallel case only
    26 !
    27 ! Revision 1.11  2002/12/19 14:46:43  raasch
    28 ! Cyclic boundary conditions along y used instead of sendrecv in case of
    29 ! pdims(2)=1. SENDRECV replaced by nonblocking routines ISEND and IRECV.
    30 ! Array "feld" is renamed to "ar".
    31 !
    32 ! Revision 1.9  2002/04/16  08:16:50  08:16:50  raasch (Siegfried Raasch)
    33 ! Cyclic boundary conditions along x used instead of sendrecv in case of
    34 ! pdims(1)=1
    35 !
    36 ! Revision 1.8  2001/07/20 13:04:59  raasch
    37 ! anz_yz and type_xz changed to arrays to allow for the boundary value exchange
    38 ! for the different grid levels used in the multigrid method,
    39 ! +module control_parameters
    40 !
    41 ! Revision 1.7  2001/03/30 07:23:00  raasch
    42 ! Translation of remaining German identifiers (variables, subroutines, etc.)
    43 !
    44 ! Revision 1.6  2001/01/22 06:36:07  raasch
    45 ! Module test_variables removed
    46 !
    47 ! Revision 1.5  2000/12/20 12:06:44  letzel
    48 ! All comments translated into English.
    49 !
    50 ! Revision 1.4  1998/07/06 12:13:36  raasch
    51 ! + USE test_variables
    52 !
    53 ! Revision 1.3  1998/01/23 09:57:45  raasch
    54 ! Umbenennung von anz_yz_p in anz_yz sowie von type_xz_p in type_xz
    55 !
    56 ! Revision 1.2  1997/08/11 06:14:55  raasch
    57 ! Felder werden jetzt ueber Formalparameter uebergeben.
    5815!
    5916! Revision 1.1  1997/07/24 11:13:29  raasch
Note: See TracChangeset for help on using the changeset viewer.