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


Ignore:
Timestamp:
Sep 1, 2022 2:09:50 PM (3 years ago)
Author:
suehring
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v817 v818  
    873873||[=#PA0657 PA0657]  || Date and time are not set yet. Returning date/time information not possible. || palm_date_time_get was called before palm_date_time_set which is not allowed. ||
    874874||[=#PA0658 PA0658]  || Date given in wrong format: "..." = ... is invalid! Check format of date_init. Format must be "YYYY-MM-DD hh:mm:ss (+-)hh". || An invalid date and/or time was detected. Please check the value and format of [/wiki/doc/app/initialization_parameters#date_init date_init]. ||
    875 ||[=#PA0659 PA0659]  || subrgrid scale velocities in combination with simple interpolation method is not implemented for passive particles || Set use_sgs_for_particles to FALSE or if you want to keep it set particle_interpolation to 'trilinear' ||
     875||[=#PA0659 PA0659]  || The current raytracing algorithm in the Radiative Transfer Model does NOT support explicitly cyclic boundary conditions. Surface radiation fluxes near the boundaries should be evaluated in this view point. || Just an informative message. Be careful near the lateral boundaries with respect to the surface energy balance terms. ||
    876876||[=#PA0661 PA0661]  || namelist file "PARIN"  or "PARIN_O" not found! Please have a look at the online description of the error message for further hints. || The origin of this error can have several reasons. \\Most likely, the activation string of the palmrun command was incorrect. You have to assure that the correct activation string is set so that the parameter namelist is recognised by palmrun (per default, this is 'd3#' for normal runs or 'd3r' for restarts). If you use several strings within the list of activation strings, make sure that each string is separated by a blank, i.e. do not write 'd3#restart' but 'd3# restart'. \\If you used a modified version of .palm.iofiles, there is probably an incorrect linkage between the PARIN file and the actual file inside the INPUT directory. Please refer to the documentation of [/wiki/doc/app/palm_iofiles palm_iofiles] for how to correctly configure this file. ||
    877877||[=#PA0662 PA0662]  || no output file type selected for surface-data output! Set at least either "to_vtk" or "to_netcdf" to .TRUE. || Surface-data output was requested without specifying a file type to store the data in. When requesting surface-data output, either '[/wiki/doc/app/surface_data_output_parameters#to_vtk to_vtk]' or '[/wiki/doc/app/surface_data_output_parameters#to_netcdf to_netcdf]' or both must be set to true. ||