Changes in palm/trunk/SOURCE/header.f90 [1:3]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/header.f90
r1 r3 8 8 ! Former revisions: 9 9 ! ----------------- 10 ! $Log: header.f90,v $ 10 ! $Id$ 11 ! RCS Log replace by Id keyword, revision history cleaned up 12 ! 11 13 ! Revision 1.63 2006/08/22 13:53:13 raasch 12 14 ! Output of dz_max 13 !14 ! Revision 1.62 2006/08/04 14:38:41 raasch15 ! Generation of the run description header as well as run date and run time16 ! moved to routine check_parameters,17 ! output for additional particle quantities18 !19 ! Revision 1.61 2006/04/26 12:19:51 raasch20 ! Output of threads per task21 !22 ! Revision 1.60 2006/04/11 14:57:01 raasch23 ! pl_spectra renamed data_output_sp24 !25 ! Revision 1.59 2006/03/14 12:44:10 raasch26 ! Output of the initial geostrophic wind profile corrected27 !28 ! Revision 1.58 2006/02/23 12:24:22 raasch29 ! Output of psl, psr, pdx, etc. for each particle group, output of e_min,30 ! information about volume flow conservation and usage of NetCDF 64 bit offset31 ! format, pl.. renamed do.., skip_time control parameters for do..,32 ! ebene renamed section, .._anz renamed .._no, dt_average renamed33 ! dt_averaging_input_pr34 ! output of 2d/3d data averaging informations, buffer is forced to be written35 ! on file at the end of the routine36 !37 ! Revision 1.57 2005/10/20 14:06:44 raasch38 ! Error in output of yz-slice information removed39 !40 ! Revision 1.56 2005/07/01 07:48:14 steinfeld41 ! Information on the initial profiles of ug and vg added;42 ! dependency of ug and vg on height considered in the output of43 ! the boundary conditions for u and v44 !45 ! Revision 1.55 2005/06/26 19:53:15 raasch46 ! gas_constant renamed r_d, latent_heat renamed l_v, radius is used instead47 ! of diameter, output formats 335+337 changed48 !49 ! Revision 1.54 2005/05/19 08:32:27 raasch50 ! Error in output of particle inertia information removed51 !52 ! Revision 1.53 2005/05/18 15:31:59 raasch53 ! Informations about data output format (netcdf, iso2d, etc.) are given54 !55 ! Revision 1.52 2005/04/23 09:16:10 raasch56 ! fcl_factor renamed cfl_factor57 !58 ! Revision 1.51 2005/03/26 20:23:14 raasch59 ! Output of horizontal boundary conditions, output of additional call of60 ! pressure solver in case of Runge-Kutta schemes,61 ! calculate the number of particle groups (formerly unknown = 0 )62 !63 ! Revision 1.50 2004/04/30 11:48:02 raasch64 ! Forcing a 1d-decomposition is output on linux-cluster and decalpha,65 ! output of subdomain sizes, impulse_advec renamed momentum_advec66 !67 ! Revision 1.49 2004/01/28 15:09:15 raasch68 ! Output of timestep schemes modified69 !70 ! Revision 1.48 2003/10/29 08:52:04 raasch71 ! Additional output for multigrid method (lowest levels gathered on PE0),72 ! particle output modified for particle groups73 !74 ! Revision 1.47 2003/04/16 12:58:18 raasch75 ! Output for mixing length limitations revised76 !77 ! Revision 1.46 2003/03/16 09:39:31 raasch78 ! Two underscores (_) are placed in front of all define-strings79 !80 ! Revision 1.45 2003/03/14 13:43:21 raasch81 ! Informations about random generator82 !83 ! Revision 1.44 2003/03/12 16:31:45 raasch84 ! Small change for NEC system85 !86 ! Revision 1.43 2002/12/19 14:53:47 raasch87 ! Informations about user defined restart times added88 !89 ! Revision 1.42 2002/09/12 13:03:24 raasch90 ! Informations about particle inertia added91 !92 ! Revision 1.41 2002/06/11 13:09:11 raasch93 ! Information about hybrid solver, usage of 1d-decomposition and fast version94 ! of prognostic_equations included,95 ! no output of mixing length adjustments in case of constant diffusion96 !97 ! Revision 1.40 2002/04/16 08:06:13 08:06:13 raasch (Siegfried Raasch)98 ! Informations about particle boundary conditions and output of particle99 ! data added, direct output of informations about scalar transport (instead100 ! of using humidity)101 !102 ! Revision 1.39 2001/08/21 08:50:54 raasch103 ! Informations about mixing length adjustment, particle tails and dvrp PE usage104 ! included105 !106 ! Revision 1.38 2001/07/20 13:05:39 raasch107 ! Information about multigrid method included108 !109 ! Revision 1.37 2001/07/12 12:08:14 raasch110 ! Additional informations about dvrp-output (host and filenames) and111 ! particles (maximum age, random start positions), + module particle_attributes112 !113 ! Revision 1.36 2001/03/30 07:23:53 raasch114 ! Translation of remaining German identifiers (variables, subroutines, etc.)115 !116 ! Revision 1.35 2001/01/29 12:25:55 raasch117 ! Informations about using passive scalar118 !119 ! Revision 1.34 2001/01/25 07:00:48 raasch120 ! Information about using surface fluxes and fft-method added121 !122 ! Revision 1.33 2001/01/05 15:11:41 raasch123 ! Spectra informations added. Old revision remarks deleted.124 !125 ! Revision 1.32 2001/01/03 13:08:47 letzel126 ! File output translated into English.127 !128 ! Revision 1.31 2000/12/28 13:04:54 raasch129 ! Slicer information added to dvrp-output.130 ! Informations about optionally used packages are put in cpp-define-brackets.131 !132 ! Revision 1.30 2000/04/27 07:08:14 raasch133 ! notice if processor topology is predefined by user,134 ! general notice about dvrp-output (including isosurface and particles),135 ! all comments translated into English136 15 ! 137 16 ! Revision 1.1 1997/08/11 06:17:20 raasch
Note: See TracChangeset
for help on using the changeset viewer.