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


Ignore:
Timestamp:
Jun 9, 2017 10:35:46 AM (8 years ago)
Author:
sward
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v445 v446  
    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".   ||  ||
    282282||[=#PA0240 PA0240]   ||The value for "topography_grid_convention" is not recognized. Choose "cell_edge" or "cell_center".   ||  ||
    283 ||[=#PA0241 PA0241]   ||netcdf_precision must contain a "_" netcdf_precision(...)="..."  || ||
    284 ||[=#PA0242 PA0242]   ||illegal netcdf precision: netcdf_precision( ...)="..."   || ||
    285 ||[=#PA0243 PA0243]   ||unknown variable in inipar assignment: netcdf_precision(...)="..."   || ||
     283||[=#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. ||
     284||[=#PA0242 PA0242]   ||illegal netcdf precision: netcdf_precision( ...)="..."   || See [#PA0241 PA0241]. Allowed NETCDF precisions are 'NF90_REAL4' (single precision) or 'NF90_REAL8'. ||
     285||[=#PA0243 PA0243]   ||unknown variable in inipar assignment: netcdf_precision(...)="..."   || See [#PA0241 PA0241]. Allowed outputs are 'xy', 'xz', 'yz', '2d', '3d', 'pr', 'ts', 'sp', 'prt' or 'all'. ||
    286286||[=#PA0244 PA0244]   ||no grid defined for variable ...   || All output quantities need a grid on which they are then output. See [../userint/output user-defined] output documentation for a detailed description on how to output your own quantities. ||
    287287||[=#PA0245 PA0245]   ||netCDF file for volume data ... from previous run found, but this file cannot be extended due to variable mismatch. New file is created instead.   ||  ||