Changes between Version 760 and Version 761 of doc/app/errmsg


Ignore:
Timestamp:
Apr 26, 2021 7:51:59 AM (4 years ago)
Author:
moh.hefny
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v760 v761  
    806806||[=#PA0587 PA0587]  || Child subdomain width in x[or y]-direction must not be smaller than its parent grid dx[or dy]. Change the PE-grid setting (npex, npey) to satisfy this requirement. || In nested runs child domain decomposition must be such that the subdomain size is never smaller than the parent grid-spacing in the respective direction. ||
    807807||[=#PA0589 PA0589]  || bc_lr = "..." and bc_ns = "..." are not allowed to be set at the same time || Dirichlet/radiation boundary conditions are only allowed to be set along x '''or''' along y. Cyclic conditions must be set along the respective other direction. If you like to set non-cyclic conditions along x '''and''' y you need to use the offline-nesting feature. ||
    808 ||[=#PA0560 PA0560]  || In case of radiation scheme ='rrtmg' and the use of cloud droplets average radiation is not implemented || ||
    809808||[=#PA0591 PA0591]  || dt_radiation must be > 0.0 || ||
    810809||[=#PA0593 PA0593]  || unknown boundary condition: bc_cs_b = "..." || ||
     
    954953||[=#PA0743 PA0743]  || "..." in mask "..." must be > 0 ||Terrain-following masked data output is only valid for grid points above the terrain. This means that mask_k_over_surface must be >= 1. Values < 1 are not allowed. Temporary information: '''Please note''', in revisions < -r4895 also values = 0 were allowed and used in some example setups provided for the latest PALM seminar (March 18th). ||
    955954||[=#PA0744 PA0744]  || Nr surface elements in ...  does not match .... || Internal error. Please contact the PALM developers. ||
     955||[=#PA0745 PA0745]  || rad_angular_discretization can only be used together with raytrace_mpi_rma or when no parallelization is applied. || You try to use the angular discretization without setting raytrace_mpi_rma to TRUE or without parallelization settings. Please set raytrace_mpi_rma to TRUE and make sure that you use parallelization settings ||
     956||[=#PA0746 PA0746]  || In case of radiation scheme ='rrtmg' and the use of cloud droplets average radiation is not implemented || ||
     957||[=#PA0747 PA0747]  || Relatively coarse angular discretization settings are set: raytrace_discrete_elevs < 9 and/or raytrace_discrete_elevs < 18 || You have used coarse angular discretization settings which will result in inaccurate radiation fluxes ||
    956958||[=#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'.   ||
    957959||[=#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' ||