Ignore:
File:
1 edited

Legend:

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

    r1 r3  
    1212! Former revisions:
    1313! -----------------
    14 ! $Log: palm.f90,v $
     14! $Id$
     15! RCS Log replace by Id keyword, revision history cleaned up
     16!
    1517! Revision 1.10  2006/08/04 14:53:12  raasch
    1618! Distibution of run description header removed, call of header moved behind
    1719! init_3d_model
    18 !
    19 ! Revision 1.9  2006/02/23 12:44:43  raasch
    20 ! plot_.. renamed data_output_..
    21 !
    22 ! Revision 1.8  2004/04/30 12:31:07  raasch
    23 ! Missing cpp-instructions added, leap_frog changed to time_integration
    24 !
    25 ! Revision 1.7  2003/05/09 14:46:49  raasch
    26 ! String converted to integer before send via broadcast due to Linux MPICH
    27 ! problem
    28 !
    29 ! Revision 1.6  2003/03/16 09:42:17  raasch
    30 ! Two underscores (_) are placed in front of all define-strings
    31 !
    32 ! Revision 1.5  2002/12/19 15:53:59  raasch
    33 ! Routine local_tremain_ini moved from init_3d_model to here
    34 !
    35 ! Revision 1.4  2001/08/21 09:53:35  raasch
    36 ! comm_palm is now used as the global communicator since one PE maybe split from
    37 ! MPI_COMM_WORLD for usage in dvrp-graphics
    38 !
    39 ! Revision 1.3  2001/03/30 07:39:41  raasch
    40 ! Translation of remaining German identifiers (variables, subroutines, etc.),
    41 ! closing of unit 14 moved from routine write_3d_binary to this routine
    4220!
    4321! Revision 1.2  2001/01/25 07:15:06  raasch
     
    4523! Initialization of dvrp logging as well as exit of dvrp moved to new
    4624! subroutines init_dvrp_logging and close_dvrp (file init_dvrp.f90)
    47 !
    48 ! Revision 1.23  2001/01/05 15:13:51  raasch
    49 ! +module spectrum
    50 !
    51 ! Revision 1.22  2001/01/02 17:32:55  raasch
    52 ! Subroutine close_files renamed to close_file, now called with an argument
    53 !
    54 ! Revision 1.21  2000/12/28 13:32:16  raasch
    55 ! Call of MPI_FINALIZE moved to the end of the program. At the beginning
    56 ! comm2d is set to MPI_COMM_WORLD (it was undefined before).
    57 ! Call of write_particles at the end. Open and close of DVRP-Software at the
    58 ! beginning and at the end (optionally, by cpp-directives)
    59 !
    60 ! Revision 1.20  2000/04/27 06:42:43  raasch
    61 ! closing call to dvrp-software (if used) at the end of the run,
    62 ! old revision remarks deleted
    63 !
    64 ! Revision 1.19  2000/01/25 15:29:23  letzel
    65 ! All comments translated into English
    66 !
    67 ! Revision 1.18  1999/11/25 16:27:49  raasch
    68 ! Bei Benutzung von VTK-Grafik wird Modell als UP in C++ - Programm eingebunden
    6925!
    7026! Revision 1.1  1997/07/24 11:23:35  raasch
Note: See TracChangeset for help on using the changeset viewer.