Ignore:
File:
1 edited

Legend:

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

    r3 r1  
    11 SUBROUTINE swap_timelevel
    22
    3 !------------------------------------------------------------------------------!
     3!-------------------------------------------------------------------------------!
    44! Actual revisions:
    55! -----------------
     
    88! Former revisions:
    99! -----------------
    10 ! $Id$
    11 ! RCS Log replace by Id keyword, revision history cleaned up
    12 !
     10! $Log: swap_timelevel.f90,v $
    1311! Revision 1.8  2004/01/28 15:28:18  raasch
    1412! Swaping for Runge-Kutta schemes implemented
     13!
     14! Revision 1.7  2002/05/02 18:58:36  raasch
     15! Swaping of prognostic quantities re-changed to three timelevels
     16!
     17! Revision 1.6  2001/08/21  10:01:58  10:01:58  raasch (Siegfried Raasch)
     18! Surface momentum fluxes are swapped also when they are prescribed
     19!
     20! Revision 1.5  2001/03/30 07:54:39  raasch
     21! Swaping of prognostic quantities changed over from three to two timelevels,
     22! Translation of remaining German identifiers (variables, subroutines, etc.)
     23!
     24! Revision 1.4  2001/01/29 12:36:03  raasch
     25! Passive scalar is considered
     26!
     27! Revision 1.3  2001/01/25 07:26:48  raasch
     28! Sensible and latent heat fluxes are swaped, when use_surface_fluxes = .TRUE.,
     29! module test_variables removed
     30!
     31! Revision 1.2  2000/04/13 13:59:26  schroeter
     32! + swapping timelevels of moisture variables
    1533!
    1634! Revision 1.1  2000/01/10  10:08:58  10:08:58  raasch (Siegfried Raasch)
     
    2139! ------------
    2240! Swap of timelevels of variables after each timestep
    23 !------------------------------------------------------------------------------!
     41!-------------------------------------------------------------------------------!
    2442
    2543    USE arrays_3d
Note: See TracChangeset for help on using the changeset viewer.