Changes between Version 276 and Version 277 of doc/app/errmsg


Ignore:
Timestamp:
Apr 21, 2017 12:36:15 PM (8 years ago)
Author:
raasch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v276 v277  
    189189||[=#PA0147 PA0147]   ||maximum_number_of_tails needs to be increased but this is not allowed with netcdf_data_format < 3   ||netCDF3 format is used ([../d3par#netcdf_data_format  netcdf_data_format ] < 3). \\\\ If output of particle data is switched on (see [../d3par#dt_write_particle_data dt_write_particle_data]), the size of the particle array, given on each processor by [../d3par#maximum_number_of_tails maximum_number_of_tails], is not allowed to increase during the run, when the netCDF3 data format is used, because netCDF3 allows only one unlimited dimension, which is the time dimension. Anyhow, PALM tries to increase the size of the particle array, if the number of particles in a subdomain becomes larger than the size of this array. This may happen because of a flow convergence or because new sets of particles are released (see [../d3par#dt_prel dt_prel]).\\\\This problem can be avoided by using the netCDF4 data format ([../d3par#netcdf_data_format netcdf_data_format] > 2), which allows more than one unlimited dimension.\\\\Alternatively, [../d3par#maximum_number_of_particles maximum_number_of_particles] can be given a sufficiently large value.  ||
    190190||[=#PA0148 PA0148]   ||particle too fast. n = ...   || Particle has moved further than the length of one PE subdomain within on timestep. This is not allowed, since particles can only be transferred from one subdomain to the neighboring subdomain. Please check if subdomains are too small or velocities are unrealistically high. ||
    191 ||[=#PA0149 PA0149]   ||particle out of range: i=... j=... k=... nxl=... nxr=... nys=... nyn=... nzb=... nzt=...     ||  ||
     191||[=#PA0149 PA0149]   ||particle out of range: i=... j=... k=... nxl=... nxr=... nys=... nyn=... nzb=... nzt=...     ||[[span(style=color: #FF0000, Johannes, Fabian)]]  ||
    192192||[=#PA0150 PA0150]   ||Both dp_external and conserve_volume_flow are .TRUE., but one of them must be .FALSE.   || Simultaneous use of an external pressure gradient forcing ([../inipar#dp_external dp_external] = .TRUE.) and [../inipar#conserve_volume_flow conserve_volume_flow] is not allowed. Please correct your parameter file appropriately. ||
    193193||[=#PA0151 PA0151]   ||dp_level_b = ... is out of range   || [../inipar#dp_level_b dp_level_b] is outside of the vertical bounds of the model domain. Please check the prescribed value for [../inipar#dp_level_b dp_level_b] in your parameter file. ||
     
    195195||[=#PA0153 PA0153]   ||dpdxy is nonzero but dp_external is .FALSE., i.e. the external pressure gradient will not be applied   || If the flow forcing shall be accomplished by an external pressure gradient, i.e. [../inipar#dpdxy dpdxy] is set to a non-zero value,  [../inipar#dp_external dp_external] = .TRUE. must be set in your parameter file. ||
    196196||[=#PA0154 PA0154]   ||unknown conserve_volume_flow_mode: ...   || See parameter [../inipar#conserve_volume_flow_mode conserve_volume_flow_mode] for allowed values, and appropriately correct your parameter file.  ||
    197 ||[=#PA0155 PA0155]   ||noncyclic boundary conditions require conserve_volume_flow_mode = "inflow_profile"   || Micha ||
    198 ||[=#PA0156 PA0156]   ||noncyclic boundary conditions require conserve_volume_flow_mode = "inflow_profile"   || Micha ||
     197||[=#PA0155 PA0155]   ||noncyclic boundary conditions require conserve_volume_flow_mode = "inflow_profile"   || [[span(style=color: #FF0000, Micha)]] ||
     198||[=#PA0156 PA0156]   ||noncyclic boundary conditions require conserve_volume_flow_mode = "inflow_profile"   || [[span(style=color: #FF0000, Micha)]] ||
    199199||[=#PA0157 PA0157]   ||nonzero bulk velocity requires conserve_volume_flow = .T. and conserve_volume_flow_mode = "bulk_velocity"   || The bulk velocity is used to prescribe a volume flow which then should be conserved. This, however, requires [../inipar#conserve_volume_flow conserve_volume_flow] = .T. and [../inipar#conserve_volume_flow_mode conserve_volume_flow_mode] = "bulk_velocity". ||
    200200||[=#PA0158 PA0158]   ||no vertical boundary condition for variable "..."   || Routine advec_s_bc was called for a variable, which does not have a specific boundary condition implemented. ||
     
    239239||[=#PA0197 PA0197]   ||dvrp_file="..." not allowed   ||  ||
    240240||[=#PA0198 PA0198]   ||mode_dvrp="..." not allowed   ||  ||
    241 ||[=#PA0199 PA0199]   ||split of communicator not realized with MPI1 coupling atmosphere-ocean'   ||  ||
     241||[=#PA0199 PA0199]   ||split of communicator not realized with MPI1 coupling atmosphere-ocean'   ||[[span(style=color: #FF0000, Siggi)]]  ||
    242242||[=#PA0200 PA0200]   ||missing dz   || No value for [../inipar#dz dz] was given in the parameter file. ||
    243243||[=#PA0201 PA0201]   ||dz=... <= 0.0   || The value given for [../inipar#dz dz] must be greater than 0.0. ||
     
    251251||[=#PA0209 PA0209]   ||errors in file [../iofiles#TOPOGRAPHY_DATA TOPOGRAPHY_DATA]   ||Possible reasons for this error include:  \\ 1. File contains a header. Solution: The header of the ESRI Ascii Grid format (usually 6 lines) must be removed. \\ 2. File does not contain enough data. \\ 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`.   ||
    252252||[=#PA0210 PA0210]   ||nzb_local values are outside the model domain MINVAL( nzb_local ) = ... MAXVAL( nzb_local ) = ...   || This should not happen. Please submit a [/newticket trouble ticket] if you have run into this error. ||
    253 ||[=#PA0213 PA0213]   ||max_number_of_particle_groups =... number_of_particle_groups reset to ...   ||  ||
     253||[=#PA0213 PA0213]   ||max_number_of_particle_groups =... number_of_particle_groups reset to ...   ||[[span(style=color: #FF0000, Johannes)]] ||
    254254||[=#PA0214 PA0214]   ||version mismatch concerning data from prior run version on file = ... version in program = ...   ||  ||
    255 ||[=#PA0215 PA0215]   ||particle group !# ... has a density ratio /= 0 but radius = 0   ||  ||
     255||[=#PA0215 PA0215]   ||particle group !# ... has a density ratio /= 0 but radius = 0   ||[[span(style=color: #FF0000, Johannes)]]  ||
    256256||[=#PA0216 PA0216]   ||number of initial particles (...) exceeds maximum_number_of_particles (...) on PE ...   || More particles are initialized than allowed by [../parpar#maximum_number_of_particles maximum_number_of_particles]. Adjust [../parpar#pdx pdx], [../parpar#pdy pdy], and [../parpar#pdz pdz] to reduce the number of particles. '''Not available from release 4.0 on.''' ||
    257257||[=#PA0217 PA0217]   ||unknown boundary condition bc_par_b = "..."   ||  ||
     
    314314||[=#PA0274 PA0274]   ||no value or wrong value given for ny: ny=...   || See parameter [../inipar#ny ny] for allowed values, and check the &inipar-namelist in your parameter file. ||
    315315||[=#PA0275 PA0275]   ||no value or wrong value given for nz: nz=...   || See parameter [../inipar#nz nz] for allowed values, and check the &inipar-namelist in your parameter file. ||
    316 ||[=#PA0276 PA0276]   ||local file ENVPAR not found, some variables for steering may not be properly set   ||  ||
    317 ||[=#PA0277 PA0277]   ||errors in local file ENVPAR some variables for steering may not be properly set   ||  ||
    318 ||[=#PA0278 PA0278]   ||no envpar-NAMELIST found in local file ENVPAR some variables for steering may not be properly set   ||  ||
     316||[=#PA0276 PA0276]   ||local file ENVPAR not found, some variables for steering may not be properly set   ||[[span(style=color: #FF0000, Siggi)]]  ||
     317||[=#PA0277 PA0277]   ||errors in local file ENVPAR some variables for steering may not be properly set   ||[[span(style=color: #FF0000, Siggi)]]  ||
     318||[=#PA0278 PA0278]   ||no envpar-NAMELIST found in local file ENVPAR some variables for steering may not be properly set   ||[[span(style=color: #FF0000, Siggi)]]  ||
    319319||[=#PA0279 PA0279]   ||wrong component: ...   ||  ||
    320320||[=#PA0280 PA0280]   ||Number of OpenMP threads = ...   ||  ||
     
    357357||[=#PA0316 PA0316]   ||dvrpsize_interval(2) <= dvrpsize_interval(1)   || Two values can be given for parameter [../dvrpar#dvrpsize_interval dvrpsize_interval], but the first value must be smaller than the second value, e.g. [../dvrpar#dvrpsize_interval dvrpsize_interval] = 0.0, 1.0. For details see parameters [../dvrpar#dvrpsize_interval dvrpsize_interval] and [../dvrpar#particle_dvrpsize particle_dvrpsize]. ||
    358358||[=#PA0317 PA0317]   ||ocean = .F. does not allow coupling_char = ... set by mrun-option "-y"   || The mrun option "-y" must not be used for atmosphere runs. The option is only required for ocean precursor runs, which are followed by [../examples/coupled atmosphere-ocean coupled] restart runs. ||
    359 ||[=#PA0318 PA0318]   ||inflow_damping_height must be explicitly specified because the inversion height calculated by the prerun is zero   ||  ||
     359||[=#PA0318 PA0318]   ||inflow_damping_height must be explicitly specified because the inversion height calculated by the prerun is zero   ||[[span(style=color: #FF0000, Tobias)]]  ||
    360360||[=#PA0319 PA0319]   ||section_xy must be <= nz + 1 = ...   ||  ||
    361361||[=#PA0320 PA0320]   ||section_xz must be <= ny + 1 = ...   ||  ||