Changes between Version 560 and Version 561 of doc/app/errmsg
- Timestamp:
- Jul 16, 2018 2:51:48 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v560 v561 721 721 ||[=#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. || 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 ||[=#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 th osurface-layer height. ||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 the surface-layer height. || 724 724 ||[=#PA0505 PA0505] || 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. || 725 ||[=#PA0507 PA0507] || z0h exceeds surface-layer height at horizontal/vertical natural/urban surface and is decreased appropriately at grid point (i,j) = ... || Roughness length must not exceed th osurface-layer height. ||725 ||[=#PA0507 PA0507] || z0h exceeds surface-layer height at horizontal/vertical natural/urban surface and is decreased appropriately at grid point (i,j) = ... || Roughness length must not exceed the surface-layer height. || 726 726 ||[=#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'. || 727 727 ||[=#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' ||