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_s_up.f90

    r1 r3  
    88! Forner revisions:
    99! -----------------
    10 ! $Log: advec_s_up.f90,v $
     10! $Id$
     11! RCS Log replace by Id keyword, revision history cleaned up
     12!
    1113! Revision 1.11  2006/02/23 09:43:44  raasch
    1214! nzb_2d replaced by nzb_s_inner
    13 !
    14 ! Revision 1.10  2004/01/30 10:10:39  raasch
    15 ! Scalar lower k index nzb replaced by 2d-array nzb_2d
    16 !
    17 ! Revision 1.9  2003/03/12 16:16:25  raasch
    18 ! Full code replaced in the call for all gridpoints instead of calling the
    19 ! _ij version (required by NEC, because otherwise no vectorization)
    20 !
    21 ! Revision 1.8  2002/06/11 12:23:31  raasch
    22 ! Former subroutine changed to a module which allows to be called for all grid
    23 ! points of a single vertical column with index i,j or for all grid points by
    24 ! using function overloading.
    25 ! Array sk now declared as a pointer.
    26 !
    27 ! Revision 1.7  2001/03/29 17:30:31  raasch
    28 ! Translation of remaining German identifiers (variables, subroutines, etc.)
    29 !
    30 ! Revision 1.6  2001/01/22 04:43:56  raasch
    31 ! Module test_variables removed
    32 !
    33 ! Revision 1.5  2000/01/20 09:16:59  letzel
    34 ! All comments translated into English
    35 !
    36 ! Revision 1.4  1998/07/06 12:03:46  raasch
    37 ! + USE test_variables
    38 !
    39 ! Revision 1.3  1998/04/21 15:52:14  raasch
    40 ! Galilei-Transformation eingebaut
    41 !
    42 ! Revision 1.2  1997/09/09 08:27:24  raasch
    43 ! Kehrwerte der Gitterweiten implementiert
    4415!
    4516! Revision 1.1  1997/08/29 08:54:33  raasch
Note: See TracChangeset for help on using the changeset viewer.