Changes between Version 630 and Version 631 of doc/app/errmsg
- Timestamp:
- Jun 27, 2019 9:26:29 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v630 v631 860 860 ||[=#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'. || 861 861 ||[=#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' || 862 ||[=#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.||863 ||[=#UI0004 UI0004] ||un known mode "..." || The mode has to be either 'particles' or 'slicer'||862 ||[=#UI0003 UI0003] ||unused || || 863 ||[=#UI0004 UI0004] ||unused || || 864 864 ||[=#UI0005 UI0005] ||topography "..." not available yet || There was no usable user-defined topography found. || 865 865 ||[=#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. ||