Changes between Version 814 and Version 815 of doc/app/errmsg
- Timestamp:
- Aug 17, 2022 12:37:29 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v814 v815 1017 1017 ||[=#PA0823 PA0823] || Advanced flow-divergence correction is only possible with loop_optimization = 'vector'. || Please change setting of loop_optimization. || 1018 1018 ||[=#PA0824 PA0824] || Advanced flow-divergence correction requires a smaller timestep. Please set cfl_factor to a value < 0.5. || || 1019 ||[=#PA0825 PA0825] || section_xy_m must be >= .... m and <= .... m || At least one section coordinate given by section_xy_m lies outside the model domain. Coordinates must lie within the interval [0.0,zu(nz+1)]. In case that vertical grid stretching is used, see the run-control file for the height of the model top. || 1020 ||[=#PA0826 PA0826] || section_xz_m must be >= .... m and <= .... m || At least one section coordinate given by section_xz_m lies outside the model domain. Be aware that section coordinates for child domains must be given in the coordinate framework of the root domain. || 1021 ||[=#PA0827 PA0827] || section_yz_m must be >= .... m and <= .... m || At least one section coordinate given by section_yz_m lies outside the model domain. Be aware that section coordinates for child domains must be given in the coordinate framework of the root domain. || 1019 1022 ||[=#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'. || 1020 1023 ||[=#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' ||