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

    r1 r3  
    88! Former revisions:
    99! -----------------
    10 ! $Log: time_integration.f90,v $
     10! $Id$
     11! RCS Log replace by Id keyword, revision history cleaned up
     12!
    1113! Revision 1.8  2006/08/22 14:16:05  raasch
    1214! Disturbances are imposed only for the last Runge-Kutta-substep
    13 !
    14 ! Revision 1.7  2006/08/04 15:04:39  raasch
    15 ! Output of particle timeseries
    16 !
    17 ! Revision 1.6  2006/02/23 12:58:38  raasch
    18 ! Data output (1d, 2d, 3d, sp) can be skipped for a given time interval from
    19 ! simulation start, additional argument nzb_.._inner added to call of
    20 ! disturb_field, nt_anz renamed current_timestep_number, pl.. renamed do..,
    21 ! ..anz renamed ..n, dt_average renamed dt_averaging_interval_pr,
    22 ! time_average_.. renamed time_do.._av, routines plot_.. renamed data_output_..,
    23 ! additional call of user_actions (after_integration)
    24 !
    25 ! Revision 1.5  2005/06/26 20:10:20  raasch
    26 ! +call of interaction_droplets_ptq (+module of the same name)
    27 !
    28 ! Revision 1.4  2005/04/23 09:39:01  raasch
    29 ! Revised calculation of output time counters regarding a possible decrease of
    30 ! the output time interval in case of restart runs
    31 !
    32 ! Revision 1.3  2005/03/26 21:10:26  raasch
    33 ! Pres is called by default only at the last Runge-Kutta-substep.
    34 ! Determination of the timestep moved from end to the beginning of the
    35 ! time loop in order to assure consistent output in run_control (first line
    36 ! in restart runs must be equal to the last line in the corresponding
    37 ! previous run). Exchange of ghost points for km and kh removed.
    38 ! Changes regarding non-cyclic boundary conditions:
    39 ! arguments are added to call of routines disturb_field, exchange_horiz,
    40 ! and boundary_conds, which is now called for a second time after pres in
    41 ! order to set the velocity boundary conditions at the outflow. Velocity
    42 ! perturbations are imposed near the inflow throughout the whole run.
    4315!
    4416! Revision 1.2  2004/04/30 13:03:40  raasch
     
    4719! impulse_advec renamed momentum_advec
    4820!
    49 ! Revision 1.1  2004/04/30 12:58:21  raasch
    50 ! Initial revision
    51 !
    52 ! Revision 1.44  2004/01/28 15:17:26  raasch
    53 ! Additional intermediate timesteps for the Runge-Kutta schemes, setting
    54 ! of the steering factors for prognostic equations within the new
    55 ! routine timestep_scheme_steering at the beginning of each step (former
    56 ! part of routine timestep called at the end of each step), routine
    57 ! run_control is not called for the Runge-Kutta schemes automatically in case
    58 ! of timestep changes.
    59 !
    60 ! Revision 1.43  2003/03/16 09:40:12  raasch
    61 ! Two underscores (_) are placed in front of all define-strings
    62 !
    63 ! Revision 1.42  2003/03/12 16:33:23  raasch
    64 ! New routine prognostic_equations_vec is used on NEC machines
    65 !
    66 ! Revision 1.41  2003/03/04 11:31:39  raasch
    67 ! Module DVRP added in case that dvrp graphics package is switched on
    68 !
    69 ! Revision 1.40  2002/12/19 15:45:13  raasch
    70 ! Routine check_cpu_time renamed to check_for_restart
    71 !
    72 ! Revision 1.39  2002/06/11 13:11:44  raasch
    73 ! +USE user_actions_mod, prognostic_equations_mod,
    74 ! temperature offset at cyclic boundaries in case of sloping surface moved
    75 ! from prognostic_equations to this subroutine. Particle advection moved from
    76 ! prognostic_equations to this routine. A fast version of prognostic_equations
    77 ! is called in case that the Piascek-Williams advection scheme is used.
    78 !
    79 ! Revision 1.38  2002/05/02 18:52:19  raasch
    80 ! Application of time filter and exchange of ghost points moved from
    81 ! prognostic_equations to this routine.
    82 ! Error in calculating output time intervals for various quantities removed.
    83 !
    84 ! Revision 1.37  2001/08/21  09:51:26  09:51:26  raasch (Siegfried Raasch)
    85 ! Time measurements for user_actions moved to that subroutine
    86 !
    87 ! Revision 1.36  2001/03/30 07:34:24  raasch
    88 ! Timelevel t+dt eliminated, Asselin filter now included in
    89 ! prognostic_equations, arguments removed from pres,
    90 ! Translation of remaining German identifiers (variables, subroutines, etc.)
    91 !
    92 ! Revision 1.35  2001/01/25 07:06:43  raasch
    93 ! Time measurements with dvrp software included
    94 !
    95 ! Revision 1.34  2001/01/05 15:12:50  raasch
    96 ! Calculation and plot of spectra
    97 !
    98 ! Revision 1.33  2000/04/27 06:40:49  raasch
    99 ! Old revision remarks deleted, output of isosurfaces and particles now
    100 ! combined into new routine data_output_dvrp (includes former routines
    101 ! plot_particles and plot_isosurface)
    102 !
    103 ! Revision 1.32  2000/04/13 13:39:30  schroeter
    104 ! computation of prognostic equations moved to the new routine
    105 ! prognostic_equation, new routines calc_liquid_water_content and
    106 ! compute_vpt
    107 !
    108 ! Revision 1.31  2000/01/25  16:25:24  16:25:24  letzel (Marcus Letzel)
    109 ! All comments translated into English
    110 !
    11121! Revision 1.1  1997/08/11 06:19:04  raasch
    11222! Initial revision
Note: See TracChangeset for help on using the changeset viewer.