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

    r1 r3  
    88! Former revisions:
    99! -----------------
    10 ! $Log: init_1d_model.f90,v $
     10! $Id$
     11! RCS Log replace by Id keyword, revision history cleaned up
     12!
    1113! Revision 1.21  2006/06/02 15:19:57  raasch
    1214! cpp-directives extended for lctit
    1315!
    14 ! Revision 1.20  2006/04/20 13:16:24  letzel
    15 ! Errors removed in the computation of the diabatic mixing length
    16 !
    17 ! Revision 1.19  2006/03/14 12:48:52  raasch
    18 ! Error in initializing l_black removed,
    19 ! maximum possible timestep for runge schemes reduced, output for units 15 and
    20 ! 17 is flushed
    21 !
    22 ! Revision 1.18  2006/02/23 12:27:38  raasch
    23 ! Switches for calculating the mixing length and the dissipation,
    24 ! remaining e1d_m**1.5 replaced by e1d_m*SQRT(e1d_m),
    25 ! nt_anz_1d renamed current_timestep_number_1d
    26 !
    27 ! Revision 1.17  2005/06/29 09:58:25  steinfeld
    28 ! A potential dependency of ug and vg on height is considered in the
    29 ! tendency terms of u and v; calculation of lambda is commented out
    30 !
    31 ! Revision 1.16  2005/04/23 09:22:04  raasch
    32 ! Initial horizontal velocities at the lowest grid levels are set to a very
    33 ! small value in order to avoid too small time steps caused by the diffusion
    34 ! criterion
    35 !
    36 ! Revision 1.15  2005/03/26 20:27:33  raasch
    37 ! Output format of timestep changed, e1d_m**1.5 replaced by e1d_m*SQRT(e1d_m)
    38 ! because of wrong results on NEC-SX6
    39 !
    40 ! Revision 1.14  2004/04/30 11:55:02  raasch
    41 ! Runge-Kutta scheme implemented, routine leap_frog_1d renamed to
    42 ! time_integration_1d
    43 !
    44 ! Revision 1.13  2001/03/30 07:24:10  raasch
    45 ! Translation of remaining German identifiers (variables, subroutines, etc.)
    46 !
    47 ! Revision 1.12  2001/01/29 12:26:57  raasch
    48 ! Passive scalar is considered
    49 !
    50 ! Revision 1.11  2001/01/22 06:54:13  raasch
    51 ! Module test_variables removed
    52 !
    53 ! Revision 1.10  2001/01/02 17:28:35  raasch
    54 ! Adjustment of computations of energy dissipation, mixing length and
    55 ! eddy diffusivities to methods used in the 3D-model:
    56 ! cm changed from 0.4 to 0.1, grid dependend mixing length instead of
    57 ! Blackadar mixing length is used, Deardorff modification of mxixing length
    58 ! when stratification is stable
    59 !
    60 ! Revision 1.9  2000/12/21 14:16:15  letzel
    61 ! All comments translated into English.
    62 !
    63 ! Revision 1.8  2000/04/13 13:23:47  schroeter
    64 ! + 1D-Modell an Rechnungen mit Feuchte angepasst
    65 !
    66 ! Revision 1.7  2000/03/14  12:56:02  12:56:02  schroeter (Michael Schroeter)
    67 ! Asselin-filter is called before swapping timelevels
    68 !
    6916! Revision 1.1  1998/03/09 16:22:10  raasch
    7017! Initial revision
Note: See TracChangeset for help on using the changeset viewer.