Changes between Version 753 and Version 754 of doc/app/errmsg
- Timestamp:
- Mar 30, 2021 7:18:12 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v753 v754 932 932 ||[=#PA0721 PA0721] || error opening restart file for posix I/O. || A serial run (on one core) was unable to open the restart file for reading or writing. In case of reading check your job log if the restart file has been copied to the temporary working directory before execution of PALM. || 933 933 ||[=#PA0722 PA0722] || CHARACTER/INTEGER/REAL variable/array "..." not found in restart file. || The indicated variable was not found in the restart file. If you are doing restart I/O in your user-interface, please check that input- and output variables exactly match. || 934 ||[=#PA0723 PA0723] || 2d-INTEGER array "..." to be read from restart file is defined with illegal dimensions in the PALM code. || This problem may appear in your user-interface, if you try to write/read 2d-INTEGER arrays with ghost boundaries to/from the restart file. 2d-INTEGER arrays in restart files are not allowed to have ghost boundaries so far. ||934 ||[=#PA0723 PA0723] || 2d-INTEGER(*8) array "..." to be read from restart file is defined with illegal dimensions in the PALM code. || This problem may appear in your user-interface, if you try to write/read 2d-INTEGER arrays with ghost boundaries to/from the restart file. 2d-INTEGER arrays in restart files are not allowed to have ghost boundaries so far. || 935 935 ||[=#PA0724 PA0724] || illegal restart data format "..." || See parameter description under [wiki:doc/app/initialization_parameters#restart_data_format restart_data_format] for allowed values and correct your parameter file appropriately. || 936 936 ||[=#PA0725 PA0725] || illegal restart input data format "..." || See parameter description under [wiki:doc/app/initialization_parameters#restart_data_format_input restart_data_format_input] for allowed values and correct your parameter file appropriately. ||