Changes between Version 489 and Version 490 of doc/app/errmsg
- Timestamp:
- Feb 12, 2018 10:01:09 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v489 v490 342 342 ||[=#PA0300 PA0300] ||max_pr_user not found in data from prior run on PE ... || ** || 343 343 ||[=#PA0301 PA0301] ||statistic_regions not found in data from prior run on PE ... || ** || 344 ||[=#PA0302 PA0302] ||unknown variable named "..." found in data from prior run on PE ... || During the initial run, a variable was written to [../iofiles#BINOUT BINOUT], that is not recognized during read-in of the restart run. Note that user variables have to be written during [../userint/int#user_last_actions user_last_actions] (not to the part of [../iofiles#BINOUT BINOUT] where standard output is written). It has to be read accordingly in [../userint/int#user_read_restart_data user_read_restart_data]. Also see: [../userint/output#part_3 user output]. ||344 ||[=#PA0302 PA0302] ||unknown variable named "..." found in ... data from prior run on PE ... || During the initial run, a variable was written to [../iofiles#BINOUT BINOUT], that is not recognized during read-in of the restart run. Note that user variables have to be written during [../userint/int#user_last_actions user_last_actions] (not to the part of [../iofiles#BINOUT BINOUT] where standard output is written). It has to be read accordingly in [../userint/int#user_read_restart_data user_read_restart_data]. Also see: [../userint/output#part_3 user output]. || 345 345 ||[=#PA0303 PA0303] ||nz not found in restart data file || nz is necessary for the main run to continue. This will happen if the [../inipar inipar] list was altered between precursor and main run. See documentation of [../examples/turbinf tubulent inflow] for detailed information on the use of restart data for precursor runs. Also check if you altered [../inipar#nz nz] between precursor and main run. || 346 346 ||[=#PA0304 PA0304] ||mismatch concerning number of gridpoints along z \\nz on file = "..." \\nz from run = "..." || The main run must have the same number of grid points in z-direction as the precursor run. x- and y-directions may differ. See documentation of [../examples/turbinf tubulent inflow] for detailed information on the use of restart data for precursor runs. ||