Changes between Version 615 and Version 616 of doc/app/errmsg


Ignore:
Timestamp:
May 2, 2019 2:35:05 PM (6 years ago)
Author:
hellstea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v615 v616  
    853853||[=#PA0650 PA0650]  || Invalid input value: pc_sa  || Number concentration of gaseous sulphuric acid  given to the subroutine for ternary nucleation ({{{ternucl}}}) is not within the allowed range of 1e4-1e9 cm^-3^.  ||
    854854||[=#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||[=#PA0652 PA0652]  || Child domain too narrow for anterpolation in x-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, in practice, it is recommended to cover much larger number of parent-grid cells.      ||
    855856||[=#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'.   ||
    856857||[=#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' ||