Changes between Version 519 and Version 520 of doc/app/errmsg


Ignore:
Timestamp:
May 23, 2018 10:34:28 AM (7 years ago)
Author:
Giersch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v519 v520  
    240240||[=#PA0197 PA0197]   ||dvrp_file="..." not allowed   ||This error occurs due to an illegal value of [../dvrpar#dvrp_file dvrp_file] when you want to use the dvr software ([../dvr#Plotsofisosurfaces2dcrosssectionsandparticleswithdvr DVR graphics]) which is still implemented in PALM. '''dvr software currently not used by PALM group. Future deactivation of this function probable'''. ||
    241241||[=#PA0198 PA0198]   ||mode_dvrp="..." not allowed   ||This error occurs due to an illegal value of [../dvrpar#mode_dvrp mode_dvrp] when you want to use the dvr software ([../dvr#Plotsofisosurfaces2dcrosssectionsandparticleswithdvr DVR graphics]) which is still implemented in PALM. '''dvr software currently not used by PALM group. Future deactivation of this function probable'''. ||
    242 ||[=#PA0199 PA0199]   ||split of communicator not realized with MPI1 coupling atmosphere-ocean'   || This error occurs when you want to use the dvr software ([../dvr#Plotsofisosurfaces2dcrosssectionsandparticleswithdvr DVR graphics]) in combination with an atmosphere-ocean coupling. Internally, the variable {{{coupling_mode}}} defines the coupling setup used for the current respective model run. When {{{coupling_mode/=uncoupled}}} this message can occur. '''dvr software currently not used by PALM group. Future deactivation of this function probable'''.  ||
     242||[=#PA0199 PA0199]   ||split of communicator not realized with MPI1 coupling atmosphere-ocean   || This error occurs when you want to use the dvr software ([../dvr#Plotsofisosurfaces2dcrosssectionsandparticleswithdvr DVR graphics]) in combination with an atmosphere-ocean coupling. Internally, the variable {{{coupling_mode}}} defines the coupling setup used for the current respective model run. When {{{coupling_mode/=uncoupled}}} this message can occur. '''dvr software currently not used by PALM group. Future deactivation of this function probable'''.  ||
    243243||[=#PA0200 PA0200]   ||missing dz   || No value for [../inipar#dz dz] was given in the parameter file. ||
    244244||[=#PA0201 PA0201]   ||dz=... <= 0.0   || The value given for [../inipar#dz dz] must be greater than 0.0. ||
    245 ||[=#PA0202 PA0202]   ||grid anisotropy exceeds threshold given by only local horizontal reduction of near_wall mixing length l_wall starting from height level k = ... .   ||The grid-dependent mixing length {{{l_grid}}} ( ''= '''Δ''' = (Δx Δy Δz)^1/3^'' ) becomes larger than the near-wall mixing length {{{l_wall}}} starting from the reported height level {{{k}}}. Although PALM will not abort due to this warning, the chosen grid setup might lead to untrustworthy results. The reason for this is an unfavourable choise of grid anisotropy. To avoid this, make sure that the values of [../inipar#dx dx], [../inipar#dy dy], and [../inipar#dz dz] do not differ too much from each other. In case of grid stretching, the settings of [../inipar#dz_stretch_level dz_stretch_level] and/or [../inipar#dz_stretch_factor dz_stretch_factor] should be changed to ensure a smaller difference between {{{dz(k)}}} and {{{dx}}} and {{{dy}}} at the reported height level. ||
     245||[=#PA0202 PA0202]   ||grid anisotropy exceeds threshold given by only local horizontal reduction of near_wall mixing length l_wall starting from height level k = ... .   ||The grid-dependent mixing length {{{l_grid}}} ( ''= '''Δ''' = (Δx Δy Δz)^1/3^'' ) becomes larger than 2.7 * dx or 2.7 * dy starting from the reported height level {{{k}}}. Although PALM will not abort due to this warning, the chosen grid setup might lead to untrustworthy results. The reason for this is an unfavourable choise of grid anisotropy. To avoid this, make sure that the values of [../inipar#dx dx], [../inipar#dy dy], and [../inipar#dz dz] do not differ too much from each other. In case of grid stretching, the settings of [../inipar#dz_stretch_level dz_stretch_level] and/or [../inipar#dz_stretch_factor dz_stretch_factor] should be changed to ensure a smaller difference between {{{dz(k)}}} and {{{dx}}} and {{{dy}}} at the reported height level. ||
    246246||[=#PA0203 PA0203]   ||inconsistent building parameters: bxl=... bxr=... bys=... byn=... nx=... ny=...    || The setup of the single building ([../inipar#topography topography] = '' 'single_building' '') yields a too narrow building or the building walls are positioned outside of the model domain. Please check the [../inipar#topo building parameters] in your parameter file. ||
    247247||[=#PA0204 PA0204]   ||no street canyon width given   || If [../inipar#topography topography] = '' 'single_street_canyon' '' is given, also a canyon width must be given by either specifying [../inipar#canyon_width_x canyon_width_x] or [../inipar#canyon_width_y canyon_width_y] in the parameter file. ||