Changes in palm/trunk/SOURCE/header.f90 [3:1]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/header.f90
r3 r1 8 8 ! Former revisions: 9 9 ! ----------------- 10 ! $Id$ 11 ! RCS Log replace by Id keyword, revision history cleaned up 12 ! 10 ! $Log: header.f90,v $ 13 11 ! Revision 1.63 2006/08/22 13:53:13 raasch 14 12 ! Output of dz_max 13 ! 14 ! Revision 1.62 2006/08/04 14:38:41 raasch 15 ! Generation of the run description header as well as run date and run time 16 ! moved to routine check_parameters, 17 ! output for additional particle quantities 18 ! 19 ! Revision 1.61 2006/04/26 12:19:51 raasch 20 ! Output of threads per task 21 ! 22 ! Revision 1.60 2006/04/11 14:57:01 raasch 23 ! pl_spectra renamed data_output_sp 24 ! 25 ! Revision 1.59 2006/03/14 12:44:10 raasch 26 ! Output of the initial geostrophic wind profile corrected 27 ! 28 ! Revision 1.58 2006/02/23 12:24:22 raasch 29 ! 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 offset 31 ! format, pl.. renamed do.., skip_time control parameters for do.., 32 ! ebene renamed section, .._anz renamed .._no, dt_average renamed 33 ! dt_averaging_input_pr 34 ! output of 2d/3d data averaging informations, buffer is forced to be written 35 ! on file at the end of the routine 36 ! 37 ! Revision 1.57 2005/10/20 14:06:44 raasch 38 ! Error in output of yz-slice information removed 39 ! 40 ! Revision 1.56 2005/07/01 07:48:14 steinfeld 41 ! Information on the initial profiles of ug and vg added; 42 ! dependency of ug and vg on height considered in the output of 43 ! the boundary conditions for u and v 44 ! 45 ! Revision 1.55 2005/06/26 19:53:15 raasch 46 ! gas_constant renamed r_d, latent_heat renamed l_v, radius is used instead 47 ! of diameter, output formats 335+337 changed 48 ! 49 ! Revision 1.54 2005/05/19 08:32:27 raasch 50 ! Error in output of particle inertia information removed 51 ! 52 ! Revision 1.53 2005/05/18 15:31:59 raasch 53 ! Informations about data output format (netcdf, iso2d, etc.) are given 54 ! 55 ! Revision 1.52 2005/04/23 09:16:10 raasch 56 ! fcl_factor renamed cfl_factor 57 ! 58 ! Revision 1.51 2005/03/26 20:23:14 raasch 59 ! Output of horizontal boundary conditions, output of additional call of 60 ! 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 raasch 64 ! Forcing a 1d-decomposition is output on linux-cluster and decalpha, 65 ! output of subdomain sizes, impulse_advec renamed momentum_advec 66 ! 67 ! Revision 1.49 2004/01/28 15:09:15 raasch 68 ! Output of timestep schemes modified 69 ! 70 ! Revision 1.48 2003/10/29 08:52:04 raasch 71 ! Additional output for multigrid method (lowest levels gathered on PE0), 72 ! particle output modified for particle groups 73 ! 74 ! Revision 1.47 2003/04/16 12:58:18 raasch 75 ! Output for mixing length limitations revised 76 ! 77 ! Revision 1.46 2003/03/16 09:39:31 raasch 78 ! Two underscores (_) are placed in front of all define-strings 79 ! 80 ! Revision 1.45 2003/03/14 13:43:21 raasch 81 ! Informations about random generator 82 ! 83 ! Revision 1.44 2003/03/12 16:31:45 raasch 84 ! Small change for NEC system 85 ! 86 ! Revision 1.43 2002/12/19 14:53:47 raasch 87 ! Informations about user defined restart times added 88 ! 89 ! Revision 1.42 2002/09/12 13:03:24 raasch 90 ! Informations about particle inertia added 91 ! 92 ! Revision 1.41 2002/06/11 13:09:11 raasch 93 ! Information about hybrid solver, usage of 1d-decomposition and fast version 94 ! of prognostic_equations included, 95 ! no output of mixing length adjustments in case of constant diffusion 96 ! 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 particle 99 ! data added, direct output of informations about scalar transport (instead 100 ! of using humidity) 101 ! 102 ! Revision 1.39 2001/08/21 08:50:54 raasch 103 ! Informations about mixing length adjustment, particle tails and dvrp PE usage 104 ! included 105 ! 106 ! Revision 1.38 2001/07/20 13:05:39 raasch 107 ! Information about multigrid method included 108 ! 109 ! Revision 1.37 2001/07/12 12:08:14 raasch 110 ! Additional informations about dvrp-output (host and filenames) and 111 ! particles (maximum age, random start positions), + module particle_attributes 112 ! 113 ! Revision 1.36 2001/03/30 07:23:53 raasch 114 ! Translation of remaining German identifiers (variables, subroutines, etc.) 115 ! 116 ! Revision 1.35 2001/01/29 12:25:55 raasch 117 ! Informations about using passive scalar 118 ! 119 ! Revision 1.34 2001/01/25 07:00:48 raasch 120 ! Information about using surface fluxes and fft-method added 121 ! 122 ! Revision 1.33 2001/01/05 15:11:41 raasch 123 ! Spectra informations added. Old revision remarks deleted. 124 ! 125 ! Revision 1.32 2001/01/03 13:08:47 letzel 126 ! File output translated into English. 127 ! 128 ! Revision 1.31 2000/12/28 13:04:54 raasch 129 ! 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 raasch 133 ! notice if processor topology is predefined by user, 134 ! general notice about dvrp-output (including isosurface and particles), 135 ! all comments translated into English 15 136 ! 16 137 ! Revision 1.1 1997/08/11 06:17:20 raasch
Note: See TracChangeset
for help on using the changeset viewer.