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/advec_u_pw.f90

    r1 r3  
    88! Former revisions:
    99! -----------------
    10 ! $Log: advec_u_pw.f90,v $
     10! $Id$
     11! RCS Log replace by Id keyword, revision history cleaned up
     12!
    1113! Revision 1.15  2006/02/23 09:44:21  raasch
    1214! nzb_2d replaced by nzb_u_inner
    13 !
    14 ! Revision 1.14  2005/03/26 14:49:31  raasch
    15 ! Extension of horizontal loop upper bounds for non-cyclic boundary conditions
    16 !
    17 ! Revision 1.13  2004/01/30 10:11:21  raasch
    18 ! Scalar lower k index nzb replaced by 2d-array nzb_2d
    19 !
    20 ! Revision 1.12  2003/03/12 16:17:06  raasch
    21 ! Full code replaced in the call for all gridpoints instead of calling the
    22 ! _ij version (required by NEC, because otherwise no vectorization)
    23 !
    24 ! Revision 1.11  2002/06/11 12:25:00  raasch
    25 ! Former subroutine changed to a module which allows to be called for all grid
    26 ! points of a single vertical column with index i,j or for all grid points by
    27 ! using function overloading.
    28 !
    29 ! Revision 1.10  2001/03/29 17:34:21  raasch
    30 ! Translation of remaining German identifiers (variables, subroutines, etc.)
    31 !
    32 ! Revision 1.9  2001/01/22 04:55:36  raasch
    33 ! Module test_variables removed
    34 !
    35 ! Revision 1.8  2000/01/20 09:34:26  letzel
    36 ! All comments translated into English
    37 !
    38 ! Revision 1.7  1998/08/05 06:47:04  raasch
    39 ! Alle Gitterpunkte gleich behandelt (keine zentralen Differenzenquotienten
    40 ! mehr bei Vertikaladvektion bei k=1)
    4115!
    4216! Revision 1.1  1997/08/11 06:09:21  raasch
Note: See TracChangeset for help on using the changeset viewer.