Changes between Version 620 and Version 621 of doc/app/errmsg
- Timestamp:
- May 2, 2019 2:56:17 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v620 v621 854 854 ||[=#PA0651 PA0651] || Invalid input value: pc_nh3 || Mixing ratio of gaseous ammonia given to the subroutine for ternary nucleation ({{{ternucl}}}) is not within the allowed range of 0.1-100 ppt. || 855 855 ||[=#PA0652 PA0652] || Child domain too narrow for anterpolation in x- [or y-]direction || In case of nesting_mode = 'two-way', the child domain must cover a sufficient number of parent grid cells in both x- and y-directions. Otherwise anterpolation is not possible. The absolute minimum number of parent-gird cells covered is 3 + 2*anterpolation_buffer_width. However, it is recommended that the child domain covers a much larger number of parent-grid cells. This error message is only given if nesting_mode = 'two-way' || 856 ||[=#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 anterpolation_buffer_width is set to 0 (default value is 2) so that the minimum criterion (see PA0652 above) for the child domain size in terms of the number of parent grid cells is satisfied. However, it is recommended that the child domain covers a much larger number of parent-grid cells. This warning is only given if nesting_mode = 'two-way' ||857 ||[=#PA0654 PA0654] || Anterpolation_buffer_width value too high, reset to default value 2 || In case of too highanterpolation buffer, the user is informed and [../nestpar#anterpolation_buffer_width anterpolation_buffer_width] is reset to its default value 2 so that the minimum criterion (see PA0652 above) for the child domain size in terms of the number of parent grid cells is satisfied. However, it is recommended that the child domain covers a much larger number of parent-grid cells. This informative message is only given if nesting_mode = 'two-way' ||856 ||[=#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 criterion (see PA0652 above) for the child domain size in terms of the number of parent grid cells is satisfied. However, it is recommended that the child domain covers a much larger number of parent-grid cells. This warning is only given if nesting_mode = 'two-way' || 857 ||[=#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 criterion (see PA0652 above) for the child domain size in terms of the number of parent grid cells is satisfied. However, it is recommended that the child domain covers a much larger number of parent-grid cells. This informative message is only given if nesting_mode = 'two-way' || 858 858 ||[=#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'. || 859 859 ||[=#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' ||