Changes between Version 786 and Version 787 of doc/app/errmsg


Ignore:
Timestamp:
Jan 14, 2022 3:57:53 PM (3 years ago)
Author:
suehring
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v786 v787  
    969969||[=#PA0772 PA0772]  || Error while writing output: ... || An internal error occured while trying to write the respective variable to the output file. In case you did not try to add additional output via user code, please report this error via the ticket system. ||
    970970||[=#PA0773 PA0773]  || Topography and surface-setup output requires parallel netCDF. No output file will be created. || This is an informative message. If you use PALM without parallel netCDF support, output is omitted of the topography and surface setup. ||
     971||[=#PA0774 PA0774]  || initializing_actions = "read_spinup_data" requires a spinup file within the working directory. || The file containing spinup surface data is missing. Please ensure that spinup surface data has been created in a previous run. Moreover, check if the file connection statement for the file {{{SPINUPIN}}} is defined in the {{{.palm.iofiles}}}. Finally, check if {{{spinin}}} has been given within the {{{palmrun -a}}} option. ||
     972||[=#PA0775 PA0775]  || read_spinup_data" requires spinup_time = 0.0. || If the simulation is initialized with spinup surface data from a previous run, {{{spinup_time}}} must be 0.0 ||
     973||[=#PA0776 PA0776]  || initializing_actions = "read_spinup_data read_restart_data" is not possible. || The combination of initializing actions 'read_spinup_data' and 'read_restart_data' is mutually exclusive. ||
     974||[=#PA0777 PA0777]  || Reading spinup data requires restart_data_format_input = "mpi" or "mpi_shared_memory". || Reading spinup data is not realized for restart_data_format_input = "fortran_binary".  ||
     975||[=#PA0778 PA0778]  || Writing spinup data requires restart_data_format_input = "mpi" or "mpi_shared_memory".  || Reading spinup data is not realized for restart_data_format_input = "fortran_binary".  ||
     976||[=#PA0779 PA0779]  || Writing spinup data is enabled but surface_spinup is switched-off. || You have enabled output of spinup surface data with the {{{palmrun -a "spinout"}}} option. This case, the prescribed spinup_time must be > 0.0.  ||
    971977||[=#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'.   ||
    972978||[=#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' ||