Changes between Version 851 and Version 852 of doc/app/errmsg
- Timestamp:
- Feb 16, 2023 2:19:14 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v851 v852 272 272 ||[=#PA0229 PA0229] ||nesting-setup requires different number of MPI procs (...) than provided (...) ||This message appears for nested runs, if the total number of MPI processes for all nested domains given in the nestpar-NAMELIST is larger than the number of MPI processes which has been allowed for the run, e.g. with palmrun-option -X. (Attention: For hybrid OpenMP/MPI-runs the number of MPI processes allowed for the run is the number given by -X divided by the number of threads per MPI-task, as given with palmrun-option -O.) You either have to provide the run more resources (i.e. more cores) or you have to decrease the number of MPI processes in $nestpar. || 273 273 ||[=#PA0230 PA0230] || ... = ... contains prime factor ... ||The respective grid point number contains a non-performing prime factor. The FFTW may show poor performance. Change {{{nx(+1)}}} and/or {{{ny(+1)}}} to contain only prime factors of 2, 3, 5, 7, 11, 13. The last two factors should be contained only once. || 274 ||[=#PA0231 PA0231] ||vertical grid spacing in dynamic driver does not match the computational grid in this run at zu/zw(...) ||Check the respective vertical grid point heights in the dynamic driver file. ||274 ||[=#PA0231 PA0231] ||vertical grid coordinate ... in dynamic driver does not match the computational grid (...) in this run at z/zw(...) ||Check the respective vertical grid point coordinates in the dynamic driver file. || 275 275 ||[=#PA0232 PA0232] ||not in use || || 276 276 ||[=#PA0233 PA0233] ||not in use || || … … 698 698 ||[=#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. || 699 699 ||[=#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. || 700 ||[=#PA0477 PA0477] || not used ||||700 ||[=#PA0477 PA0477] ||initialization with data from dynamic driver file - dimension(s): ... not found in dynamic driver file ||Check the dynamic driver file and add the respective dimension(s). || 701 701 ||[=#PA0478 PA0478] || not used || || 702 702 ||[=#PA0479 PA0479] || not used || || 703 ||[=#PA0480 PA0480] || 703 ||[=#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. || 704 704 ||[=#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. || 705 705 ||[=#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]]. ||