Changes between Version 375 and Version 376 of doc/app/errmsg


Ignore:
Timestamp:
Jun 8, 2017 8:31:29 AM (8 years ago)
Author:
Giersch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v375 v376  
    179179||[=#PA0137 PA0137]   ||mixing_length_1d = "..." is unknown   ||See parameter [../inipar#mixing_length_1d mixing_length_1d] for allowed values, and appropriately correct your parameter file.  ||
    180180||[=#PA0138 PA0138]   ||dissipation_1d = "..." is unknown   ||See parameter [../inipar#dissipation_1d dissipation_1d] for allowed values, and appropriately correct your parameter file.  ||
    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 "..."   || 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. ||
     181||[=#PA00139 PA00139]   ||   ||message number is unused ||
     182||[=#PA00140 PA00140]   ||   ||message number is unused ||
    183183||[=#PA0141 PA0141]   ||coupling requires PALM to be called with "mrun -K parallel"   ||Coupling is only allowed in parallel and not in serial mode.  ||
    184184||[=#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]).  ||