Changes between Version 516 and Version 517 of doc/app/errmsg
- Timestamp:
- May 23, 2018 8:07:32 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v516 v517 218 218 ||[=#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] || 219 219 ||[=#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". || 220 ||[=#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_logwas initialised with option "start" or before it was continued with option "continue". ||220 ||[=#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". || 221 221 ||[=#PA0178 PA0178] ||negative time interval occured PE ... L=STOP "..." sum=... mtime=... || 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". || 222 ||[=#PA0179 PA0179] ||unknown modus of time measurement: ... || Possible options for cpu_logare "start", "pause", "continue" and "stop". Please refer to the description in the header of {{{cpulog_mod.f90}}}. ||222 ||[=#PA0179 PA0179] ||unknown modus of time measurement: ... || Possible options for {{{cpu_log}}} are "start", "pause", "continue" and "stop". Please refer to the description in the header of {{{cpulog_mod.f90}}}. || 223 223 ||[=#PA0180 PA0180] ||unknown cross-section: ... || Cross sections are only possible for xy-, xz- or yz-sections. Please check your variable list in your [../d3par#data_output data_output] and [../userpar#data_output_user data_output_user] parameter for correct spelling. || 224 224 ||[=#PA0181 PA0181] ||no output provided for: ... || There is no 2D data output available for the selected variable. Please check your variable list in your [../d3par#data_output data_output] and [../userpar#data_output_user data_output_user] parameter for correct spelling. ||