Changes between Version 128 and Version 129 of doc/app/errmsg
- Timestamp:
- Oct 18, 2012 2:37:54 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v128 v129 440 440 ||[=#UI0012 UI0012] ||unknown variable named "..." found in data from prior run on PE || || 441 441 ||[=#NC NC!**!**] ||!**!** contains numbers in the range from 1-521 ||Internally, PALM calls the netCDF function {{{NF90_STRERROR}}} which returns an error message string provided by netCDF. Hence, no exact assignment between PALM error number and netCDF error string can be given. Most of the netCDF errors should never appear if the default code is used. The following list gives errors which may be caused by wrong steering or errors due to problems in the user interface. || 442 ||[=#NC0079 NC0079] ||String match to name in use ||A NetCDF variable name has been used twice. Possible reasons: a variable in the parameter file has been listed twice (e.g. in [../d3par#data_output data_output]) or a variable name that has been defined in the user interface is already used by PALM. || 442 443 ||[=#NC0253 NC0253] ||Name contains illegal characters ||netCDF variable names consist of arbitrary sequences of alphanumeric characters. These names are e.g. assigned by the user in the user-interface to variables {{{dots_label}}} or {{{dopr_label}}}. Due to the netCDF convention, they must not start with a digit. Also, usage of {{{/}}} as special character is not allowed. Older netCDF versions (before 3.6.3) have further restrictions on special characters. [[BR]][[BR]] Please check if your string settings in the user-interface follow the above rules. || 443 444