Changes between Version 842 and Version 843 of doc/app/errmsg


Ignore:
Timestamp:
Jan 13, 2023 11:01:41 AM (2 years ago)
Author:
suehring
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v842 v843  
    10431043||[=#PA0848 PA0848]   ||Sampling coordinates of site: ... do not lie within the PALM domain.  ||Check the coordinates in your virtual measurement input file, or extend the model domain. ||
    10441044||[=#PA0849 PA0849]   ||fft_method = "fftw" is not available for loop_optimization = "vector"   ||Choose a different fft-method, e.g. the temperton-algorithm, or switch to scalar loop optimization. ||
     1045||[=#PA0850 PA0850]   ||Dimension size of static input variable building_pars is ... . Dimension size of ... is required. || Please see the [https://palm.muk.uni-hannover.de/trac/wiki/doc/app/iofiles/pids/static/tables input data standard] for the current requirements. ||
     1046||[=#PA0851 PA0851]   ||Dimension size of static input variable albedo_pars is ... . Dimension size of ... is required. || Please see the [https://palm.muk.uni-hannover.de/trac/wiki/doc/app/iofiles/pids/static/tables input data standard] for the current requirements. ||
     1047||[=#PA0852 PA0852]   ||Dimension size of static input variable pavement_pars is ... . Dimension size of ... is required. || Please see the [https://palm.muk.uni-hannover.de/trac/wiki/doc/app/iofiles/pids/static/tables input data standard] for the current requirements. ||
     1048||[=#PA0853 PA0853]   ||Dimension size of static input variable pavement_subsurface_pars is ... . Dimension size of ... is required. || Please see the [https://palm.muk.uni-hannover.de/trac/wiki/doc/app/iofiles/pids/static/tables input data standard] for the current requirements. ||
     1049||[=#PA0854 PA0854]   ||Dimension size of static input variable vegetation_pars is ... . Dimension size of ... is required. || Please see the [https://palm.muk.uni-hannover.de/trac/wiki/doc/app/iofiles/pids/static/tables input data standard] for the current requirements. ||
     1050||[=#PA0854 PA0854]   ||Dimension size of static input variable water_pars is ... . Dimension size of ... is required. || Please see the [https://palm.muk.uni-hannover.de/trac/wiki/doc/app/iofiles/pids/static/tables input data standard] for the current requirements. ||
    10451051||[=#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'.   ||
    10461052||[=#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' ||