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