Changes between Version 531 and Version 532 of doc/app/errmsg


Ignore:
Timestamp:
May 24, 2018 10:58:26 AM (7 years ago)
Author:
Giersch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v531 v532  
    327327||[=#PA0284 PA0284]   ||data from subdomain of previous run mapped more than 1000 times   || The model domain of the precursor run was much smaller than that of the main run. It was reused more than 1000 times in one direction. Try a smaller main run domain or a larger precursor. ||
    328328||[=#PA0285 PA0285]   ||number of PEs or virtual PE-grid changed in restart run PE ... will read from files ...   || The model domain of the precursor run is smaller than that of the main run and has been copied one or multiple times. ||
    329 ||[=#PA0286 PA0286]   ||version mismatch concerning data from prior run: version on file = "..." version in 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. ||
     329||[=#PA0286 PA0286]   ||version mismatch concerning binary_version_local: version on file = "..." version in 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. ||
    330330||[=#PA0287 PA0287]   ||problem with index bound nxl on restart file "..." nxl = ... but it should be = ... from the index bound information array   ||The processor grid was changed between this and the previous run. See documentation of [../examples/turbinf tubulent inflow] for detailed information on the use of restart data for precursor runs.  ||
    331331||[=#PA0288 PA0288]   ||problem with index bound nxr on restart file "..." nxr = ... but it should be = ... from the index bound information array   || The processor grid was changed between this and the previous run. See documentation of [../examples/turbinf tubulent inflow] for detailed information on the use of restart data for precursor runs. ||
     
    334334||[=#PA0291 PA0291]   ||mismatch between actual data and data from prior run on PE ... \\nzb on file = ... \\nzb = ...   || The vertical extent of the model domain must be the same in precursor and main run. In this case, there is a mismatch in the respective topography. See documentation of [../examples/turbinf tubulent inflow] for detailed information on the use of restart data for precursor runs. ||
    335335||[=#PA0292 PA0292]   ||mismatch between actual data and data from prior run on PE ... \\nzt on file = ... \\nzt = ...   || The vertical extent of the model domain must be the same in precursor and main run. See documentation of [../examples/turbinf tubulent inflow] for detailed information on the use of restart data for precursor runs. ||
    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]. ||
    353353||[=#PA0310 PA0310]   ||remote model "..." terminated with terminate_coupled_remote = ... local model "..." has terminate_coupled = ...   ||The remote model in a coupled run has been terminated. The reason for the termination is provided by {{{terminate_coupled}}}.\\\\Termination reasons:\\1 model was terminated (unknown reason)\\2 time step has reached minimum limit (see [#PA0312 PA0312])\\3 run will be terminated because it is running out of job cpu limit remaining time (see [#PA0163 PA0163])\\4 run will be terminated due to user settings of {{{dt_restart}}} (see [#PA0164 PA0164])\\5 run will be terminated due to user settings of {{{restart_time}}} (see [#PA0164 PA0164])\\6 unscheduled termination was forced by the user (see [#PA0398 PA0398]) ||
    354354||[=#PA0311 PA0311]   ||number of gridpoints along x or/and y contain illegal factors only factors 8,6,5,4,3,2 are allowed   ||In case that [../inipar#fft_method fft_method]='temperton-algorithm', the number of horizontal grid points ([../inipar#nx nx]+1, [../inipar#ny ny]+1) must be composed of prime factors 2,3 and 5. Higher prime factors such as 7 are not allowed. Please ensure that these restrictions are fulfilled or use 'singleton-algorithm' as [../inipar#fft_method fft_method].  ||