Changes between Version 847 and Version 848 of doc/app/errmsg
- Timestamp:
- Feb 8, 2023 2:55:49 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v847 v848 1059 1059 ||[=#PA0864 PA0864] ||homogenize_surface_temperature = .T. is only allowed in combination with neutral = .F. and bc_pt_b = "dirichlet". || Change namelist parameters respectively. || 1060 1060 ||[=#PA0865 PA0865] ||homogenize_surface_temperature = .T. is not allowed in combination with the land- or urban-surface model. || Change namelist settings respectively. || 1061 ||[=#PA0866 PA0866] ||no convergence of Newton-Raphson scheme within 500 iterations || The calculation of change in droplet radius due to condensational growth does not sufficiently converge. There are reports that this may happen if a lot of almost dry aerosols are released in an area with high relative humidity (90 % < RH < 100 %). || 1061 1062 ||[=#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'. || 1062 1063 ||[=#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' ||