Changes between Version 92 and Version 93 of doc/app/errmsg
- Timestamp:
- Nov 23, 2011 11:51:53 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified doc/app/errmsg
v92 v93 74 74 ||[=#PA0049 PA0049] ||unknown boundary condition: bc_lr = "..." || || 75 75 ||[=#PA0050 PA0050] ||unknown boundary condition: bc_ns = "..." || || 76 ||[=#PA0051 PA0051] ||non-cyclic lateral boundaries do not allow psolver = "..." || Jens||77 ||[=#PA0052 PA0052] ||non-cyclic lateral boundaries do not allow momentum_advec = "..." || Jens||78 ||[=#PA0053 PA0053] ||non-cyclic lateral boundaries do not allow scalar_advec = "..." || Jens||76 ||[=#PA0051 PA0051] ||non-cyclic lateral boundaries do not allow psolver = "..." || Using non-cyclic lateral boundary conditions requires the multi-grid method for solving the Poisson equation for the perturbation pressure. You can choose this method by setting the parameter [../inipar#psolver psolver] = '' 'multigrid' ''. || 77 ||[=#PA0052 PA0052] ||non-cyclic lateral boundaries do not allow momentum_advec = "..." || Using non-cyclic lateral boundary conditions requires either the scheme of Wicker and Skamarock or the scheme of Piacsek and Williams for the advection of momentum. You can choose one of these methods by setting the parameter [../inipar#momentum_advec momentum_advec]. || 78 ||[=#PA0053 PA0053] ||non-cyclic lateral boundaries do not allow scalar_advec = "..." || Using non-cyclic lateral boundary conditions requires either the scheme of Wicker and Skamarock or the scheme of Piacsek and Williams for the advection of the scalar quantities. You can choose one of these methods by setting the parameter [../inipar#scalar_advec scalar_advec]. || 79 79 ||[=#PA0054 PA0054] ||non-cyclic lateral boundaries do not allow galilei_transformation = .T. || Jens || 80 80 ||[=#PA0055 PA0055] ||adjust_mixing_length = TRUE and bc_e_b = "neumann" || || … … 246 246 ||[=#PA0223 PA0223] ||psolver = "poisfft_hybrid" can only be used in case of a 1d-decomposition along x || Siggi || 247 247 ||[=#PA0224 PA0224] ||no matching grid for transpositions found || || 248 ||[=#PA0225 PA0225] ||x-direction: gridpoint number (...) is not an integral divisor of the number of proces sors (...) ||The division of the number of grid points along the x-direction given by [../inipar#nx nx]+1 by the number of processors along the x-direction has a rest and is therefore not an integral divisor of the number of processors. To solve this problem you must ensure that the aforementioned division is without rest for example by setting the number of PEs in x-direction manually (see [../d3par#npex npex]) or by changing [../inipar#nx nx]. It might also be the case that you did not think about that [../inipar#nx nx]+1 is the total number of gridpoints along the x-direction instead of [../inipar#nx nx].||248 ||[=#PA0225 PA0225] ||x-direction: gridpoint number (...) is not an integral divisor of the number of procesors (...) ||Rieke || 249 249 ||[=#PA0226 PA0226] ||x-direction: nx does not match the requirements given by the number of PEs used please use nx = ... instead of nx =... ||Rieke || 250 ||[=#PA0227 PA0227] ||y-direction: gridpoint number (...) is not an integral divisor of the number of processors (...) || The division of the number of grid points along the y-direction given by [../inipar#ny ny]+1 by the number of processors along the y-direction has a rest and is therefore not an integral divisor of the number of processors. To solve this problem you must ensure that the aforementioned division is without rest for example by setting the number of PEs in y-direction manually (see [../d3par#npey npey]) or by changing [../inipar#ny ny]. It might also be the case that you did not think about that [../inipar#ny ny]+1 is the total number of gridpoints along the y-direction instead of [../inipar#ny ny].||250 ||[=#PA0227 PA0227] ||y-direction: gridpoint number (...) is not an integral divisor of the number of processors (...) ||Rieke || 251 251 ||[=#PA0228 PA0228] ||y-direction: ny does not match the requirements given by the number of PEs used please use ny = ... instead of ny =... ||Rieke || 252 252 ||[=#PA0229 PA0229] ||1d-decomposition along x chosen but nz restrictions may occur since ups-scheme is activated || ||