Changes between Version 627 and Version 628 of doc/app/errmsg
- Timestamp:
- Jun 18, 2019 9:07:20 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified doc/app/errmsg
v627 v628 854 854 ||[=#PA0653 PA0653] || Anterpolation_buffer_width value too high, reset to 0 || In case of a marginally small child domain (see PA0652 above), the user is warned and [../nestpar#anterpolation_buffer_width anterpolation_buffer_width] is set to 0 (the default value is 2) so that the minimum criteria (see PA0652 above) for the child domain size in terms of the number of parent-grid cells covered are satisfied. However, it is recommended that child domains cover much larger number of parent-grid cells. This warning is only given if [../nestpar#nesting_mode nesting_mode] = 'two-way'. || 855 855 ||[=#PA0654 PA0654] || Anterpolation_buffer_width value too high, reset to the default value 2 || In case of too wide anterpolation buffer, the user is informed and [../nestpar#anterpolation_buffer_width anterpolation_buffer_width] is reset to its default value 2 so that the minimum criteria (see PA0652 above) for the child domain size in terms of the number of parent-grid cells covered are satisfied. However, it is recommended that child domains cover much larger number of parent-grid cells. This informative message is only given if [../nestpar#nesting_mode nesting_mode] = 'two-way'. || 856 ||[=#PA0655 PA0655] || Multiple calls to palm_date_time_set detected. date and time must be set only once. || Routine palm_date_time_set was called multiple times. Please remove any additional calls to this routine from your user code. || 857 ||[=#PA0656 PA0656] || Date and time are not set yet. Reset not possible. || palm_date_time_reset was called before palm_date_time_set which is not allowed. || 858 ||[=#PA0657 PA0657] || Date and time are not set yet. Returning date/time information not possible. || palm_date_time_get was called before palm_date_time_set which is not allowed. || 859 ||[=#PA0658 PA0658] || Date given in wrong format: "..." = ... is invalid! Check format of date_init. Format must be "YYYY-MM-DD hh:mm:ss (+-)hh". || An invalid date and/or time was detected. Please check the value and format of [/wiki/doc/app/inipar#date_init date_init]. || 856 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'. || 857 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' ||