Changes between Version 389 and Version 390 of doc/app/errmsg
- Timestamp:
- Jun 8, 2017 9:55:57 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v389 v390 38 38 ||[=#PA0013 PA0013] ||illegal value given for loop_optimization: "..." ||See parameter [../inipar#loop_optimization loop_optimization] for allowed values, and check your parameter file. || 39 39 ||[=#PA0014 PA0014] ||a non-flat topography does not allow ... ||There are several features which do not work together with a non-flat topography. See parameter [../inipar#topography topography] for possible restrictions and appropriately modify your parameter file. For a complete list of not allowed parameter settings due to a non-flat topography see check_parameters.f90. || 40 ||[=#PA0015 PA0015] || ||message number is unused||40 ||[=#PA0015 PA0015] || Using synthetic turbulence generator requires initializing_actions = "set_constant_profiles" or "read_restart_data" || When switching on the synthetic turbulence generator by setting use_synthetic_turbulence_generator = .TRUE., PALM has to be initialized using either constant profiles ([../inipar#initializing_actions initializing_actions] = "set_constant_profiles") or loading data from a previous run ([../inipar#initializing_actions initializing_actions] = "read_restart_data"). Other initialization actions do not support the synthetic turbulence generator. || 41 41 ||[=#PA0016 PA0016] ||unknown solver for perturbation pressure: psolver = "..." ||See parameter [../inipar#psolver psolver] for allowed values, and correct your parameter file. || 42 42 ||[=#PA0017 PA0017] ||Vertical grid stretching is not allowed together with particle advection. || With the currently implemented spatial interpolation of flow quantities on the respective particle positions, a constant vertical grid spacing must be used. || … … 58 58 ||[=#PA0033 PA0033] ||initializing_actions = "by_user" and "set_1d-model_profiles" are not allowed simultaneously || Set either [../inipar#initializing_actions initializing_actions] = '' 'by_user' '' in your parameter file, if the 3d-model shall be initialized with profiles to be provided by the user in routine {{{user_init_3d_model}}} of the [../userint user-interface], or set [../inipar#initializing_actions initializing_actions] = '' 'set_1d-model_profiles' '', if the 3d-model shall be initialized with profiles of the (stationary) solution of the [../../tec/1dmodel 1d-model]. || 59 59 ||[=#PA0034 PA0034] ||cloud_physics = .T. is not allowed with humidity = .F. || It is necessary to turn on humidity for the use of cloud physics. || 60 ||[=#PA0035 PA0035] || || message number is unused||60 ||[=#PA0035 PA0035] || Using synthetic turbulence generator requires bc_lr = "dirichlet/radiation" || The synthetic turbulence generator requires a non-cyclic boundary condition along x direction with an inflow at the left domain boundary. || 61 61 ||[=#PA0036 PA0036] ||humidity = .TRUE. and sloping_surface = .TRUE. are not allowed simultaneously || If [../inipar#alpha_surface alpha_surface] is set to a non-zero value in order to use an inclined surface, the parameter sloping_surface is internally set ''.TRUE.''. I.e., in the case of [../inipar#alpha_surface alpha_surface] /= 0.0 the simultaneous use of [../inipar#humidity humidity] = ''.TRUE.'' is not allowed. || 62 62 ||[=#PA0037 PA0037] || || message number is unused ||