Changes in palm/trunk/SOURCE/buoyancy.f90 [1:3]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/buoyancy.f90
r1 r3 8 8 ! Former revisions: 9 9 ! ----------------- 10 ! $Log: buoyancy.f90,v $ 10 ! $Id$ 11 ! RCS Log replace by Id keyword, revision history cleaned up 12 ! 11 13 ! Revision 1.19 2006/04/26 12:09:56 raasch 12 14 ! OpenMP optimization (one dimension added to sums_l) 13 !14 ! Revision 1.18 2006/02/23 09:55:33 raasch15 ! nzb_2d replaced by nzb_s_inner/outer, nanz_2dh(0) replaced by16 ! ngp_2dh_outer(:,0)17 !18 ! Revision 1.17 2005/12/06 15:29:16 raasch19 ! Mean pt profile is calculated only in case of the first intermediate timestep20 !21 ! Revision 1.16 2004/01/30 10:14:31 raasch22 ! Scalar lower k index nzb replaced by 2d-array nzb_2d23 !24 ! Revision 1.15 2003/10/29 08:41:47 raasch25 ! Horizontal mean temperature is now taken from array hom instead of array sums26 !27 ! Revision 1.14 2003/03/16 09:27:22 raasch28 ! Two underscores (_) are placed in front of all define-strings29 !30 ! Revision 1.13 2003/03/12 16:20:47 raasch31 ! Full code replaced in the call for all gridpoints instead of calling the32 ! _ij version (required by NEC, because otherwise no vectorization)33 !34 ! Revision 1.12 2002/12/19 13:47:38 raasch35 ! STOP statement replaced by call of subroutine local_stop36 !37 ! Revision 1.11 2002/06/11 12:33:07 raasch38 ! Former subroutine changed to a module which allows to be called for all grid39 ! points of a single vertical column with index i,j or for all grid points by40 ! using function overloading.41 ! Calculation of the horizontally averaged temperature profile moved to new42 ! subroutine calc_mean_pt_profile, which is part of this module.43 !44 ! Revision 1.10 2001/03/30 06:54:56 raasch45 ! Translation of remaining German identifiers (variables, subroutines, etc.)46 !47 ! Revision 1.9 2001/01/22 05:27:03 raasch48 ! Module test_variables removed49 !50 ! Revision 1.8 2000/07/03 12:55:56 raasch51 ! Argument theta declared as pointer52 !53 ! Revision 1.7 2000/04/27 07:04:19 raasch54 ! in case of a sloping surface the temperature difference is computed relative55 ! to the initial (2D) temperature field56 !57 ! Revision 1.6 2000/04/13 14:27:34 schroeter58 ! considering the influence of humidity to the buoyancy term59 ! (only for sloping_surface = false),60 !61 ! Revision 1.5 2000/01/21 16:17:23 16:17:23 letzel (Marcus Letzel)62 ! All comments translated into English63 !64 ! Revision 1.4 1998/09/22 17:16:22 raasch65 ! Auftriebsterm erweitert fuer Rechnungen mit geneigter Ebene66 !67 ! Revision 1.3 1998/07/06 12:07:27 raasch68 ! + USE test_variables69 !70 ! Revision 1.2 1998/03/30 11:33:29 raasch71 ! nanz_2dh in nanz_2dh(0) geaendert72 15 ! 73 16 ! Revision 1.1 1997/08/29 08:56:48 raasch
Note: See TracChangeset
for help on using the changeset viewer.