Changes between Version 548 and Version 549 of doc/app/errmsg
- Timestamp:
- May 29, 2018 6:29:26 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified doc/app/errmsg
v548 v549 679 679 ||[=#PA0455 PA0455] ||Tunnel width too small ||[../inipar#tunnel_width_y tunnel_width_y] - 2.0*[../inipar#tunnel_wall_depth tunnel_wall_depth] must be > 2*[../inipar#dy dy] || 680 680 ||[=#PA0456 PA0456] ||Tunnel width too large ||[../inipar#tunnel_width_y tunnel_width_y] must be <= ([../inipar#ny ny]+1)*[../inipar#dy dy] || 681 ||[=#PA0457 PA0457] ||NetCDF attribute lod (level of detail) is not set properly . ||This error can occur when you try to input topography data via NetCDF. Topography input via NetCDF enables one of two different modes. Therefore the variable {{{lod}}} which determines the mode internally can only have the value 1 or 2. For more information see [/wiki/doc/tec/topography#topo topography implementation]. ||681 ||[=#PA0457 PA0457] ||NetCDF attribute lod (level of detail) is not set properly for ... . ||This error can occur when you try to input topography data via NetCDF. Topography input via NetCDF enables one of two different modes. Therefore the variable {{{lod}}} which determines the mode internally can only have the value 1 or 2. For more information see [/wiki/doc/tec/topography#topo topography implementation]. || 682 682 ||[=#PA0458 PA0458] || soil_moisture must not exceed its saturation value ||This error can occur when the soil moisture is higher than the saturation moisture for the given vegetation type. Check and may adjust parameters [../lsmpar#saturation_moisture saturation_moisture] or [../lsmpar#soil_moisture soil_moisture]. || 683 683 ||[=#PA0459 PA0459] || unknown aerosol type 'aero_type = ...' ||Chose an appropriate value for [../parpar#aero_type aero_type]. || … … 719 719 ||[=#UI0001 UI0001] ||unknown location "..." ||The location of the CALL of user_actions has to be one of 'before_timestep', 'after_integration', 'after_timestep', 'u_tendency' 'v_tendency', 'w_tendency', 'pt_tendency', 'sa_tendency', 'e_tendency', 'q_tendency', 's_tendency'. The location of the CALL of user_actions_ij has to be one of 'u_tendency' 'v_tendency', 'w_tendency', 'pt_tendency', 'sa_tendency', 'e_tendency', 'q_tendency', 's_tendency'. || 720 720 ||[=#UI0002 UI0002] ||location "..." is not allowed to be called with parameters "i" and "j" || The location of the CALL of user_actions_ij must not be 'before_timestep', 'after_integration', 'after_timestep' || 721 ||[=#UI0003 UI0003] ||no output possible for: ... || No CASE statement defined for '...' 721 ||[=#UI0003 UI0003] ||no output possible for: ... || No CASE statement defined for '...' in [[source:palm/trunk/SOURCE/user_data_output_dvrp.f90| user_data_output_dvrp.f90]]. This warning occurs if a wrong character string is neither recognized in data_output_dvrp nor in user_data_output_dvrp. || 722 722 ||[=#UI0004 UI0004] ||unknown mode "..." || The mode has to be either 'particles' or 'slicer' || 723 723 ||[=#UI0005 UI0005] ||topography "..." not available yet || There was no usable user-defined topography found. || 724 ||[=#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'. ||724 ||[=#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', 'tunnel' or to a user defined value. This can happen if the parameter topography contains a wrong character string that is neither recognized in init_grid nor in user_init_grid. || 725 725 ||[=#UI0007 UI0007] ||canopy_mode "..." not available yet || There was no usable user-defined plant canopy found. || 726 726 ||[=#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. || 727 727 ||[=#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. || 728 ||[=#UI0010 UI0010] ||Spectra of ... can not be calculated || No CASE statement defined for '...' ||729 ||[=#UI0011 UI0011] ||Spectra of ... are not defined || No CASE statement defined for '...' ||728 ||[=#UI0010 UI0010] ||Spectra of ... can not be calculated || No CASE statement defined for '...' in [[source:palm/trunk/SOURCE/user_spectra.f90| user_spectra.f90]]. || 729 ||[=#UI0011 UI0011] ||Spectra of ... are not defined || No CASE statement defined for '...' n [[source:palm/trunk/SOURCE/user_spectra.f90| user_spectra.f90]]. || 730 730 ||[=#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. || 731 731 ||[=#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. ||