Changes between Version 770 and Version 771 of doc/app/errmsg
- Timestamp:
- Aug 24, 2021 10:19:37 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v770 v771 959 959 ||[=#PA0749 PA0749] || 2d-REAL array "..." to be written to/read from restart file is defined with illegal dimensions || This problem may appear in your user-interface, if you try to write/read 2d-REAL arrays without ghost boundaries to/from the restart file. 2d-REAL arrays in restart files must have ghost boundaries. || 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 ||[=#PA0751 PA0751] || nesting and atmosphere-ocean coupling not allowed together|| Using nesting in coupled atmosphere-ocean runs is not realized. || 961 962 ||[=#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'. || 962 963 ||[=#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' ||