336 | | ||[=#PA0293 PA0293] ||read_3d_binary: spectrum_x on restart file ignored because total numbers of grid points (nx) do not match || To avoid this message, make sure that [../inipar#nx nx] is the same in both the precursor and the main run. || |
337 | | ||[=#PA0294 PA0294] ||read_3d_binary: spectrum_y on restart file ignored because total numbers of grid points (ny) do not match || To avoid this message, make sure that [../inipar#ny ny] is the same in both the precursor and the main run. || |
338 | | ||[=#PA0295 PA0295] ||unknown field named "..." found in ... data from prior run on PE ... || See [#PA0302 PA0302] || |
339 | | ||[=#PA0296 PA0296] ||version mismatch concerning control variables version on file = "..." version on program = "..." || ** || |
340 | | ||[=#PA0297 PA0297] ||numprocs not found in data from prior run on PE ... || ** || |
341 | | ||[=#PA0298 PA0298] ||hor_index_bounds not found in data from prior run on PE ... || ** || |
342 | | ||[=#PA0299 PA0299] ||nz not found in data from prior run on PE ... || ** || |
343 | | ||[=#PA0300 PA0300] ||max_pr_user not found in data from prior run on PE ... || ** || |
344 | | ||[=#PA0301 PA0301] ||statistic_regions not found in data from prior run on PE ... || ** || |
345 | | ||[=#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]. || |
346 | | ||[=#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. || |
347 | | ||[=#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. || |
348 | | ||[=#PA0305 PA0305] ||max_pr_user not found in restart data file || max_pr_user 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 [../userpar#data_output_pr_user data_output_pr_user] between precursor and main run. || |
349 | | ||[=#PA0306 PA0306] ||number of user profiles on restart data file differs from the current run \\max_pr_user on file = "..." \\max_pr_user from run = "..." || This message is informative, the run will continue nontheless. This will only happen in case the number of user [../userpar#data_output_pr_user profiles] was changed from precursor to main run. See documentation of [../examples/turbinf tubulent inflow] for detailed information on the use of restart data for precursor runs. || |
350 | | ||[=#PA0307 PA0307] ||statistic_regions not found in restart data file || [../inipar#statistic_regions statistic_regions] are 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. || |
351 | | ||[=#PA0308 PA0308] ||statistic regions on restart data file differ from the current run \\statistic regions on file = "..." \\statistic regions from run = "..." \\statistic data may be lost! || This message is informative, the run will continue nontheless. This will only happen in case the statistic [../inipar#statistic_regions regions] were changed from precursor to main run. See documentation of [../examples/turbinf tubulent inflow] for detailed information on the use of restart data for precursor runs. || |
352 | | ||[=#PA0309 PA0309] ||inflow profiles not temporally averaged. Averaging will be done now using ... samples. || ** || |
| 336 | ||[=#PA0293 PA0293] || || message number is unused. || |
| 337 | ||[=#PA0294 PA0294] || || message number is unused. || |
| 338 | ||[=#PA0295 PA0295] || || message number is unused. || |
| 339 | ||[=#PA0296 PA0296] ||version mismatch concerning binary_version_global: version on file = "..." version on program = "..." || The precursor run was carried out with a different version than the main run. Repeat the precurser with the current version or carry out the main run with the same version as the precursor. || |
| 340 | ||[=#PA0297 PA0297] ||numprocs not found in data from prior run on PE ... || Number of processors are not written out or read in correctly during restarts. Please submit a [/newticket trouble ticket]. || |
| 341 | ||[=#PA0298 PA0298] ||hor_index_bounds not found in data from prior run on PE ... || Field that stores the horizontal index bounds of each processor are not written out or read in correctly during restarts. Please submit a [/newticket trouble ticket]. || |
| 342 | ||[=#PA0299 PA0299] ||nz not found in data from prior run on PE ... || Vertical number of gridpoints are not written out or read in correctly during restarts. Please submit a [/newticket trouble ticket]. || |
| 343 | ||[=#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]. || |
| 344 | ||[=#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]. || |
| 345 | ||[=#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]. || |
| 346 | ||[=#PA0303 PA0303] ||nz not found in restart data file || nz is necessary for the main run to continue. This will happen if the [../inipar 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 [../inipar#nz nz] between precursor and main run. || |
| 347 | ||[=#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. || |
| 348 | ||[=#PA0305 PA0305] ||max_pr_user not found in restart data file || max_pr_user is necessary for the main run to continue. This will happen if the [../inipar 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 [../userpar#data_output_pr_user data_output_pr_user] between precursor and main run. || |
| 349 | ||[=#PA0306 PA0306] ||number of user profiles on restart data file differs from the current run: max_pr_user on file = "..." max_pr_user from run = "..." || This message is informative, the run will continue nonetheless. This will only happen in case the number of user [../userpar#data_output_pr_user profiles] was changed from precursor to main run. See documentation of [../examples/turbinf tubulent inflow] for detailed information on the use of restart data for precursor runs. || |
| 350 | ||[=#PA0307 PA0307] ||statistic_regions not found in restart data file || [../inipar#statistic_regions statistic_regions] are necessary for the main run to continue. This will happen if the [../inipar 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. || |
| 351 | ||[=#PA0308 PA0308] ||statistic regions on restart data file differ from the current run: statistic regions on file = "..." statistic regions from run = "..." statistic data may be lost! || This message is a warning, the run will continue nonetheless. This will only happen in case the statistic [../inipar#statistic_regions regions] were changed from precursor to main run. See documentation of [../examples/turbinf tubulent inflow] for detailed information on the use of restart data for precursor runs. || |
| 352 | ||[=#PA0309 PA0309] ||inflow profiles not temporally averaged. Averaging will be done now using ... samples. || The [../examples/turbinf tubulent inflow] method needs time averaged inflow profiles. This warning occurs if the output of time averaged profiles ([../d3par#skip_time_dopr skip_time_dopr] + [../d3par#dt_dopr dt_dopr]) is not an integral divisor of the [../d3par#end_time end_time] which is specified for the precursor run or if [../d3par#skip_time_dopr skip_time_dopr] + [../d3par#dt_dopr dt_dopr] is larger than this [../d3par#end_time end_time]. || |