Changes between Version 555 and Version 556 of doc/app/errmsg


Ignore:
Timestamp:
Jun 28, 2018 4:18:49 PM (7 years ago)
Author:
suehring
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v555 v556  
    721721||[=#PA0497 PA0497]   || Stretching in the parent domain is only allowed above the nested domain || If pure vertical nesting is used the vertical stretching region has to be above the nested domain. Please adjust [../inipar#dz_stretch_level_start dz_stretch_level_start] or reduce the height of the nested domain accordingly.  ||
    722722||[=#PA0498 PA0498]   || Stretching in the nested domain is not allowed || You are trying to use vertical grid stretching within the nested domain in combination with pure vertical nesting. This is not allowed due to the interpolation approach between parent and child. Please forgo the vertical stretching for the child. ||
     723||[=#PA0503 PA0503]   || z0 exceeds surface-layer height at horizontal/vertical natural/urban surface and is decreased appropriately at grid point (i,j) = ... || Roughness length must not exceed tho surface-layer height. ||
    723724||[=#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'.   ||
    724725||[=#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' ||