Ignore:
Timestamp:
Feb 13, 2007 11:30:58 AM (17 years ago)
Author:
raasch
Message:

RCS Log replace by Id keyword, revision history cleaned up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/buoyancy.f90

    r1 r3  
    88! Former revisions:
    99! -----------------
    10 ! $Log: buoyancy.f90,v $
     10! $Id$
     11! RCS Log replace by Id keyword, revision history cleaned up
     12!
    1113! Revision 1.19  2006/04/26 12:09:56  raasch
    1214! OpenMP optimization (one dimension added to sums_l)
    13 !
    14 ! Revision 1.18  2006/02/23 09:55:33  raasch
    15 ! nzb_2d replaced by nzb_s_inner/outer, nanz_2dh(0) replaced by
    16 ! ngp_2dh_outer(:,0)
    17 !
    18 ! Revision 1.17  2005/12/06 15:29:16  raasch
    19 ! Mean pt profile is calculated only in case of the first intermediate timestep
    20 !
    21 ! Revision 1.16  2004/01/30 10:14:31  raasch
    22 ! Scalar lower k index nzb replaced by 2d-array nzb_2d
    23 !
    24 ! Revision 1.15  2003/10/29 08:41:47  raasch
    25 ! Horizontal mean temperature is now taken from array hom instead of array sums
    26 !
    27 ! Revision 1.14  2003/03/16 09:27:22  raasch
    28 ! Two underscores (_) are placed in front of all define-strings
    29 !
    30 ! Revision 1.13  2003/03/12 16:20:47  raasch
    31 ! Full code replaced in the call for all gridpoints instead of calling the
    32 ! _ij version (required by NEC, because otherwise no vectorization)
    33 !
    34 ! Revision 1.12  2002/12/19 13:47:38  raasch
    35 ! STOP statement replaced by call of subroutine local_stop
    36 !
    37 ! Revision 1.11  2002/06/11 12:33:07  raasch
    38 ! Former subroutine changed to a module which allows to be called for all grid
    39 ! points of a single vertical column with index i,j or for all grid points by
    40 ! using function overloading.
    41 ! Calculation of the horizontally averaged temperature profile moved to new
    42 ! subroutine calc_mean_pt_profile, which is part of this module.
    43 !
    44 ! Revision 1.10  2001/03/30 06:54:56  raasch
    45 ! Translation of remaining German identifiers (variables, subroutines, etc.)
    46 !
    47 ! Revision 1.9  2001/01/22 05:27:03  raasch
    48 ! Module test_variables removed
    49 !
    50 ! Revision 1.8  2000/07/03 12:55:56  raasch
    51 ! Argument theta declared as pointer
    52 !
    53 ! Revision 1.7  2000/04/27 07:04:19  raasch
    54 ! in case of a sloping surface the temperature difference is computed relative
    55 ! to the initial (2D) temperature field
    56 !
    57 ! Revision 1.6  2000/04/13 14:27:34  schroeter
    58 ! considering the influence of humidity to the buoyancy term
    59 ! (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 English
    63 !
    64 ! Revision 1.4  1998/09/22 17:16:22  raasch
    65 ! Auftriebsterm erweitert fuer Rechnungen mit geneigter Ebene
    66 !
    67 ! Revision 1.3  1998/07/06 12:07:27  raasch
    68 ! + USE test_variables
    69 !
    70 ! Revision 1.2  1998/03/30 11:33:29  raasch
    71 ! nanz_2dh in nanz_2dh(0) geaendert
    7215!
    7316! Revision 1.1  1997/08/29 08:56:48  raasch
Note: See TracChangeset for help on using the changeset viewer.