Changes between Version 404 and Version 405 of doc/app/errmsg


Ignore:
Timestamp:
Jun 8, 2017 1:08:43 PM (8 years ago)
Author:
Giersch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v404 v405  
    214214||[=#PA0172 PA0172]   ||no OPEN-statement for file-id ...   || Routine {{{check_open}}} was called with an unknown file-id. Please check the file-id for a typo or open the file manually using an OPEN(...) statement. ||
    215215||[=#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 ||[=#PA0174 PA0174]   ||wrong argument expected: ... given:   ||Internal code error in routine {{{cpu_log}}}. Please inform the PALM developers. ||
     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. ||
    217217||[=#PA0175 PA0175]   ||   ||message number is unused  ||
    218218||[=#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". ||