Changes between Version 409 and Version 410 of doc/app/errmsg
- Timestamp:
- Jun 8, 2017 1:43:35 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v409 v410 340 340 ||[=#PA0300 PA0300] ||max_pr_user not found in data from prior run on PE ... || || 341 341 ||[=#PA0301 PA0301] ||statistic_regions not found in data from prior run on PE ... || || 342 ||[=#PA0302 PA0302] ||unknown variable named "..." found in data from prior run on PE ... || || 343 ||[=#PA0303 PA0303] ||nz not found in restart data file || || 342 ||[=#PA0302 PA0302] ||unknown variable named "..." found in data from prior run on PE ... || During the precursor run, a variable was written to [../iofiles#BINOUT BINOUT], that is not recognized during read-in of the main run. Note that user variables have to be written during [../userint/int#user_last_actions] (not to the part of [../iofiles#BINOUT BINOUT] where standard output is written). It has to be read in accordingly in [../userint/int#user_read_restart_data user_read_restart_data]. Also see: [../userint/output#part_3 user output]. || 344 343 ||[=#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. || 345 344 ||[=#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. ||