Changes in palm/trunk/SOURCE/diffusion_u.f90 [1:3]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/diffusion_u.f90
r1 r3 8 8 ! Former revisions: 9 9 ! ----------------- 10 ! $Log: diffusion_u.f90,v $ 10 ! $Id$ 11 ! RCS Log replace by Id keyword, revision history cleaned up 12 ! 11 13 ! Revision 1.15 2006/02/23 10:35:35 raasch 12 14 ! nzb_2d replaced by nzb_u_outer in horizontal diffusion and by nzb_u_inner … … 16 18 ! because they cause errors at the edges of topography 17 19 ! WARNING: loops containing the MAX function are still not properly vectorized! 18 !19 ! Revision 1.14 2005/03/26 20:08:21 raasch20 ! Extension of horizontal loop upper bounds for non-cyclic boundary conditions,21 ! additional damping layer at the outflow in case of non-cyclic lateral22 ! boundaries, additional argument km_damp_y23 !24 ! Revision 1.13 2004/01/30 10:21:32 raasch25 ! Scalar lower k index nzb replaced by 2d-array nzb_2d26 !27 ! Revision 1.12 2003/03/12 16:26:14 raasch28 ! Full code replaced in the call for all gridpoints instead of calling the29 ! _ij version (required by NEC, because otherwise no vectorization)30 !31 ! Revision 1.11 2002/06/11 12:53:12 raasch32 ! Former subroutine changed to a module which allows to be called for all grid33 ! points of a single vertical column with index i,j or for all grid points by34 ! using function overloading.35 !36 ! Revision 1.10 2001/08/21 08:25:55 raasch37 ! Special treatment at k=1 generally if momentum flux is prescribed (not only in38 ! case of a Prandtl layer)39 !40 ! Revision 1.9 2001/03/30 07:12:02 raasch41 ! Translation of remaining German identifiers (variables, subroutines, etc.)42 !43 ! Revision 1.8 2001/01/22 06:14:00 raasch44 ! Module test_variables removed45 !46 ! Revision 1.7 2000/07/03 12:57:46 raasch47 ! dummy arguments, whose corresponding actual arguments are pointers,48 ! are now also defined as pointers,49 ! all comments translated into English50 !51 ! Revision 1.6 2000/03/14 13:55:33 schroeter52 ! vertical impulse fluxes are computed over dz at the53 ! top of the Prandtl-layer54 !55 ! Revision 1.5 98/07/06 12:11:42 12:11:42 raasch (Siegfried Raasch)56 ! + USE test_variables57 !58 ! Revision 1.4 1998/01/23 09:56:44 raasch59 ! Einbau der Prandtl-Schicht60 !61 ! Revision 1.3 1997/09/12 07:22:50 raasch62 ! Leerzeilen mussten entfernt werden63 !64 ! Revision 1.2 1997/09/12 06:43:27 raasch65 ! HP-Compiler erfordert & am Beginn von Fortsetzungszeilen66 20 ! 67 21 ! Revision 1.1 1997/09/12 06:23:51 raasch
Note: See TracChangeset
for help on using the changeset viewer.