188 | 188 | ||[=#PA0146 PA0146] ||maximum_number_of_particles needs to be increased but this is not allowed with netcdf_data_format < 3 ||netCDF output is switched on ([../d3par#data_output_format data_output_format] = '' 'netcdf' '') and a 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_particles maximum_number_of_particles], 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. || |
189 | 189 | ||[=#PA0147 PA0147] ||maximum_number_of_tails needs to be increased but this is not allowed with netcdf_data_format < 3 ||netCDF output is switched on ([../d3par#data_output_format data_output_format] = '' 'netcdf' '') and a 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. || |
192 | | ||[=#PA0150 PA0150] ||Both dp_external and conserve_volume_flow are .TRUE. but one of them must be .FALSE. || || |
193 | | ||[=#PA0151 PA0151] ||dp_level_b = ... is out of range || || |
194 | | ||[=#PA0152 PA0152] ||dp_external is .TRUE. but dpdxy is zero, i.e. the external pressure gradient will not be applied || || |
195 | | ||[=#PA0153 PA0153] ||dpdxy is nonzero but dp_external is .FALSE., i.e. the external pressure gradient will not be applied || || |
196 | | ||[=#PA0154 PA0154] ||unknown conserve_volume_flow_mode: ... || || |
| 192 | ||[=#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. || |
| 193 | ||[=#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. || |
| 194 | ||[=#PA0152 PA0152] ||dp_external is .TRUE. but dpdxy is zero, 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#dp_external dp_external] is .TRUE., [../inipar#dpdxy dpdxy] must be set to a non-zero value in your parameter file. || |
| 195 | ||[=#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. || |
| 196 | ||[=#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. || |