Changes between Version 374 and Version 375 of doc/app/errmsg
- Timestamp:
- Jun 8, 2017 8:15:40 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v374 v375 180 180 ||[=#PA0138 PA0138] ||dissipation_1d = "..." is unknown ||See parameter [../inipar#dissipation_1d dissipation_1d] for allowed values, and appropriately correct your parameter file. || 181 181 ||[=#PA0139 PA0139] ||termination_time_needed = ... must be > 30.0 on host ... ||Time needed must be at least 30 seconds on all CRAY machines, because MPP_TREMAIN gives the remaining CPU time only in steps of 30 seconds. Choose a [../d3par#termination_time_needed termination_time_needed] that is larger than 30 seconds. || 182 ||[=#PA0140 PA0140] ||termination_time_needed = ... should be >= 300.0 on host "..." || Choose a [../d3par#termination_time_needed termination_time_needed] that is larger than 300 seconds because a specific amount of time is needed to finish the job for example for copying files, compiling, data output, .... ||182 ||[=#PA0140 PA0140] ||termination_time_needed = ... should be >= 300.0 on host "..." || On IBM-regatta machines the time should be at least 300 seconds because the job time consumed before executing palm (for compiling, copying of files, etc.) has to be regarded. Choose a [../d3par#termination_time_needed termination_time_needed] that is larger than 300 seconds. || 183 183 ||[=#PA0141 PA0141] ||coupling requires PALM to be called with "mrun -K parallel" ||Coupling is only allowed in parallel and not in serial mode. || 184 184 ||[=#PA0142 PA0142] ||absolute temperature < 0.0 at zu(...) = ... || Within the PALM code (in {{{init_cloud_physics}}}), the hydrostatic pressure profile is calculated for a neutrally stratified temperature profile {{{t(z) = t_surface-g/c_p*z(k)}}}. If the height of the model domain is too large, the absolute temperature will become negative, which is not allowed. This error usually appears when both grid stretching is switched on and too many grid points along z are used. Try to reduce the number of grid points ([../inipar#nz nz]), switch on the grid stretching at larger heights (see [../inipar#dz_stretch_level dz_stretch_level]) or reduce the grid stretching factor ([../inipar#dz_stretch_factor dz_stretch_factor]). ||