Changes between Version 556 and Version 557 of doc/app/errmsg
- Timestamp:
- Jul 4, 2018 5:28:06 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v556 v557 722 722 ||[=#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 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. || 724 ||[=#PA0505 PA050] || Terrain height was internally shifted downwards by ... meter(s) to save computational resources. || Lowest terrain height in model domain is referenced to zero. In case of a nested run, the lowest terrain height is the lowest height among all parent and child domains. Different offset values would lead to edges between the child-parent domain boundaries.|| 724 725 ||[=#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'. || 725 726 ||[=#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' ||