Changes between Version 676 and Version 677 of doc/app/errmsg


Ignore:
Timestamp:
Feb 11, 2020 4:40:53 PM (5 years ago)
Author:
suehring
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v676 v677  
    898898||[=#PA0703 PA0703]  || A closed channel requires the upwind scheme of Wicker and Skamarock as the advection scheme || Only the the upwind scheme of Wicker and Skamarock is realized and tested for a symmetric degradation of the advection scheme (from 5th, to 3rd to 1st order) close to the bottom and top boundary.  ||
    899899||[=#PA0704 PA0704]  || End of line or file detected for file [../iofiles#TOPOGRAPHY_DATA TOPOGRAPHY_DATA] at line ...  ||File does not contain enough data. Check the respective line given in the error message. \\ a) The number of columns (`ncols`) is less than [../inipar#nx nx]+1. \\ b) The number of rows (`nrows`) is less than [../inipar#ny ny]+1. \\ Solution: Make sure that `ncols` matches `nx+1` and that `nrows` matches `ny+1`.   ||
    900 
     900||[=#PA0705 PA0705]  || If virtual measurements are taken, the number of surrounding grid points must not be larger than the number of ghost points - 1 ||When virtual measurements are taken, data is sampled at given station grid coordinates. It is possible that also the adjoining grid points can be sampled, however, the number of grid points additionally sampled in each direction must not be larger than the number of ghost points - 1 to avoid any segmentations faults. In the future we will improve this to allow a more flexible number of offset grid points. ||
     901||[=#PA0706 PA0706]  || virtual measurements require file activation string "restart" ||When virtual measurements are taken, data is output via parallel NetCDF, where the number of time-dimensions must be defined at programm start. However, when the sampling rate is high (due to small time steps, the number of sampled time steps may reach the maximum number of defined timesteps in the NetCDF file. In case this happens, PALM forces a restart run, which is the reason why the activation string must be given. ||
     902||[=#PA0707 PA0707]  || Run will be terminated because virtual measurement times index exceeds its maximum value in the output files. A restart run is forced. ||Please see comment under PA0706. ||
     903||[=#PA0708 PA0708]  || If virtual measurements are taken, parallel NetCDF is required.||The PALM code need to be compiled with a parallel NetCDF library. ||
    901904||[=#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'.   ||
    902905||[=#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' ||