Changes between Version 773 and Version 774 of doc/app/errmsg
- Timestamp:
- Aug 27, 2021 1:40:27 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v773 v774 960 960 ||[=#PA0750 PA0750] || psolver = "poisfft" requires that boundary conditions along x and y are both either cyclic or non-cyclic . || Switch to psolver = 'multigrid' or set initialization parameters bc_lr = bc_ns. || 961 961 ||[=#PA0751 PA0751] || nesting and atmosphere-ocean coupling not allowed together || Using nesting in coupled atmosphere-ocean runs is not realized. || 962 ||[=#PA0752 PA0752] || surface_coupler_buffer_handling: illegal action ... || internal error: please contact the PALM developers || 962 963 ||[=#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'. || 963 964 ||[=#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' ||