Changes between Version 785 and Version 786 of doc/app/errmsg
- Timestamp:
- Jan 6, 2022 12:47:06 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v785 v786 342 342 ||[=#PA0300 PA0300] ||max_pr_user not found in data from prior run on PE ... || Number of user-defined profiles (must not change within a job chain) are not written out or read in correctly during restarts. Please submit a [/newticket trouble ticket]. || 343 343 ||[=#PA0301 PA0301] ||statistic_regions not found in data from prior run on PE ... || Number of statistic regions are not written out or read in correctly during restarts. Please submit a [/newticket trouble ticket]. || 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 in [[source:palm/trunk/SOURCE/user_ write_restart_data_mod.f90| user_write_restart_data_mod]] (not in [[source:palm/trunk/SOURCE/write_restart_data_mod.f90| write_restart_data_mod]] where standard output is written). It has to be read accordingly in [[source:palm/trunk/SOURCE/user_read_restart_data_mod.f90| user_read_restart_data_mod]]. 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 in [[source:palm/trunk/SOURCE/user_module.f90|user_wrd global/user_wrd_local]] (not in [[source:palm/trunk/SOURCE/write_restart_data_mod.f90| write_restart_data_mod]] where standard output is written). It has to be read accordingly in [[source:palm/trunk/SOURCE/user_module.f90|user_rrd_global/user_rrd_local]]. 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 [../initialization_parameters initialization parameter] 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 [../initialization_parameters#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. ||