Changes between Version 754 and Version 755 of doc/app/errmsg
- Timestamp:
- Mar 30, 2021 8:02:16 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v754 v755 953 953 ||[=#PA0742 PA0742] || cylic-fill method does not allow more than one surface element per grid box ||You try to read prerun data from a model setup that contained topography. This is not allowed, i.e. the prerun must have a flat surface. || 954 954 ||[=#PA0743 PA0743] || "..." in mask "..." must be > 0 ||Terrain-following masked data output is only valid for grid points above the terrain. This means that mask_k_over_surface must be >= 1. Values < 1 are not allowed. Temporary information: '''Please note''', in revisions < -r4895 also values = 0 were allowed and used in some example setups provided for the latest PALM seminar (March 18th). || 955 ||[=#PA0744 PA0744] || Nr surface elements in ... does not match .... || Internal error. Please contact the PALM developers. || 955 956 ||[=#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'. || 956 957 ||[=#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' ||