316 | | ||[=#PA0276 PA0276] ||local file ENVPAR not found, some variables for steering may not be properly set ||[[span(style=color: #FF0000, Siggi)]] || |
317 | | ||[=#PA0277 PA0277] ||errors in local file ENVPAR some variables for steering may not be properly set ||[[span(style=color: #FF0000, Siggi)]] || |
318 | | ||[=#PA0278 PA0278] ||no envpar-NAMELIST found in local file ENVPAR some variables for steering may not be properly set ||[[span(style=color: #FF0000, Siggi)]] || |
| 316 | ||[=#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/mrun mrun] which can be used to start model runs. This message appears, if {{{ENVPAR}}} could not be found because it was not created by mrun. Check if you changed anything in the script. || |
| 317 | ||[=#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 mrun to start your run, (2) you used an old version of mrun that is not compatible with your model version anymore (then please update) or (3) you changed mrun manually and set some parameters of the {{{&envpar}} namelist incorrectly. (Also see [#PA0276 PA0276]) || |
| 318 | ||[=#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/mrun mrun] which can be used to start model runs. The {{{&envpar}}} namelist was not found. This is possible if you (1) did not use mrun to start your run or (2) changed mrun manually so that the namelist is not properly created. || |