Changes between Version 656 and Version 657 of doc/app/errmsg


Ignore:
Timestamp:
Sep 24, 2019 7:18:09 AM (6 years ago)
Author:
gronemeier
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v656 v657  
    881881||[=#PA0679 PA0679]  || Date-time values out of bounds: "..." is out of bounds. Please check date-time string: "...". Format must be "YYYY-MM-DD hh:mm:ss ZZZ". || The date-time information given in [../inipar#origin_date_time origin_date_time] has invalid values for the specified date or time component. Please check the setting of [../inipar#origin_date_time origin_date_time] ||
    882882||[=#PA0680 PA0680]  || Multiple calls to set_reference_date_time detected. The reference date-time must be set only once. || Routine set_reference_date_time can only be called once per program execution. Please check your user code for any additional calls to this routine and remove it. If you did not use any user code, please report the appearance of the error in the ticket system. ||
     883||[=#PA0681 PA0681]  || section_xy/xz/yz not defined for requested xy/xz/yz-cross section output. At least one cross section must be given. || If you specified any data-output quantity for a xy-, xz-, or yz-cross section via [../d3par#data_output data_output], then you need to also specify the location of at least one corresponding cross section via [../d3par#section_xy section_xy], [../d3par#section_xz section_xz], or [../d3par#section_yz section_yz]. ||
    883884||[=#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'.   ||
    884885||[=#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' ||