Changes between Version 843 and Version 844 of doc/app/errmsg
- Timestamp:
- Jan 13, 2023 3:24:12 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v843 v844 1048 1048 ||[=#PA0853 PA0853] ||Dimension size of static input variable pavement_subsurface_pars is ... . Dimension size of ... is required. || Please see the [https://palm.muk.uni-hannover.de/trac/wiki/doc/app/iofiles/pids/static/tables input data standard] for the current requirements. || 1049 1049 ||[=#PA0854 PA0854] ||Dimension size of static input variable vegetation_pars is ... . Dimension size of ... is required. || Please see the [https://palm.muk.uni-hannover.de/trac/wiki/doc/app/iofiles/pids/static/tables input data standard] for the current requirements. || 1050 ||[=#PA0854 PA0854] ||Dimension size of static input variable water_pars is ... . Dimension size of ... is required. || Please see the [https://palm.muk.uni-hannover.de/trac/wiki/doc/app/iofiles/pids/static/tables input data standard] for the current requirements. || 1050 ||[=#PA0855 PA0855] ||Dimension size of static input variable water_pars is ... . Dimension size of ... is required. || Please see the [https://palm.muk.uni-hannover.de/trac/wiki/doc/app/iofiles/pids/static/tables input data standard] for the current requirements. || 1051 ||[=#PA0856 PA0856] ||setting of neutral in pre-run differs from setting in main run || The setting of initialization parameter [../runtime_parameters#neutral neutral] in the pre-run and the main run must be the same. Please change appropriately. || 1051 1052 ||[=#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'. || 1052 1053 ||[=#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' ||