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


Ignore:
Timestamp:
Feb 8, 2023 8:42:13 AM (2 years ago)
Author:
raasch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v846 v847  
    10571057||[=#PA0862 PA0862]   ||no virtual PE grid with sufficient performance can be generated || The total number of cores is too large, or the number of cores per node is too small. Try to adjust {{{palmrun}}} options {{{-X}}} and/or {{{-T}}}, or choose {{{psolver = 'poisfft'}}}. ||
    10581058||[=#PA0863 PA0863]   ||shared memory virtual layout error   shared rank / myidy: .../...,    'node rank / myidx: .../... || Please inform the PALM developers via the trouble-ticket system, or choose {{{psolver = 'poisfft'}}}. ||
     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||[=#PA0865 PA0865]   ||homogenize_surface_temperature = .T. is not allowed in combination with the land- or urban-surface model. || Change namelist settings respectively. ||
    10591061||[=#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'.   ||
    10601062||[=#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' ||