Changes between Version 800 and Version 801 of doc/app/errmsg
- Timestamp:
- May 13, 2022 1:20:58 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v800 v801 982 982 ||[=#PA0785 PA0785] || particle I/O-id not in defined range ..., ..., ... || Internal error. Please inform the PALM developers, e.g. by submitting a trouble-ticket. || 983 983 ||[=#PA0786 PA0786] || error while reading file PARTICLE_IDS in line ... || At least one line in the file containing the particle Ids to be scheduled for time series output has a wrong format. Only one INTEGER value per line is allowed. || 984 ||[=#PA0787 PA0787] || too many particles for time series output because of newly released particles || Try to reduce the number of particles or the time interval for releasing new particles, or increase the value of particle parameters {{{number_of_output_particles}}} or {{{oversize}}}. ||984 ||[=#PA0787 PA0787] || newly released particles exceed maximum number of particles allocated for time series, allocated particles: ...,current output: ..., newly added output: ... || Try to reduce the number of particles scheduled for time series output, e.g. by decreasing [../particle_parameters#pts_increment pts_increment] or [../particle_parameters#pts_percentag pts_percentage], or increase the maximum allowed number of output particles (see [../particle_parameters#maximum_number_of_output_particles maximum_number_of_output_particles] or [../particle_parameters#extend_prts_filesize extend_prts_filesize]). || 985 985 ||[=#PA0788 PA0788] || Output of surface radiation cross sections of: "..." is not allowed in radiation-only mode. || The listed quantities are pure two-dimensional xy-cross-sections and not available in radiation-only mode. || 986 986 ||[=#PA0789 PA0789] || Usage of radiation model in radiation-only mode in combination with an energy-balance model (LSM/USM) is not allowed. || Either deactivate LSM and USM or set the parameter [../radiation_parameters#radiation_only radiation_only] to .F.. ||