Changes in palm/trunk/SOURCE/diffusion_s.f90 [3:1]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/diffusion_s.f90
r3 r1 8 8 ! Former revisions: 9 9 ! ----------------- 10 ! $Id$ 11 ! RCS Log replace by Id keyword, revision history cleaned up 12 ! 10 ! $Log: diffusion_s.f90,v $ 13 11 ! Revision 1.8 2006/02/23 10:34:17 raasch 14 12 ! nzb_2d replaced by nzb_s_outer in horizontal diffusion and by nzb_s_inner 15 13 ! or nzb_diff_s_inner, respectively, in vertical diffusion, prescribed surface 16 14 ! fluxes at vertically oriented topography 15 ! 16 ! Revision 1.7 2004/01/30 10:20:56 raasch 17 ! Scalar lower k index nzb replaced by 2d-array nzb_2d 18 ! 19 ! Revision 1.6 2003/03/12 16:25:32 raasch 20 ! Full code replaced in the call for all gridpoints instead of calling the 21 ! _ij version (required by NEC, because otherwise no vectorization) 22 ! 23 ! Revision 1.5 2002/06/11 12:52:41 raasch 24 ! Former subroutine changed to a module which allows to be called for all grid 25 ! points of a single vertical column with index i,j or for all grid points by 26 ! using function overloading. 27 ! 28 ! Revision 1.4 2001/03/30 07:11:44 raasch 29 ! Translation of remaining German identifiers (variables, subroutines, etc.) 30 ! 31 ! Revision 1.3 2001/01/25 06:58:14 raasch 32 ! Variable "prandtl_layer replaced by "use_surface_fluxes" 33 ! 34 ! Revision 1.2 2000/07/03 12:57:13 raasch 35 ! dummy arguments, whose corresponding actual arguments are pointers, 36 ! are now also defined as pointers, 37 ! all comments translated into English 17 38 ! 18 39 ! Revision 1.1 2000/04/13 14:54:02 schroeter
Note: See TracChangeset
for help on using the changeset viewer.