Changes between Version 435 and Version 436 of doc/app/errmsg
- Timestamp:
- Jun 9, 2017 9:48:17 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v435 v436 215 215 ||[=#PA0173 PA0173] ||wrong component: ... || Routine {{{coriolis}}} can only be called for component 1, 2 and 3, which correspond to the wind speed components u, v and w. Other components do not exist. || 216 216 ||[=#PA0174 PA0174] ||wrong argument expected: ... given: ||Internal code error in routine {{{cpu_log}}} which can measure the CPU-time of a specific code segment. This error occurs when {{{cpu_log}}} is used again with the same id for a specific code segment (first input parameter) but with a different name describing this segment (second input parameter). When you did not change the source code by yourself please inform the PALM developers. || 217 ||[=#PA0175 PA0175] || ||message number is unused||217 ||[=#PA0175 PA0175] ||Tunnel width too small ||[../inipar#tunnel_width_x tunnel_width_x] - 2.0*[../inipar#tunnel_wall_depth tunnel_wall_depth] must be > 2*[../inipar#dx dx] || 218 218 ||[=#PA0176 PA0176] ||negative time interval occured PE ... L=PAUSE "..." new=... last=... || The time measurement via routine {{{cpu_log}}} gave a negative time interval. This error could be caused when {{{cpu_log}}} was called with option "pause" before the corresponding {{{cpu_log}}} was initialised with option "start". || 219 219 ||[=#PA0177 PA0177] ||negative time interval occured PE ... L=STOP "..." new=... last=... isum=... || The time measurement via cpu_log gave a negative time interval. This error could be caused when cpu_log was called with option "stop" before the corresponding cpu_log was initialised with option "start" or before it was continued with option "continue". || … … 680 680 ||[=#PA0453 PA0453] ||incompatible integer arithmetic ||This error message appears if the compiler integer arithmetic is not compatible with the assumptions made for the parallel random number generator. || 681 681 ||[=#PA0454 PA0454] ||problem in attempt to allocate memory ||This error message appears if the parallel random number generator is not able to allocate sufficient memory. || 682 ||[=#PA0455 PA0455] ||Tunnel width too small ||This error message appears if the parallel random number generator is not able to allocate sufficient memory. || 683 ||[=#PA0456 PA0456] ||Tunnel width too large ||This error message appears if the parallel random number generator is not able to allocate sufficient memory. || 682 684 ||[=#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 685 ||[=#UI0002 UI0002] ||location "..." is not allowed to be called with parameters "i" and "j" || ||