Changes between Version 458 and Version 459 of doc/app/errmsg
- Timestamp:
- Jul 4, 2017 9:29:46 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v458 v459 317 317 ||[=#PA0275 PA0275] ||no value or wrong value given for nz: nz=... || See parameter [../inipar#nz nz] for allowed values, and check the &inipar-namelist in your parameter file. || 318 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/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. || 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 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]) ||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 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]) || 320 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/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. || 321 321 ||[=#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. || … … 368 368 ||[=#PA0325 PA0325] ||illegal value: masks must be >= 0 and <= "..."(=max_masks) || If more than max_masks are needed, the value for max_maskes can be changed in [[source:palm/trunk/SOURCE/modules.f90| modules.f90]]. See documentation of the [../userint user interface] and [../d3par#data_output_masks data_output_masks]. || 369 369 ||[=#PA0326 PA0326] ||illegal value: mask_scale_x, mask_scale_y and mask_scale_z must be > 0.0 || [../d3par#mask_scale_x mask_scale_x] (or [../d3par#mask_scale_y y] or [../d3par#mask_scale_z z]) || 370 ||[=#PA0327 PA0327] ||no output available for: "..." || ||371 ||[=#PA0328 PA0328] ||netCDF file formats 3 (netCDF 4) and 4 (netCDF 4 Classic model) are currently not supported (not yet tested). || ||370 ||[=#PA0327 PA0327] ||no output available for: "..." || ** || 371 ||[=#PA0328 PA0328] ||netCDF file formats 3 (netCDF 4) and 4 (netCDF 4 Classic model) are currently not supported (not yet tested). || ** || 372 372 ||[=#PA0329 PA0329] ||number of output quantitities given by data_output_mask and data_output_mask_user exceeds the limit of 100 || Check [../d3par#data_output_masks data_output_masks] and [../userpar#data_output_masks_user data_output_masks_user]. || 373 ||[=#PA0330 PA0330] ||illegal value for data_output: "..." || ||373 ||[=#PA0330 PA0330] ||illegal value for data_output: "..." ||** || 374 374 ||[=#PA0331 PA0331] ||"..." in mask "..." along dimension "..." exceeds "..." = "..." || Your masked output exeeds the model domain in x-, y- or z- direction. Check the documentation of [../maskedoutput masked output] and [../d3par#mask_x mask_x] (or [../d3par#mask_y y] or [../d3par#mask_z z]) || 375 375 ||[=#PA0332 PA0332] ||mask_loop("...","...",1)="..." and/or mask_loop("...","...",2)="..." exceed "..."*"..."/="..." || Your looped output mask exeeds the model domain in x- or y-direction. Check [../d3par#mask_x_loop mask_x_loop] ([../d3par#mask_y_loop or y]) and [../d3par#mask_scale_x mask_scale_x] ([../d3par#mask_scale_y or y]). || 376 376 ||[=#PA0333 PA0333] ||mask_loop("...","...",1)="..." and/or mask_loop("...","...",2)="..." exceed zw(nz)/mask_scale("...")="..." || Your looped output mask exeeds the model domain in z-direction. Check [../d3par#mask_z_loop mask_z_loop] and [../d3par#mask_scale_z mask_scale_z]. || 377 377 ||[=#PA0334 PA0334] ||mask_loop("...","...",2)="..." exceeds dz_stretch_level="...". Vertical mask locations will not match the desired heights within the stretching region. || Recommendation: use mask instead of mask_loop. || 378 ||[=#PA0335 PA0335] ||netCDF file for "..." data for mask "..." from previous run found but this file cannot be extended due to variable mismatch. New file is created instead. || ||379 ||[=#PA0336 PA0336] ||netCDF file for "..." data for mask "..." from previous run found but this file cannot be extended due to mismatch in number of vertical grid points. New file is created instead. || ||380 ||[=#PA0337 PA0337] ||netCDF file for "..." data for mask "..." from previous run found but this file cannot be extended because the current output time is less or equal than the last output time on this file. New file is created instead. || ||381 ||[=#PA0338 PA0338] ||netCDF file for "..." data for mask "..." from previous run found. This file will be extended. || ||378 ||[=#PA0335 PA0335] ||netCDF file for "..." data for mask "..." from previous run found but this file cannot be extended due to variable mismatch. New file is created instead. || ** || 379 ||[=#PA0336 PA0336] ||netCDF file for "..." data for mask "..." from previous run found but this file cannot be extended due to mismatch in number of vertical grid points. New file is created instead. || ** || 380 ||[=#PA0337 PA0337] ||netCDF file for "..." data for mask "..." from previous run found but this file cannot be extended because the current output time is less or equal than the last output time on this file. New file is created instead. || ** || 381 ||[=#PA0338 PA0338] ||netCDF file for "..." data for mask "..." from previous run found. This file will be extended. ||** || 382 382 {{{#!tr 383 383 {{{#!td … … 420 420 ||[=#PA0341 PA0341] || pavement_type = 0 (user_defined) requires setting of pavement_depth /= 9999999.9 ||In case of a user-defined pavement type, the depth of the pavement layer must be given by the user || 421 421 ||[=#PA0342 PA0342] ||'pavement_type = 0 (user_defined) requires setting of pavement_heat_conduct /= 9999999.9 ||In case of a user-defined pavement type, the heat conductivity of the pavement must be given || 422 ||[=#PA0343 PA0343] ||initializing_actions = 'initialize_vortex' is not allowed with conserve_volume_flow = .T. || ||422 ||[=#PA0343 PA0343] ||initializing_actions = 'initialize_vortex' is not allowed with conserve_volume_flow = .T. ||** || 423 423 ||[=#PA0344 PA0344] ||psolver must be called at each RK3 substep when 'ws-scheme' is used for momentum_advec. || The use of 5th-order advection scheme for the momentum equations requires a sufficiently large reduction of flow divergence to minimize numerical errors. See [../inipar#call_psolver_at_all_substeps here]. || 424 ||[=#PA0345 PA0345] ||uv_heights(1) must be 0.0 || ||425 ||[=#PA0346 PA0346] ||u_profile(1) and v_profile(1) must be 0.0 || ||424 ||[=#PA0345 PA0345] ||uv_heights(1) must be 0.0 ||** || 425 ||[=#PA0346 PA0346] ||u_profile(1) and v_profile(1) must be 0.0 ||** || 426 426 ||[=#PA0347 PA0347] ||maxtry > 40 in Rosenbrock method ||Error may appear if curvature and solution effects are included in the calculation of droplet growth by condensation (see [../inipar#curvature_solution_effects curvature_solution effects]. \\\\It means that the Rosenbrock method, used for integrating the stiff droplet growth equation, was unable to find an internal timestep which gives a sufficiently small truncation error within 40 tries. \\\\So far, this problem has not appeared. It might happen if some of the cloud physics parameters, which determine the growth by condensation, are given unrealistic values or if the droplet radius is extremely small. || 427 427 ||[=#PA0348 PA0348] ||zero stepsize in Rosenbrock method ||Error may appear if curvature and solution effects are included in the calculation of droplet growth by condensation (see [../inipar#curvature_solution_effects curvature_solution effects]. \\\\It means that within the Rosenbrock method, used for integrating the stiff droplet growth equation, the internal timestep has become zero, so that the integration cannot be performed. \\\\So far, this problem has not appeared. It might happen if some of the cloud physics parameters, which determine the growth by condensation, are given unrealistic values or if the droplet radius is extremely small. || … … 681 681 ||[=#PA0458 PA0458] || soil_moisture must not exceed its saturation value ||This error can occur when the soil moisture is higher than the saturation moisture for the given vegetation type. Check and may adjust parameters [../lsmpar#saturation_moisture saturation_moisture] or [../lsmpar#soil_moisture soil_moisture]. || 682 682 ||[=#UI0001 UI0001] ||unknown location "..." ||The location has to be one of 'before_timestep', 'after_integration', 'after_timestep', 'u_tendency' 'v_tendency', 'w_tendency', 'pt_tendency', 'sa_tendency', 'e_tendency', 'q_tendency', 's_tendency'. || 683 ||[=#UI0002 UI0002] ||location "..." is not allowed to be called with parameters "i" and "j" || ||683 ||[=#UI0002 UI0002] ||location "..." is not allowed to be called with parameters "i" and "j" || ** || 684 684 ||[=#UI0003 UI0003] ||no output possible for: ... || No CASE statement defined for '...' 685 685 ||[=#UI0004 UI0004] ||unknown mode "..." || The mode has to be either 'particles' or 'slicer' ||