Changes between Version 234 and Version 235 of doc/app/errmsg
- Timestamp:
- Apr 7, 2016 1:32:45 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v234 v235 57 57 ||[=#PA0032 PA0032] ||initializing_actions = "set_constant_profiles" and "by_user" are not allowed simultaneously || Set either [../inipar#initializing_actions initializing_actions] = '' 'set_constant_profiles' '' in your parameter file, if the 3d-model shall be initialized with constant profiles, or set [../inipar#initializing_actions initializing_actions] = '' 'by_user' '', 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]. || 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 ||[=#PA0034 PA0034] ||cloud_physics = . .. is not allowed with humidity = ... || Fabian||60 ||[=#PA0035 PA0035] || precipitation = ... is not allowed with cloud_physics = ... || Fabian||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] || || error number not in use || 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] ||negative weighting factor: ... || The weighting factor of the cloud droplets is recalculated during the calculation of the droplet growth due to collision and coalescence. This error appears if the newly calculated value for the weighting factor is negative and the '' 'hall' '' or '' 'wang' '' collision kernel is used (see [../parpar#collision_kernel collision_kernel]). It may be caused by illegal values of the collision kernel. Please submit a [/newticket trouble ticket] if you have run into this error. ||