Changes in palm/trunk/SOURCE/palm.f90 [1:3]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/palm.f90
r1 r3 12 12 ! Former revisions: 13 13 ! ----------------- 14 ! $Log: palm.f90,v $ 14 ! $Id$ 15 ! RCS Log replace by Id keyword, revision history cleaned up 16 ! 15 17 ! Revision 1.10 2006/08/04 14:53:12 raasch 16 18 ! Distibution of run description header removed, call of header moved behind 17 19 ! init_3d_model 18 !19 ! Revision 1.9 2006/02/23 12:44:43 raasch20 ! plot_.. renamed data_output_..21 !22 ! Revision 1.8 2004/04/30 12:31:07 raasch23 ! Missing cpp-instructions added, leap_frog changed to time_integration24 !25 ! Revision 1.7 2003/05/09 14:46:49 raasch26 ! String converted to integer before send via broadcast due to Linux MPICH27 ! problem28 !29 ! Revision 1.6 2003/03/16 09:42:17 raasch30 ! Two underscores (_) are placed in front of all define-strings31 !32 ! Revision 1.5 2002/12/19 15:53:59 raasch33 ! Routine local_tremain_ini moved from init_3d_model to here34 !35 ! Revision 1.4 2001/08/21 09:53:35 raasch36 ! comm_palm is now used as the global communicator since one PE maybe split from37 ! MPI_COMM_WORLD for usage in dvrp-graphics38 !39 ! Revision 1.3 2001/03/30 07:39:41 raasch40 ! Translation of remaining German identifiers (variables, subroutines, etc.),41 ! closing of unit 14 moved from routine write_3d_binary to this routine42 20 ! 43 21 ! Revision 1.2 2001/01/25 07:15:06 raasch … … 45 23 ! Initialization of dvrp logging as well as exit of dvrp moved to new 46 24 ! subroutines init_dvrp_logging and close_dvrp (file init_dvrp.f90) 47 !48 ! Revision 1.23 2001/01/05 15:13:51 raasch49 ! +module spectrum50 !51 ! Revision 1.22 2001/01/02 17:32:55 raasch52 ! Subroutine close_files renamed to close_file, now called with an argument53 !54 ! Revision 1.21 2000/12/28 13:32:16 raasch55 ! Call of MPI_FINALIZE moved to the end of the program. At the beginning56 ! 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 the58 ! beginning and at the end (optionally, by cpp-directives)59 !60 ! Revision 1.20 2000/04/27 06:42:43 raasch61 ! closing call to dvrp-software (if used) at the end of the run,62 ! old revision remarks deleted63 !64 ! Revision 1.19 2000/01/25 15:29:23 letzel65 ! All comments translated into English66 !67 ! Revision 1.18 1999/11/25 16:27:49 raasch68 ! Bei Benutzung von VTK-Grafik wird Modell als UP in C++ - Programm eingebunden69 25 ! 70 26 ! Revision 1.1 1997/07/24 11:23:35 raasch
Note: See TracChangeset
for help on using the changeset viewer.