Changes in palm/trunk/SOURCE/diffusion_w.f90 [1:3]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/diffusion_w.f90
r1 r3 8 8 ! Former revisions: 9 9 ! ----------------- 10 ! $Log: diffusion_w.f90,v $ 10 ! $Id$ 11 ! RCS Log replace by Id keyword, revision history cleaned up 12 ! 11 13 ! Revision 1.12 2006/02/23 10:38:03 raasch 12 14 ! nzb_2d replaced by nzb_w_outer, wall functions added for all vertical walls, 13 15 ! +z0 in argument list 14 16 ! WARNING: loops containing the MAX function are still not properly vectorized! 15 !16 ! Revision 1.11 2005/03/26 20:11:05 raasch17 ! Additional damping layer at the outflow in case of non-cyclic lateral18 ! boundaries, additional arguments km_damp_x, km_damp_y19 !20 ! Revision 1.10 2004/01/30 10:22:32 raasch21 ! Scalar lower k index nzb replaced by 2d-array nzb_2d22 !23 ! Revision 1.9 2003/03/12 16:26:49 raasch24 ! Full code replaced in the call for all gridpoints instead of calling the25 ! _ij version (required by NEC, because otherwise no vectorization)26 !27 ! Revision 1.8 2002/06/11 12:54:16 raasch28 ! Former subroutine changed to a module which allows to be called for all grid29 ! points of a single vertical column with index i,j or for all grid points by30 ! using function overloading.31 !32 ! Revision 1.7 2001/03/30 07:12:35 raasch33 ! Translation of remaining German identifiers (variables, subroutines, etc.)34 !35 ! Revision 1.6 2001/01/22 06:20:12 raasch36 ! Module test_variables removed37 !38 ! Revision 1.5 2000/07/03 12:58:40 raasch39 ! dummy arguments, whose corresponding actual arguments are pointers,40 ! are now also defined as pointers,41 ! all comments translated into English42 !43 ! Revision 1.4 1998/07/06 12:12:24 raasch44 ! + USE test_variables45 !46 ! Revision 1.3 1997/09/12 07:24:58 raasch47 ! Leerzeilen mussten entfernt werden48 !49 ! Revision 1.2 1997/09/12 06:44:00 raasch50 ! HP-Compiler erfordert & am Beginn von Fortsetzungszeilen51 17 ! 52 18 ! Revision 1.1 1997/09/12 06:24:11 raasch
Note: See TracChangeset
for help on using the changeset viewer.