Changes in palm/trunk/SOURCE/check_parameters.f90 [3:1]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/check_parameters.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: check_parameters.f90,v $ 13 11 ! Revision 1.61 2006/08/04 14:20:25 raasch 14 12 ! do2d_unit and do3d_unit now defined as 2d-arrays, check of … … 16 14 ! generation of file header moved from routines palm and header to here 17 15 ! 16 ! Revision 1.60 2006/06/02 15:09:15 raasch 17 ! data_output_xy/xz/yz are set 18 ! 19 ! Revision 1.59 2006/03/03 15:55:34 letzel 20 ! Spelling inconsistency removed 21 ! 22 ! Revision 1.58 2006/03/03 08:50:08 raasch 23 ! Default setting of constant_heatflux now only depends on the value of 24 ! surface_heatflux again 25 ! 26 ! Revision 1.57 2006/02/27 10:16:44 letzel 27 ! Error removed in initialization of dt_averaging_input_pr 28 ! 29 ! Revision 1.56 2006/02/23 10:06:55 raasch 30 ! Volume flow conservation is not allowed with non-cyclic lateral boundaries, 31 ! calculation of nzb_diff moved to init_grid, the default setting of 32 ! constant_heatflux = .F. additionally requires a surface initial temperature 33 ! change /= 0, check of topography, dissipation_1d, mixing_length_1d, 34 ! check and setting of new data output steering parameters and user defined 35 ! output quantities, 36 ! ebene renamed section, pl1d_anz, plts_anz renamed dopr_n, dots_n, 37 ! plts, pl1d renamed data_output_ts/1d 38 ! 39 ! Revision 1.55 2005/12/06 16:39:34 raasch 40 ! Output of ql profile is allowed in case of using cloud droplets 41 ! 42 ! Revision 1.54 2005/06/30 11:27:33 steinfeld 43 ! Initialization of the profiles of the geostrophic wind components 44 ! ug and vg; 45 ! the usage of the geostrophic wind in a galilei transformation is 46 ! not allowed with a simultaneous specification of a baroclinicity 47 ! 48 ! Revision 1.53 2005/05/18 15:12:36 raasch 49 ! Check of data_output_format and netcdf precision, 50 ! abort if poisfft_hybrid is called in a non-parallel environment 51 ! 52 ! Revision 1.52 2005/04/23 09:04:10 raasch 53 ! fcl_factor renamed cfl_factor, default setting of outflow_damping_width 54 ! corrected, additional check for non-cyclic lateral boundary conditions 55 ! 56 ! Revision 1.51 2005/03/26 19:47:32 raasch 57 ! Check of bc_lr, bc_ns, km_damp_max, inflow_disturbance_begin, 58 ! inflow_disturbance_end, outflow_damping_width 59 ! 60 ! Revision 1.50 2004/04/30 11:20:27 raasch 61 ! Check of grid_matching, check of time series profiles modified, 62 ! impulse_advec renamed momentum_advec 63 ! 64 ! Revision 1.49 2004/01/28 15:04:56 raasch 65 ! Additional checks and settings for timestep schemes because of the 66 ! newly implemented Runge-Kutta schemes 67 ! 68 ! Revision 1.48 2003/04/17 07:07:43 raasch 69 ! Hybrid solver check in parallel environment only 70 ! 71 ! Revision 1.47 2003/04/16 09:43:20 raasch 72 ! Additional checks for hybrid solver and host, Monin Obukhov length added to 73 ! time series 74 ! 75 ! Revision 1.46 2003/03/31 15:43:19 raasch 76 ! Check for horizontal temperature flux profiles cleaned up 77 ! 78 ! Revision 1.45 2003/03/14 13:38:02 raasch 79 ! Random generator check included 80 ! 81 ! Revision 1.44 2003/03/12 16:23:10 raasch 82 ! Small checks for NEC and temperton-algorithm 83 ! 84 ! Revision 1.43 2002/12/19 14:04:26 raasch 85 ! Setting default values for termination_time_needed and check the 86 ! value for IBM-regatta, STOP statement replaced by call of subroutine 87 ! local_stop 88 ! 89 ! Revision 1.42 2002/09/12 13:02:25 raasch 90 ! Error in calculating initial pt and q profiles removed (array bound 10 in 91 ! *_ind arrays could be exceeded) 92 ! 93 ! Revision 1.41 2002/06/11 12:49:33 raasch 94 ! Hybrid solver allowed for solving the Poisson equation 95 ! 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-function 98 ! on IBM 99 ! 100 ! Revision 1.39 2002/04/16 08:03:27 raasch 101 ! Parameters for scalar transport included, output of scalar profiles changed 102 ! 103 ! Revision 1.38 2001/11/28 09:48:32 schroeter 104 ! Profiles for horizontal heat fluxes and 105 ! 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 pressure 109 ! fluctuations allowed (#55-57) 110 ! 111 ! Revision 1.36 2001/07/20 12:52:32 raasch 112 ! Multigrid method allowed for solving the Poisson equation 113 ! 114 ! Revision 1.35 2001/03/30 06:57:38 raasch 115 ! 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 raasch 119 ! Checking of boundary conditions for pt and q and their combination with 120 ! prescribed surface fluxes revised 121 ! 122 ! Revision 1.33 2001/01/29 12:23:31 raasch 123 ! New parameter passive_scalar is checked 124 ! 125 ! Revision 1.32 2001/01/25 06:55:37 raasch 126 ! New control-parameters fft_method and use_surface_fluxes are checked 127 ! 128 ! Revision 1.31 2000/04/18 11:19:43 schroeter 129 ! Bott-Chlond Advektionsschema nun auch fuer Rechnungen 130 ! mit Feuchte/Wolkenphysik zugelassen 131 ! 132 ! Revision 1.30 2000/04/13 13:28:56 schroeter 133 ! + initialize profiles of total water content 134 ! + check boundary conditions of total water content 135 ! + initialize output of cloud-physics-profiles 136 ! 137 ! Revision 1.29 2000/01/25 14:38:37 14:38:37 letzel (Marcus Letzel) 138 ! All comments translated into English 139 ! 18 140 ! Revision 1.1 1997/08/26 06:29:23 raasch 19 141 ! Initial revision
Note: See TracChangeset
for help on using the changeset viewer.