Changes between Version 421 and Version 422 of doc/app/errmsg
- Timestamp:
- Jun 9, 2017 7:54:35 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v421 v422 318 318 ||[=#PA0278 PA0278] ||no envpar-NAMELIST found in local file ENVPAR some variables for steering may not be properly set ||[[span(style=color: #FF0000, Siggi)]] || 319 319 ||[=#PA0279 PA0279] ||wrong component: ... || || 320 ||[=#PA0280 PA0280] || Number of OpenMP threads = ... ||||321 ||[=#PA0281 PA0281] || running optimized multinode version switch_per_lpar = ... tasks_per_lpar = ... tasks_per_logical_node = ... ||||322 ||[=#PA0282 PA0282] || parallel environment (MPI) required ||||320 ||[=#PA0280 PA0280] || || unused || 321 ||[=#PA0281 PA0281] || || unused || 322 ||[=#PA0282 PA0282] || || unused || 323 323 ||[=#PA0283 PA0283] ||no sufficient convergence within 1000 cycles || Still after 1000 cycles of the multigrid-solver the divergence residual is larger than the residual limit given by [../inipar#residual_limit residual_limit]. Try to increase the residual limit, or fix the number of multigrid cycles (see [../inipar#mg_cycles mg_cycles]). In any case, carefully check if the divergence of the velocity field is sufficiently reduced by the multigrid solver. This can be done by comparing the divergence before and after the call of the multigrid solver which is printed in the RUN_CONTROL file. || 324 ||[=#PA0284 PA0284] ||data from subdomain of previous run mapped more than 1000 times || The model d amin 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. ||324 ||[=#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. || 325 325 ||[=#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. || 326 326 ||[=#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. ||