Ignore:
File:
1 edited

Legend:

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

    r3 r1  
    88! Former revisions:
    99! -----------------
    10 ! $Id$
    11 ! RCS Log replace by Id keyword, revision history cleaned up
    12 !
     10! $Log: diffusion_w.f90,v $
    1311! Revision 1.12  2006/02/23 10:38:03  raasch
    1412! nzb_2d replaced by nzb_w_outer, wall functions added for all vertical walls,
    1513! +z0 in argument list
    1614! WARNING: loops containing the MAX function are still not properly vectorized!
     15!
     16! Revision 1.11  2005/03/26 20:11:05  raasch
     17! Additional damping layer at the outflow in case of non-cyclic lateral
     18! boundaries, additional arguments km_damp_x, km_damp_y
     19!
     20! Revision 1.10  2004/01/30 10:22:32  raasch
     21! Scalar lower k index nzb replaced by 2d-array nzb_2d
     22!
     23! Revision 1.9  2003/03/12 16:26:49  raasch
     24! Full code replaced in the call for all gridpoints instead of calling the
     25! _ij version (required by NEC, because otherwise no vectorization)
     26!
     27! Revision 1.8  2002/06/11 12:54:16  raasch
     28! Former subroutine changed to a module which allows to be called for all grid
     29! points of a single vertical column with index i,j or for all grid points by
     30! using function overloading.
     31!
     32! Revision 1.7  2001/03/30 07:12:35  raasch
     33! Translation of remaining German identifiers (variables, subroutines, etc.)
     34!
     35! Revision 1.6  2001/01/22 06:20:12  raasch
     36! Module test_variables removed
     37!
     38! Revision 1.5  2000/07/03 12:58:40  raasch
     39! dummy arguments, whose corresponding actual arguments are pointers,
     40! are now also defined as pointers,
     41! all comments translated into English
     42!
     43! Revision 1.4  1998/07/06 12:12:24  raasch
     44! + USE test_variables
     45!
     46! Revision 1.3  1997/09/12 07:24:58  raasch
     47! Leerzeilen mussten entfernt werden
     48!
     49! Revision 1.2  1997/09/12 06:44:00  raasch
     50! HP-Compiler erfordert & am Beginn von Fortsetzungszeilen
    1751!
    1852! Revision 1.1  1997/09/12 06:24:11  raasch
Note: See TracChangeset for help on using the changeset viewer.