Changes between Version 446 and Version 447 of doc/app/errmsg


Ignore:
Timestamp:
Jun 9, 2017 11:22:24 AM (8 years ago)
Author:
sward
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v446 v447  
    280280||[=#PA0238 PA0238]   ||more than 10 multigrid levels   ||You have selected the multigrid Poisson-solver ([../inipar#psolver psolver] = ''"multigrid"'') and a numerical grid which allows for more than 10 coarsening levels. This may happen for very large grids where the grid point numbers along x,y,z are given by 2^n^ with n>10. The smallest grid which may cause this error would have 2048^3^ points. However, depending on the chosen domain decomposition, much larger grids might be possible. Choose a different number of grid points to circumvent this problem. ||
    281281||[=#PA0239 PA0239]   ||The value for "topography_grid_convention" is not set. Its default value is only valid for "topography" = "single_building", "single_street_canyon" or "read_from_file" Choose "cell_edge" or "cell_center".   ||  ||
    282 ||[=#PA0240 PA0240]   ||The value for "topography_grid_convention" is not recognized. Choose "cell_edge" or "cell_center".   || ||
     282||[=#PA0240 PA0240]   ||The value for "topography_grid_convention" is not recognized. Choose "cell_edge" or "cell_center".   || See [../inipar#topography_grid_convention topography_grid_convention] for details. ||
    283283||[=#PA0241 PA0241]   ||netcdf_precision must contain a "_" netcdf_precision(...)="..."  || Output types can be assigned a NETCDF precision. For that, the output type has to be connected with the precision via "_". See [../inipar#netcdf_precision netcdf_precision] for details. ||
    284284||[=#PA0242 PA0242]   ||illegal netcdf precision: netcdf_precision( ...)="..."   || See [#PA0241 PA0241]. Allowed NETCDF precisions are 'NF90_REAL4' (single precision) or 'NF90_REAL8'.  ||