Changes in palm/trunk/SOURCE/check_parameters.f90 [1:3]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/check_parameters.f90
r1 r3 8 8 ! Former revisions: 9 9 ! ----------------- 10 ! $Log: check_parameters.f90,v $ 10 ! $Id$ 11 ! RCS Log replace by Id keyword, revision history cleaned up 12 ! 11 13 ! Revision 1.61 2006/08/04 14:20:25 raasch 12 14 ! do2d_unit and do3d_unit now defined as 2d-arrays, check of … … 14 16 ! generation of file header moved from routines palm and header to here 15 17 ! 16 ! Revision 1.60 2006/06/02 15:09:15 raasch17 ! data_output_xy/xz/yz are set18 !19 ! Revision 1.59 2006/03/03 15:55:34 letzel20 ! Spelling inconsistency removed21 !22 ! Revision 1.58 2006/03/03 08:50:08 raasch23 ! Default setting of constant_heatflux now only depends on the value of24 ! surface_heatflux again25 !26 ! Revision 1.57 2006/02/27 10:16:44 letzel27 ! Error removed in initialization of dt_averaging_input_pr28 !29 ! Revision 1.56 2006/02/23 10:06:55 raasch30 ! Volume flow conservation is not allowed with non-cyclic lateral boundaries,31 ! calculation of nzb_diff moved to init_grid, the default setting of32 ! constant_heatflux = .F. additionally requires a surface initial temperature33 ! change /= 0, check of topography, dissipation_1d, mixing_length_1d,34 ! check and setting of new data output steering parameters and user defined35 ! output quantities,36 ! ebene renamed section, pl1d_anz, plts_anz renamed dopr_n, dots_n,37 ! plts, pl1d renamed data_output_ts/1d38 !39 ! Revision 1.55 2005/12/06 16:39:34 raasch40 ! Output of ql profile is allowed in case of using cloud droplets41 !42 ! Revision 1.54 2005/06/30 11:27:33 steinfeld43 ! Initialization of the profiles of the geostrophic wind components44 ! ug and vg;45 ! the usage of the geostrophic wind in a galilei transformation is46 ! not allowed with a simultaneous specification of a baroclinicity47 !48 ! Revision 1.53 2005/05/18 15:12:36 raasch49 ! Check of data_output_format and netcdf precision,50 ! abort if poisfft_hybrid is called in a non-parallel environment51 !52 ! Revision 1.52 2005/04/23 09:04:10 raasch53 ! fcl_factor renamed cfl_factor, default setting of outflow_damping_width54 ! corrected, additional check for non-cyclic lateral boundary conditions55 !56 ! Revision 1.51 2005/03/26 19:47:32 raasch57 ! Check of bc_lr, bc_ns, km_damp_max, inflow_disturbance_begin,58 ! inflow_disturbance_end, outflow_damping_width59 !60 ! Revision 1.50 2004/04/30 11:20:27 raasch61 ! Check of grid_matching, check of time series profiles modified,62 ! impulse_advec renamed momentum_advec63 !64 ! Revision 1.49 2004/01/28 15:04:56 raasch65 ! Additional checks and settings for timestep schemes because of the66 ! newly implemented Runge-Kutta schemes67 !68 ! Revision 1.48 2003/04/17 07:07:43 raasch69 ! Hybrid solver check in parallel environment only70 !71 ! Revision 1.47 2003/04/16 09:43:20 raasch72 ! Additional checks for hybrid solver and host, Monin Obukhov length added to73 ! time series74 !75 ! Revision 1.46 2003/03/31 15:43:19 raasch76 ! Check for horizontal temperature flux profiles cleaned up77 !78 ! Revision 1.45 2003/03/14 13:38:02 raasch79 ! Random generator check included80 !81 ! Revision 1.44 2003/03/12 16:23:10 raasch82 ! Small checks for NEC and temperton-algorithm83 !84 ! Revision 1.43 2002/12/19 14:04:26 raasch85 ! Setting default values for termination_time_needed and check the86 ! value for IBM-regatta, STOP statement replaced by call of subroutine87 ! local_stop88 !89 ! Revision 1.42 2002/09/12 13:02:25 raasch90 ! Error in calculating initial pt and q profiles removed (array bound 10 in91 ! *_ind arrays could be exceeded)92 !93 ! Revision 1.41 2002/06/11 12:49:33 raasch94 ! Hybrid solver allowed for solving the Poisson equation95 !96 ! Revision 1.40 2002/05/02 18:48:56 18:48:56 raasch (Siegfried Raasch)97 ! SELECT case of cross_normalized_x and ..y requires usage of TRIM-function98 ! on IBM99 !100 ! Revision 1.39 2002/04/16 08:03:27 raasch101 ! Parameters for scalar transport included, output of scalar profiles changed102 !103 ! Revision 1.38 2001/11/28 09:48:32 schroeter104 ! Profiles for horizontal heat fluxes and105 ! flux divergences allowed (58-72)106 !107 ! Revision 1.37 2001/09/04 11:58:55 11:58:55 raasch (Siegfried Raasch)108 ! Profiles for vertical flux of resolved/subgrid scale energy and pressure109 ! fluctuations allowed (#55-57)110 !111 ! Revision 1.36 2001/07/20 12:52:32 raasch112 ! Multigrid method allowed for solving the Poisson equation113 !114 ! Revision 1.35 2001/03/30 06:57:38 raasch115 ! Asselin filter factor is set to 0, if Euler scheme is used,116 ! Translation of remaining German identifiers (variables, subroutines, etc.)117 !118 ! Revision 1.34 2001/02/09 07:04:45 raasch119 ! Checking of boundary conditions for pt and q and their combination with120 ! prescribed surface fluxes revised121 !122 ! Revision 1.33 2001/01/29 12:23:31 raasch123 ! New parameter passive_scalar is checked124 !125 ! Revision 1.32 2001/01/25 06:55:37 raasch126 ! New control-parameters fft_method and use_surface_fluxes are checked127 !128 ! Revision 1.31 2000/04/18 11:19:43 schroeter129 ! Bott-Chlond Advektionsschema nun auch fuer Rechnungen130 ! mit Feuchte/Wolkenphysik zugelassen131 !132 ! Revision 1.30 2000/04/13 13:28:56 schroeter133 ! + initialize profiles of total water content134 ! + check boundary conditions of total water content135 ! + initialize output of cloud-physics-profiles136 !137 ! Revision 1.29 2000/01/25 14:38:37 14:38:37 letzel (Marcus Letzel)138 ! All comments translated into English139 !140 18 ! Revision 1.1 1997/08/26 06:29:23 raasch 141 19 ! Initial revision
Note: See TracChangeset
for help on using the changeset viewer.