Changes between Version 440 and Version 441 of doc/app/errmsg
- Timestamp:
- Jun 9, 2017 10:11:00 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v440 v441 690 690 ||[=#UI0006 UI0006] ||unknown topography "..." || This error message appears if the parameter [../inipar#topography topography] is not set to one of the allowed values 'flat', 'single_building', 'single_street_canyon' or 'tunnel'. || 691 691 ||[=#UI0007 UI0007] ||canopy_mode "..." not available yet || There was no usable user-defined plant canopy found. || 692 ||[=#UI0008 UI0008] ||unknown canopy_mode "..." || ||693 ||[=#UI0009 UI0009] ||the number of user-defined profiles given in data_output_pr (...) does not match the one found in the restart file (...) || ||692 ||[=#UI0008 UI0008] ||unknown canopy_mode "..." || The requested identifier for the canopy mode was not found in the user interface [source:palm/trunk/SOURCE/user_init_plant_canopy.f90]. Check if the spelling in your input file matches the defined canopy mode. || 693 ||[=#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. || 694 694 ||[=#UI0010 UI0010] ||Spectra of ... can not be calculated || No CASE statement defined for '...' || 695 695 ||[=#UI0011 UI0011] ||Spectra of ... are not defined || No CASE statement defined for '...' || 696 ||[=#UI0012 UI0012] ||unknown variable named "..." found in data from prior run on PE || ||696 ||[=#UI0012 UI0012] ||unknown variable named "..." found in data from prior run on PE || During the initial run, a variable was written to [../iofiles#BINOUT BINOUT], that is not recognized during read-in of the restart run. Note that user variables have to be written during [../userint/int#user_last_actions user_last_actions] (not to the part of [../iofiles#BINOUT BINOUT] where standard output is written). It has to be read accordingly in [../userint/int#user_read_restart_data user_read_restart_data]. Also see: [../userint/output#part_3 user output]. || 697 697 ||[=#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. || 698 698 ||[=#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. ||