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/prandtl_fluxes.f90

    r1 r3  
    88! Former revisions:
    99! -----------------
    10 ! $Log: prandtl_fluxes.f90,v $
     10! $Id$
     11! RCS Log replace by Id keyword, revision history cleaned up
     12!
    1113! Revision 1.19  2006/04/26 12:24:35  raasch
    1214! +OpenMP directives and optimization (array assignments replaced by DO loops)
    13 !
    14 ! Revision 1.18  2006/02/23 12:49:32  raasch
    15 ! shf, ts, rif, us, usws, vsws, qs and qsws are now defined at the actual
    16 ! surface of the model domain, i.e. either at the bottom or at the height
    17 ! of the topography. Thus, zu(1) is replaced
    18 ! by zp = ( zu(nzb_[variable]_inner(j,i)+1 - zw(nzb_[variable]_inner(j,i) ),
    19 ! [variable](1,j,i) by [variable](nzb_[variable]_inner(j,i)+1,j,i) and
    20 ! [variable](0,j,i) by [variable](nzb_[variable]_inner(j,i)  ,j,i).
    21 !
    22 ! Revision 1.17  2004/04/30 12:43:50  raasch
    23 ! rif_m replaced by rif (they are the same when used here)
    24 !
    25 ! Revision 1.16  2003/11/20 15:13:26  raasch
    26 ! Variable name (B) changed from capital to small
    27 !
    28 ! Revision 1.15  2001/03/30 07:46:47  raasch
    29 ! Translation of remaining German identifiers (variables, subroutines, etc.)
    30 !
    31 ! Revision 1.14  2001/01/29 12:33:38  raasch
    32 ! Passive scalar is considered
    33 !
    34 ! Revision 1.13  2001/01/25 07:23:22  raasch
    35 ! Range of ts is limited, since otherwise overflow may occur on REAL*4
    36 ! machines
    37 !
    38 ! Revision 1.11  2001/01/22 07:50:34  raasch
    39 ! Module test_variables removed
    40 !
    41 ! Revision 1.10  2000/04/13 13:44:41  schroeter
    42 ! + implentation of the Prandtl layer for the total water content
    43 !
    44 ! Revision 1.9  2000/01/26  14:48:48  14:48:48  letzel (Marcus Letzel)
    45 ! correct wrong time level of rif in computation of theta*,
    46 ! all comments translated into English
    47 !
    48 ! Revision 1.8  1998/09/22 17:27:15  raasch
    49 ! Testweise Randbedingung fuer TKE mit cm = 0.4, aber vorerst auskommentiert
    50 !
    51 ! Revision 1.7  1998/08/05 06:54:23  raasch
    52 ! Begrenzung von rif ist jetzt variabel (rif_max, rif_min)
    53 !
    54 ! Revision 1.6  1998/07/06 12:30:01  raasch
    55 ! + USE test_variables
    56 !
    57 ! Revision 1.5  1998/04/15 11:22:58  raasch
    58 ! Berechnung von theta* ueber Oberflaechentemperatur moeglich
    59 !
    60 ! Revision 1.4  1998/03/11 11:53:22  raasch
    61 ! Zusaetzliche untere Randbedingung fuer TKE ( (u*/0.1)**2 )
    62 !
    63 ! Revision 1.3  1998/02/10 15:08:53  raasch
    64 ! Grenzfall bei labiler Schichtung ( a=1, b=1 ) wird stabil gerechnet
    65 ! Begrenzung von rif aktiviert
    66 !
    67 ! Revision 1.2  1998/02/04 16:09:29  raasch
    68 ! Berechnung der Waermefluesse
    6915!
    7016! Revision 1.1  1998/01/23 10:06:06  raasch
Note: See TracChangeset for help on using the changeset viewer.