Changes between Version 704 and Version 705 of doc/app/errmsg
- Timestamp:
- Sep 22, 2020 12:31:16 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v704 v705 934 934 ||[=#UI0009 UI0009] ||the number of user-defined profiles given in data_output_pr (...) does not match the one found in the restart file (...) || This will only happen in case the number of user [../userpar#data_output_pr_user profiles] was changed from precursor to main run. See documentation of [../examples/turbinf tubulent inflow] for detailed information on the use of restart data for precursor runs. || 935 935 ||[=#UI0010 UI0010] ||Spectra of ... can not be calculated || No CASE statement defined for '...' in [[source:palm/trunk/SOURCE/user_spectra.f90| user_spectra.f90]]. || 936 ||[=#UI0011 UI0011] ||Spectra of ... are not defined || No CASE statement defined for '...' n [[source:palm/trunk/SOURCE/user_spectra.f90| user_spectra.f90]]. ||936 ||[=#UI0011 UI0011] ||Spectra of ... are not defined || No CASE statement defined for '...' in [[source:palm/trunk/SOURCE/user_spectra.f90| user_spectra.f90]]. || 937 937 ||[=#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. || 938 938 ||[=#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 [../runtime_parameters#data_output data_output]) or a variable name that has been defined in the user interface is already used by PALM. ||