Changes between Version 790 and Version 791 of doc/app/errmsg


Ignore:
Timestamp:
Mar 7, 2022 12:15:13 PM (3 years ago)
Author:
raasch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v790 v791  
    316316||[=#PA0274 PA0274]   ||no value or wrong value given for ny: ny=...   || See parameter [../initialization_parameters#ny ny] for allowed values, and check the &initialization_parameters-namelist in your parameter file. ||
    317317||[=#PA0275 PA0275]   ||no value or wrong value given for nz: nz=...   || See parameter [../initialization_parameters#nz nz] for allowed values, and check the &initialization_parameters-namelist in your parameter file. ||
    318 ||[=#PA0276 PA0276]   ||local file ENVPAR not found, some variables for steering may not be properly set   || Some model steering parameters are passed to PALM through a namelist {{{&envpar}}} which is stored in local file {{{ENVPAR}}}. This file is created by the script [source:palm/trunk/SCRIPTS/palmrun palmrun] which can be used to start model runs. This message appears, if {{{ENVPAR}}} could not be found because it was not created by palmrun. Check if you changed anything in the script.  ||
    319 ||[=#PA0277 PA0277]   ||errors in local file ENVPAR some variables for steering may not be properly set   || The namelist {{{&envpar}}} expects certain model steering parameters (see [source:palm/trunk/SOURCE/parin.f90 parin.f90]). Some of these parameters have not been properly set or are missing entirely. This should only happen if (1) you didn't use palmrun to start your run, (2) you used an old version of palmrun that is not compatible with your model version anymore (then please update) or (3) you changed palmrun manually and set some parameters of the {{{&envpar}}} namelist incorrectly. (Also see [#PA0276 PA0276])  ||
    320 ||[=#PA0278 PA0278]   ||no envpar-NAMELIST found in local file ENVPAR or some variables for steering may not be properly set   || Some model steering parameters are passed to PALM through a namelist {{{&envpar}}} which is stored in local file {{{ENVPAR}}}. This file is created by the script [source:palm/trunk/SCRIPTS/palmrun palmrun] which can be used to start model runs. The {{{&envpar}}} namelist was not found. This is possible if you (1) did not use palmrun to start your run or (2) changed palmrun manually so that the namelist is not properly created.  ||
     318||[=#PA0276 PA0276]   ||local file ENVPAR not found Some variables for steering may not be properly set.   || Some model steering parameters are passed to PALM through a namelist {{{&envpar}}} which is stored in local file {{{ENVPAR}}}. This file is created by the script [source:palm/trunk/SCRIPTS/palmrun palmrun] which can be used to start model runs. This message appears, if {{{ENVPAR}}} could not be found because it was not created by palmrun. Check if you changed anything in the script.  ||
     319||[=#PA0277 PA0277]   ||errors in local file ENVPAR within line: ... Some variables for steering may not be properly set.   || The namelist {{{&envpar}}} expects certain model steering parameters (see [source:palm/trunk/SOURCE/parin.f90 parin.f90]). Some of these parameters have not been properly set or are missing entirely. This should only happen if (1) you didn't use palmrun to start your run, (2) you used an old version of palmrun that is not compatible with your model version anymore (then please update) or (3) you changed palmrun manually and set some parameters of the {{{&envpar}}} namelist incorrectly. (Also see [#PA0276 PA0276])  ||
     320||[=#PA0278 PA0278]   ||no envpar-NAMELIST found in local file ENVPAR  Some variables for steering may not be properly set.   || Some model steering parameters are passed to PALM through a namelist {{{&envpar}}} which is stored in local file {{{ENVPAR}}}. This file is created by the script [source:palm/trunk/SCRIPTS/palmrun palmrun] which can be used to start model runs. The {{{&envpar}}} namelist was not found. This is possible if you (1) did not use palmrun to start your run or (2) changed palmrun manually so that the namelist is not properly created.  ||
    321321||[=#PA0279 PA0279]   ||wrong component: ...   || This message is produced by the procedure pcm_tendency of the plant canopy model. It calculates drag for velocity components and scalar quantities. The calculated components are: u, v, w, pt, q, e, s (1-7). The subroutine is only called for these 7 quantities. If this error occured, you called the routine from your own code for a component that is out of range. If you wish to do this, you must adjust procedures pcm_tendency and pcm_tendency_ij in file [source:palm/trunk/SOURCE/plant_canopy_model_mod.f90  plant_canopy_model_mod.f90] accordingly. ||
    322322||[=#PA0280 PA0280]   ||No tunnel width is given.   || This error occurs if you have set [../initialization_parameters#topography topography]='' 'tunnel' '' in you parameter file but you did not specify [../initialization_parameters#tunnel_width_x tunnel_width_x] or [../initialization_parameters#tunnel_width_y tunnel_width_y]  ||