Changes between Version 847 and Version 848 of doc/app/errmsg


Ignore:
Timestamp:
Feb 8, 2023 2:55:49 PM (2 years ago)
Author:
raasch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v847 v848  
    10591059||[=#PA0864 PA0864]   ||homogenize_surface_temperature = .T. is only allowed in combination with neutral = .F. and bc_pt_b = "dirichlet". || Change namelist parameters respectively. ||
    10601060||[=#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 %). ||
    10611062||[=#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'.   ||
    10621063||[=#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' ||