Changes between Version 768 and Version 769 of doc/app/errmsg


Ignore:
Timestamp:
Jul 23, 2021 1:13:32 PM (4 years ago)
Author:
raasch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v768 v769  
    886886||[=#PA0672 PA0672]  || Wind turbine model output requires NetCDF version 4. No output file will be created. ||Data output for the wind turbine model is realized only for NetCDF version 4. As a consequence the model output is deactivated if version 3 is used. Keep in mind that just providing a NetCDF4 library is not sufficient. You also need to re-compile the PALM code with preprocessor directive {{{-D__netcdf4}}} and runtime parameter [wiki:doc/app/runtime_parameters#netcdf_data_format netcdf_data_format] set to 4. ||
    887887||[=#PA0673 PA0673]  || External radiation input should have the same ''lod''. || ||
    888 ||[=#PA0674 PA0674]  || || ||
     888||[=#PA0674 PA0674]  || Local vegetation height on top of topography exceeds height of model domain. || ||
    889889||[=#PA0675 PA0675]  || unknown boundary condition: bc_c_t = "..." || ||
    890890||[=#PA0676 PA0676]  || surface_fraction is given for more than one type. Please note, this is not possible at the moment as no tile approach has yet been implemented. (i, j) =   || ||
     
    957957||[=#PA0748 PA0748]  || Incorrect component name given! || Incorrect name given for a chemical component in listspec in &salsa_parameters. Options are: SO4, OC, BC, DU, SS, NH and NO. ||
    958958||[=#PA0749 PA0749]  || 2d-REAL array "..." to be written to/read from restart file is defined with illegal dimensions || This problem may appear in your user-interface, if you try to write/read 2d-REAL arrays without ghost boundaries to/from the restart file. 2d-REAL arrays in restart files must have ghost boundaries. ||
     959||[=#PA0750 PA0750]  || psolver = "poisfft" requires that boundary conditions along x and y are both either cyclic or non-cyclic . || Switch to psolver = 'multigrid' or set initialization parameters bc_lr = bc_ns. ||
    959960||[=#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'.   ||
    960961||[=#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' ||