Changes between Version 801 and Version 802 of doc/app/errmsg


Ignore:
Timestamp:
May 17, 2022 2:34:05 PM (3 years ago)
Author:
raasch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v801 v802  
    697697||[=#PA0475 PA0475]   ||  Particle violated CFL-criterion: particle with id ... will be deleted! || This is a warning that some of your particles moves too fast. Therefore they will be deleted. ||
    698698||[=#PA0476 PA0476]   ||  Humidity has to be set to .T. in the _p3d file for coupled runs between ocean and atmosphere. || Set [../initialization_parameters#humidity humidity] = .T. in the _p3d. ||
    699 ||[=#PA0477 PA0477]   ||  In Child model:  bc_par_t is automatically set to nested || This is a warning that [../particle_parameters#bc_par_t bc_par_t] is automatically set to nested although a different boundary condition was specified. Set [../particle_parameters#bc_par_t bc_par_t] = 'nested'  in the child _p3d_NXX. ||
    700 ||[=#PA0478 PA0478]   ||  In Child model:  bc_par_lr is automatically set to nested || This is a warning that [../particle_parameters#bc_par_lr bc_par_lr] is automatically set to nested although a different boundary condition was specified.. Set [../particle_parameters#bc_par_lr bc_par_lr] = 'nested'  in the child _p3d_NXX. ||
    701 ||[=#PA0479 PA0479]   ||  In Child model:  bc_par_ns is automatically set to nested || This is a warning that [../particle_parameters#bc_par_ns bc_par_ns] is automatically set to nested although a different boundary condition was specified. Set [../particle_parameters#bc_par_ns bc_par_ns] = 'nested'  in the child _p3d_NXX. ||
    702 ||[=#PA0480 PA0480]   ||  RMA window too small on child || If particles pass the borders between the child and parent domain they will be exchanged using MPI windows (MPI window = memory that is made accessible to accesses by remote processes for one sided communication). Within this process it could happen that the size of the windows is too small due to a very large number of particles that need to be transferred between the domains. Either choose a smaller amount of particles or change the internal limit of max_nr_particle_in_rma_win from 100000 to a higher value. ||
    703 ||[=#PA0481 PA0481]   ||  RMA window too small on parent || If particles pass the borders between the child and parent domain they will be exchanged using MPI windows (MPI window = memory that is made accessible to accesses by remote processes for one sided communication). Within this process it could happen that the size of the windows is too small due to a very large number of particles that need to be transferred between the domains. Either choose a smaller amount of particles or change the internal limit of max_nr_particle_in_rma_win from 100000 to a higher value.  ||
     699||[=#PA0477 PA0477]   ||  bc_par_t is automatically set to nested in child domain || This is a warning that [../particle_parameters#bc_par_t bc_par_t] is automatically set to nested although a different boundary condition was specified. Set [../particle_parameters#bc_par_t bc_par_t] = 'nested'  in the child _p3d_NXX. ||
     700||[=#PA0478 PA0478]   ||  bc_par_lr is automatically set to nested in child domain || This is a warning that [../particle_parameters#bc_par_lr bc_par_lr] is automatically set to nested although a different boundary condition was specified.. Set [../particle_parameters#bc_par_lr bc_par_lr] = 'nested'  in the child _p3d_NXX. ||
     701||[=#PA0479 PA0479]   ||  bc_par_ns is automatically set to nested in child domain || This is a warning that [../particle_parameters#bc_par_ns bc_par_ns] is automatically set to nested although a different boundary condition was specified. Set [../particle_parameters#bc_par_ns bc_par_ns] = 'nested'  in the child _p3d_NXX. ||
     702||[=#PA0480 PA0480]   ||  RMA window too small on child || If particles pass the borders between the child and parent domain they will be exchanged using MPI windows (MPI window = memory that is made accessible to accesses by remote processes for one sided communication). Within this process it could happen that the size of the windows is too small due to a very large number of particles that need to be transferred between the domains. Either choose a smaller amount of particles or change the internal limit of max_nr_prts_in_rma_win from 100000 to a higher value. ||
     703||[=#PA0481 PA0481]   ||  RMA window too small on parent || If particles pass the borders between the child and parent domain they will be exchanged using MPI windows (MPI window = memory that is made accessible to accesses by remote processes for one sided communication). Within this process it could happen that the size of the windows is too small due to a very large number of particles that need to be transferred between the domains. Either choose a smaller amount of particles or change the internal limit of max_nr_prts_in_rma_win from 100000 to a higher value.  ||
    704704||[=#PA0482 PA0482]   ||  Version of binary SVF file "..." does not match the version of model "..." || This error occurs when radiation data from the file SVFIN is read and the precursor run was carried out with a different svf binary version than the main run. Repeat the precurser with the current version or carry out the main run with the same version as the precursor. You can check the svf binary version number which is required for the main run in [[source:palm/trunk/SOURCE/radiation_model_mod.f90| radiation_model_mod.f90]].  ||
    705705||[=#PA0483 PA0483]   ||  Wrong number of SVF or CSF || This error can happen if svf data is read from file SVFIN (e.g. during manual restarts). The local number of sky view factors and canopy sink factors for calculating surface reflection of radiation has to be the same between the precursor run and the main run. Be sure that you create the svf binary data with the same version as the version of the main run. ||
     
    977977||[=#PA0780 PA0780]  || Finding boarder surface id at i,j,k= ... failed. ||   ||
    978978||[=#PA0781 PA0781]  || Surface albedo for diffuse/direct long-/shortwave are different. To continue using the broadband albedo please set use_broadband_albedo to TRUE. ||   ||
    979 ||[=#PA0782 PA0782]  || Number of particles for output too large: ... || You try to output a number of particles larger than the upper limit of a 32bit INTEGER (i.e. > 2^32^ - 1). Try to reduce your particle output.  ||
     979||[=#PA0782 PA0782]  || number of particles for output too large: ... || You try to output a number of particles larger than the upper limit of a 32bit INTEGER (i.e. > 2^32^ - 1). Try to reduce your particle output.  ||
    980980||[=#PA0783 PA0783]  || particle_parameters NAMELIST will be ignored for childs || In a nested run, the particle parameters can only be set via the particle_parameters namelist of the root model. ||
    981981||[=#PA0784 PA0784]  || size of structure particle_groups_type has changed || Internal error. Please inform the PALM developers, e.g. by submitting a trouble-ticket.  ||
    982982||[=#PA0785 PA0785]  || particle I/O-id not in defined range ..., ..., ... || Internal error. Please inform the PALM developers, e.g. by submitting a trouble-ticket.  ||
    983983||[=#PA0786 PA0786]  || error while reading file PARTICLE_IDS in line ... || At least one line in the file containing the particle Ids to be scheduled for time series output has a wrong format. Only one INTEGER value per line is allowed. ||
    984 ||[=#PA0787 PA0787]  || newly released particles exceed maximum number of particles allocated for time series, allocated particles: ...,current output: ..., newly added output: ... || Try to reduce the number of particles scheduled for time series output, e.g. by decreasing [../particle_parameters#pts_increment pts_increment] or [../particle_parameters#pts_percentag pts_percentage], or increase the maximum allowed number of output particles (see [../particle_parameters#maximum_number_of_output_particles maximum_number_of_output_particles] or [../particle_parameters#extend_prts_filesize extend_prts_filesize]). ||
     984||[=#PA0787 PA0787]  || newly released particles exceed maximum number of particles allocated for time series, allocated particles: ..., current output: ..., newly added output: ... || Try to reduce the number of particles scheduled for time series output, e.g. by decreasing [../particle_parameters#pts_increment pts_increment] or [../particle_parameters#pts_percentag pts_percentage], or increase the maximum allowed number of output particles (see [../particle_parameters#maximum_number_of_output_particles maximum_number_of_output_particles] or [../particle_parameters#extend_prts_filesize extend_prts_filesize]). ||
    985985||[=#PA0788 PA0788]   ||  Output of surface radiation cross sections of: "..." is not allowed in radiation-only mode. || The listed quantities are pure two-dimensional xy-cross-sections and not available in radiation-only mode. ||
    986986||[=#PA0789 PA0789]   ||  Usage of radiation model in radiation-only mode in combination with an energy-balance model (LSM/USM) is not allowed. || Either deactivate LSM and USM or set the parameter [../radiation_parameters#radiation_only radiation_only] to .F.. ||