Changes between Version 641 and Version 642 of doc/app/errmsg


Ignore:
Timestamp:
Aug 20, 2019 12:40:38 PM (6 years ago)
Author:
weniger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v641 v642  
    863863||[=#PA0663 PA0663]  || The maxima of the standard deviation remain at the open edges of the model || The maxima of the standard deviation of u, v, w, pt or q remain at the open edges of the model (look vdi_internal_controls.f90). ||
    864864||[=#PA0664 PA0664]  || The maxima of the standard deviation travel from the open edges into the interior of the domain with increasing simulation time || The maxima of the standard deviation of u, v, w, pt or q travel into the interior of the domain. Run does not fulfill VDI 3783 Part 9. ||
     865||[=#PA0665 PA0665]  || Monotonic decrease or increase with increasing simulation time for u/v/w/pt/q || The mean of u, v, w, pt or q decrease or increase in the last 90 % of time in the simulation. Maybe your simulation time is too short.  ||
     866||[=#PA0666 PA0666]  || The mass is not conserved ||   ||
    865867||[=#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'.   ||
    866868||[=#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' ||