Changes in palm/trunk/SOURCE/diffusion_e.f90 [1:3]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/diffusion_e.f90
r1 r3 8 8 ! Former revisions: 9 9 ! ----------------- 10 ! $Log: diffusion_e.f90,v $ 10 ! $Id$ 11 ! RCS Log replace by Id keyword, revision history cleaned up 12 ! 11 13 ! Revision 1.18 2006/08/04 14:29:43 raasch 12 14 ! dissipation is stored in extra array diss if needed later on for calculating 13 15 ! the sgs particle velocities 14 !15 ! Revision 1.17 2006/02/23 10:31:46 raasch16 ! nzb_2d replaced by nzb_s_inner17 !18 ! Revision 1.16 2004/01/30 10:18:18 raasch19 ! Scalar lower k index nzb replaced by 2d-array nzb_2d20 !21 ! Revision 1.15 2003/03/14 13:39:33 raasch22 ! Loop optimization for diffusion_e, l and ll are now automatic arrays23 !24 ! Revision 1.14 2003/03/12 16:25:03 raasch25 ! Full code replaced in the call for all gridpoints instead of calling the26 ! _ij version (required by NEC, because otherwise no vectorization)27 !28 ! Revision 1.13 2002/12/19 14:25:28 raasch29 ! Correction of mixing length term (l(k)/ll(k)). The condition kh=3*km in30 ! the unstable case is now also exactly met in the wall adjustment region.31 ! Factor 0.7 in wall adjustment part replaced by variable32 ! wall_adjustment_factor, which is set to ... in modules.f90.33 !34 ! Revision 1.12 2002/06/11 12:51:59 raasch35 ! Former subroutine changed to a module which allows to be called for all grid36 ! points of a single vertical column with index i,j or for all grid points by37 ! using function overloading.38 ! 1D-array l is allocated only once in the first call.39 !40 ! Revision 1.11 2001/08/21 08:24:34 raasch41 ! Wall adjustment of mixing length to 0.7 z can be switched off42 !43 ! Revision 1.10 2001/03/30 07:06:30 raasch44 ! Near surface mixing length is limited to 0.7*zu,45 ! e**1.5 replaced by e*SQRT(e) (more than 10% total increase in performance46 ! of this routine),47 ! Translation of remaining German identifiers (variables, subroutines, etc.)48 !49 ! Revision 1.9 2001/01/22 06:05:28 raasch50 ! Module test_variables removed51 !52 ! Revision 1.8 2001/01/02 17:27:00 raasch53 ! -dpt_dz_d, dpt_dz_u54 !55 ! Revision 1.7 2000/07/03 12:56:34 raasch56 ! array l changed from dummy argument to local allocatable array,57 ! dummy arguments, whose corresponding actual arguments are pointers,58 ! are now also defined as pointers59 ! all comments translated into English60 !61 ! Revision 1.6 2000/04/18 08:10:12 schroeter62 ! Revision 1.4 wieder rueckgaengig gemacht, das Stabilitaets-63 ! kriterium basiert nun wieder auf zentralen Differenzen64 !65 ! Revision 1.5 2000/04/13 14:33:08 schroeter66 ! je nach Initialisierungsmodus (trocken/feucht) fliesst in die67 ! Berechnung des Mischungsweges pt oder vpt ein, wird durch68 ! entsprechende Variablenuebergabe geregelt69 !70 ! Revision 1.4 99/02/17 09:15:52 09:15:52 raasch (Siegfried Raasch)71 ! Dissipation jetzt gemaess dem originalen Deardorff-Ansatz72 ! Kriterium fuer reduzierten Mischungsweg im stabil geschichteten Fall enger73 ! gefasst (Schichtung muss sowohl oberhalb als auch unterhalb des betrachteten74 ! Gitterpunkts stabil sein)75 !76 ! Revision 1.3 1998/07/06 12:10:56 raasch77 ! + USE test_variables78 !79 ! Revision 1.2 1998/03/11 11:48:59 raasch80 ! Anpassung des Mischungsweges an den Prandtlschen Mischungsweg moeglich81 16 ! 82 17 ! Revision 1.1 1997/09/19 07:40:24 raasch
Note: See TracChangeset
for help on using the changeset viewer.