Changes between Version 696 and Version 697 of doc/app/errmsg
- Timestamp:
- May 17, 2020 3:52:00 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v696 v697 918 918 ||[=#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. || 919 919 ||[=#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. || 920 ||[=#PA0727 PA0727] || error opening restart file "..." for reading with MPI-IO || Check if you provided the activation string {{{d3r}}} with palmrun option {{{-a}}}. || 921 ||[=#PA0728 PA0728] || error opening restart file "..." for writing with MPI-IO || There might be a problem with the directory that you have set in the configuration file (.palm.config...) via {{{%fast_io_catalog}}}. || 920 922 ||[=#UI0001 UI0001] ||unknown location "..." ||The location of the CALL of user_actions has to be one of 'before_timestep', 'after_integration', 'after_timestep', 'u_tendency' 'v_tendency', 'w_tendency', 'pt_tendency', 'sa_tendency', 'e_tendency', 'q_tendency', 's_tendency'. The location of the CALL of user_actions_ij has to be one of 'u_tendency' 'v_tendency', 'w_tendency', 'pt_tendency', 'sa_tendency', 'e_tendency', 'q_tendency', 's_tendency'. || 921 923 ||[=#UI0002 UI0002] ||location "..." is not allowed to be called with parameters "i" and "j" || The location of the CALL of user_actions_ij must not be 'before_timestep', 'after_integration', 'after_timestep' ||