Changes between Version 209 and Version 210 of doc/app/errmsg
- Timestamp:
- Feb 27, 2016 11:33:32 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v209 v210 263 263 ||[=#PA0221 PA0221] ||number of PEs of the prescribed topology (...) does not match the number of PEs available to the job (...) ||In case that the number of PEs along the x- and y-direction of the virtual processor grid is set via [../d3par#npex npex] and [../d3par#npey npey], the product npey*npex has to match exactly the total number of processors which is assigned by the '''mrun'''-option -X. || 264 264 ||[=#PA0222 PA0222] ||if the processor topology is prescribed by the user, both values of "npex" and "npey" must be given in the NAMELIST-parameter file || In case that only one number of processors along x- or y- direction [../d3par#npex npex] or [../d3par#npey npey] is set in the [../d3par#pgrid &d3par-Namelist], the remaining, so far not assigned, number of processors has to be set, too. || 265 ||[=#PA0223 PA0223] ||error number free to use ||||265 ||[=#PA0223 PA0223] ||errors in \$nestpar ||An unvalid variable name or value has been given in the nestpar-NAMELIST. Carefully check your nestpar-NAMELIST and compare with the parameters given and explained in the [wiki:doc/app/nestpar Nesting]-section of the model steering parameters. || 266 266 ||[=#PA0224 PA0224] ||no matching grid for transpositions found || || 267 267 ||[=#PA0225 PA0225] ||x-direction: gridpoint number (...) is not an integral divisor of the number of processors (...) || 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 y-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]. || … … 311 311 ||[=#PA0269 PA0269] ||netCDF file for particle time series from previous run found. This file will be extended. || || 312 312 ||[=#PA0270 PA0270] ||mode "..." not supported || || 313 ||[=#PA0271 PA0271] ||errors in &inipar or &inipar-namelist found (CRAY-machines only) ||One possible explanation: An old, meanwhile modified variable has been used in &inipar (e.g. ws_vertical_gradient (old) instead of [../inipar#subs_vertical_gradient subs_vertical_gradient] (new))||314 ||[=#PA0272 PA0272] ||no &inipar-namelist found || Your parameter file must contain an &inipar-namelist. Parameters given in this namelist are required for model steering. Please take a look at this [/wiki/doc/tut/tec/control example parameter file] and appropriately correct your parameter file. ||313 ||[=#PA0271 PA0271] ||errors in &inipar or no &inipar-namelist found (CRAY-machines only) ||One possible explanation: An old, meanwhile modified variable has been used in &inipar (e.g. ws_vertical_gradient (old) instead of [../inipar#subs_vertical_gradient subs_vertical_gradient] (new)). Please carefully check your inipar-NAMELIST and compare parameters and their values with those given and explained in the [wiki:doc/app/inipar initialization]-section of the model steering parameters. || 314 ||[=#PA0272 PA0272] ||no &inipar-namelist found || Your parameter file must contain an &inipar-namelist. Parameters given in this namelist are required for model steering. Please take a look at this [/wiki/doc/tut/tec/control example parameter file] and appropriately correct your parameter file. One possible error might be a typo in the NAMELIST name, e.g. ''inpar'' instead of ''inipar''. || 315 315 ||[=#PA0273 PA0273] ||no value or wrong value given for nx: nx=... || See parameter [../inipar#nx nx] for allowed values, and check the &inipar-namelist in your parameter file. || 316 316 ||[=#PA0274 PA0274] ||no value or wrong value given for ny: ny=... || See parameter [../inipar#ny ny] for allowed values, and check the &inipar-namelist in your parameter file. ||