Changes between Version 652 and Version 653 of doc/app/errmsg


Ignore:
Timestamp:
Sep 10, 2019 5:20:12 PM (5 years ago)
Author:
gronemeier
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v652 v653  
    876876||[=#PA0674 PA0674]  ||  || ||
    877877||[=#PA0675 PA0675]  || rotation of the model domain is not considered in the radiation model. Using rotation_angle /= 0.0 is not allowed in combination with the radiation model at the moment! || By specifying a rotation angle via [../inipar#rotation_angle ''rotation_angle''], the orientation of the model domain is changed. However, this change of orientation is, so far, not implemented within the radiation model. Using the radiation model together with a changed orientation would result in incorrect solar-radiation calculation. Hence, it is prohibit to use it. To overcome this limitation, set the rotation angle to zero. ||
    878 ||[=#PA0676 PA0676]  || Offline nesting: time dimension must start at time_utc_init || ||
     878||[=#PA0676 PA0676]  || Offline nesting: time dimension must start at origin_date_time || ||
     879||[=#PA0677 PA0677]  || No reference date-time defined. Returning date-time information is not possible. Either specify reference_date_time_str or set a reference via set_reference_date_time. || Routine get_date_time is either called without specifying any reference time (neither in the call itself nor via set_reference_date_time). Please check your user code for any calls to get_date_time. If you did not use any user code, please report this error via the ticket system. ||
     880||[=#PA0678 PA0678]  || Error while converting date-time string. Please check format of 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] is given in a wrong format. Please check the format of the string. ||
     881||[=#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] ||
     882||[=#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. ||
    879883||[=#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'.   ||
    880884||[=#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' ||