Changes between Version 243 and Version 244 of doc/app/errmsg
- Timestamp:
- Apr 7, 2016 4:43:22 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v243 v244 206 206 ||[=#PA0164 PA0164] ||run will be terminated due to user settings of restart_time / dt_restart new restart time is: ... s ||A restart run is established by PALM due to the setting of [../d3par#restart_time restart_time] and/or [../d3par#dt_restart dt_restart] and the new restart time is calculated. Have a look at [../runs Initialization and restart runs] for further information. || 207 207 ||[=#PA0165 PA0165] ||re-open of unit 14 is not verified. Please check results! ||The file with unit number 14 contains the binaries [http://palm.muk.uni-hannover.de/wiki/doc/app/iofiles BINOUT]. It was opened at least a second time by user specific settings. This is not verified, so check the results carefully. || 208 ||[=#PA0166 PA0166] ||re-opening of file-id ... is not allowed || It was tried to re-open a file, which had already been opened once during the simulation. Only certain files are allowed to be re-opened to prevent errors. If you are s hure that the file can be re-opened without causing any errors, you may add the file-id to the list in routine check_open. See also the list of [../iofiles I/O-files]. ||208 ||[=#PA0166 PA0166] ||re-opening of file-id ... is not allowed || It was tried to re-open a file, which had already been opened once during the simulation. Only certain files are allowed to be re-opened to prevent errors. If you are sure that the file can be re-opened without causing any errors, you may add the file-id to the list in routine check_open. See also the list of [../iofiles I/O-files]. || 209 209 ||[=#PA0167 PA0167] ||opening file-id ... not allowed for PE ... || Certain files are only allowed to be opened on a certain PE (in most cases only on PE0). Please check if your file can be opened on this PE and choose a different file-id. || 210 210 ||[=#PA0168 PA0168] ||opening file-id ... is not allowed since it is used otherwise || Certain file-ids are reserved for files used outside of the main program. Please refer to the list of [../iofiles I/O-files] and choose an unused file-id. || … … 220 220 ||[=#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". || 221 221 ||[=#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.f90. || 222 ||[=#PA0180 PA0180] ||unknown cross-section: ... || ||222 ||[=#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. || 223 223 ||[=#PA0181 PA0181] ||no output provided for: ... || || 224 224 ||[=#PA0182 PA0182] ||if humidity/passive_scalar = FALSE output of ... is not provided || ||