Changes between Version 816 and Version 817 of doc/app/errmsg


Ignore:
Timestamp:
Sep 1, 2022 12:11:35 PM (3 years ago)
Author:
suehring
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified doc/app/errmsg

    v816 v817  
    10211021||[=#PA0826 PA0826]   || section_xz_m must be >= .... m and <= .... m || At least one section coordinate given by section_xz_m lies outside the model domain. Be aware that section coordinates for child domains must be given in the coordinate framework of the root domain. ||
    10221022||[=#PA0827 PA0827]   || section_yz_m must be >= .... m and <= .... m || At least one section coordinate given by section_yz_m lies outside the model domain. Be aware that section coordinates for child domains must be given in the coordinate framework of the root domain. ||
     1023||[=#PA0828 PA0828]   || Initial values of soil moisture are < 0.0. || The initial soil moisture must be set to values >= 0.0. In the absence of soil-moisture data in a dynamic input file, set soil_moisture to respective values. If there is soil-moisture data in a dynamic input file, this must not contain any negative values. ||
    10231024||[=#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'.   ||
    10241025||[=#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' ||