Changes between Version 736 and Version 737 of doc/app/errmsg
- Timestamp:
- Mar 2, 2021 4:33:46 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v736 v737 952 952 ||[=#PA0740 PA0740] || Component ... not supported || || 953 953 ||[=#PA0741 PA0741] || nwet can only be 0 or 1 || || 954 ||[=#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 more than one surface element per grid box (complex topography). This is not allowed. ||954 ||[=#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. || 955 955 ||[=#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 956 ||[=#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' ||