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

    r1 r3  
    88! Former revisions:
    99! -----------------
    10 ! $Log: diffusion_u.f90,v $
     10! $Id$
     11! RCS Log replace by Id keyword, revision history cleaned up
     12!
    1113! Revision 1.15  2006/02/23 10:35:35  raasch
    1214! nzb_2d replaced by nzb_u_outer in horizontal diffusion and by nzb_u_inner
     
    1618! because they cause errors at the edges of topography
    1719! WARNING: loops containing the MAX function are still not properly vectorized!
    18 !
    19 ! Revision 1.14  2005/03/26 20:08:21  raasch
    20 ! Extension of horizontal loop upper bounds for non-cyclic boundary conditions,
    21 ! additional damping layer at the outflow in case of non-cyclic lateral
    22 ! boundaries, additional argument km_damp_y
    23 !
    24 ! Revision 1.13  2004/01/30 10:21:32  raasch
    25 ! Scalar lower k index nzb replaced by 2d-array nzb_2d
    26 !
    27 ! Revision 1.12  2003/03/12 16:26:14  raasch
    28 ! Full code replaced in the call for all gridpoints instead of calling the
    29 ! _ij version (required by NEC, because otherwise no vectorization)
    30 !
    31 ! Revision 1.11  2002/06/11 12:53:12  raasch
    32 ! Former subroutine changed to a module which allows to be called for all grid
    33 ! points of a single vertical column with index i,j or for all grid points by
    34 ! using function overloading.
    35 !
    36 ! Revision 1.10  2001/08/21 08:25:55  raasch
    37 ! Special treatment at k=1 generally if momentum flux is prescribed (not only in
    38 ! case of a Prandtl layer)
    39 !
    40 ! Revision 1.9  2001/03/30 07:12:02  raasch
    41 ! Translation of remaining German identifiers (variables, subroutines, etc.)
    42 !
    43 ! Revision 1.8  2001/01/22 06:14:00  raasch
    44 ! Module test_variables removed
    45 !
    46 ! Revision 1.7  2000/07/03 12:57:46  raasch
    47 ! dummy arguments, whose corresponding actual arguments are pointers,
    48 ! are now also defined as pointers,
    49 ! all comments translated into English
    50 !
    51 ! Revision 1.6  2000/03/14 13:55:33  schroeter
    52 ! vertical impulse fluxes are computed over dz at the
    53 ! top of the Prandtl-layer
    54 !
    55 ! Revision 1.5  98/07/06  12:11:42  12:11:42  raasch (Siegfried Raasch)
    56 ! + USE test_variables
    57 !
    58 ! Revision 1.4  1998/01/23 09:56:44  raasch
    59 ! Einbau der Prandtl-Schicht
    60 !
    61 ! Revision 1.3  1997/09/12 07:22:50  raasch
    62 ! Leerzeilen mussten entfernt werden
    63 !
    64 ! Revision 1.2  1997/09/12 06:43:27  raasch
    65 ! HP-Compiler erfordert & am Beginn von Fortsetzungszeilen
    6620!
    6721! Revision 1.1  1997/09/12 06:23:51  raasch
Note: See TracChangeset for help on using the changeset viewer.