= PALM error messages = The following list displays the error messages reported by PALM. Each error message is identified by a unique message identifier which is composed of two letters and a four digit number. The second column contains the error message as reported in the job protocol (see [[../jobcontrol|here]]). The third column explains the error and possible reasons in more detail, and also gives suggestions how to solve the problem. {{{#!table style="border:none" {{{#!td style="vertical-align:top;border:none;width:70px" [#PA0001 PA****] }}} {{{#!td style="vertical-align:top;border:none" Identifier for messages in the PALM standard code }}} |---------------- {{{#!td style="vertical-align:top;border:none" [#UI0001 UI****] }}} {{{#!td style="vertical-align:top;border:none" Identifier for messages in !''user_!'' routines }}} |---------------- {{{#!td style="vertical-align:top;border:none" [#NC NC****] }}} {{{#!td style="vertical-align:top;border:none" Identifier for messages from the netCDF library }}} }}} ||='''Message identifier ''' =||='''Error message''' =||='''Explanation''' =|| ||[=#PA0001 PA0001] ||"host" is not set. Please check that environment variable "localhost" is set before running PALM || By default, PALM gets the "host" value from reading the NAMELIST {{{envpar}}}, which is automatically provided in a local file named {{{ENVPAR}}}, if PALM is run with scripts {{{mrun}}} or {{{palm_simple_run}}}. The file {{{ENVPAR}}} is stored in the temporary working directory which you can specify in the {{{.mrun.config}}} file located in your working directory (normally {{{~/palm/current_version}}}). You may check the contents of file ENVPAR (e.g. by running {{{mrun}}} with option {{{-B}}} preventing that the temporary working directory containing this file is automatically deleted when {{{mrun}}} is finished), or submit a [/newticket trouble ticket]. You can also look into the {{{.mrun.config}}} file where you set your "localhost". || ||[=#PA0002 PA0002] ||illegal coupling mode: ... || This message is related to the atmosphere-ocean coupling implemented in PALM. Internally, the variable {{{coupling_mode}}} defines the coupling setup used for the current respective model run. It may have one of the values "{{{atmosphere_to_ocean}}}" (atmospheric part of a coupled run), "{{{ocean_to_atmosphere}}} (ocean part of a coupled run), "{{{precursor_atmos}}}" (a precursor atmosphere run), "{{{precursor_ocean}}}" (a precursor ocean run), or "{{{uncoupled}}}" (atmosphere or ocean run without any intended coupling). This error message means that the initialization of the coupling did fail because {{{coupling_mode}}} has a value different from the ones mentioned before. Possible reasons might be trying a coupling between two atmosphere runs (or two ocean runs), or problems with the {{{mrun}}} script. || ||[=#PA0003 PA0003] ||dt_coupling is not set but required for coupling mode "..." || This error appears if the temporal interval for the data exchange [../d3par#dt_coupling dt_coupling] is not explicitly set in case of runs with [../../app/examples/coupled coupled models] (e.g. atmosphere - ocean). || ||[=#PA0004 PA0004] ||coupling mode "...": dt_coupling = ... is not equal to dt_coupling_remote = ... || For coupled runs the temporal interval for the data exchange [../d3par#dt_coupling dt_coupling] must be explicitly set and must have the same value in both models ([../d3par#dt_coupling dt_coupling] has to be set in [../iofiles#PARIN PARIN] and [../iofiles#PARIN_O PARIN_O]). See also [../examples/coupled coupled runs]. || ||[=#PA0005 PA0005] ||coupling mode "...": dt_coupling <= 0.0 is not allowed and is reset to MAX(dt_max(A,O)) = ... || This error occurs if an invalid value for [../d3par#dt_coupling dt_coupling] is used in the parameter file. [../d3par#dt_coupling dt_coupling] must be > 0.0 and equal in both models ([../d3par#dt_coupling dt_coupling] has to be set in [../iofiles#PARIN PARIN] and [../iofiles#PARIN_O PARIN_O]). The letter A in the error message on the left refers to Atmosphere and the letter O to ocean. See also [../examples/coupled coupled runs]. || ||[=#PA0006 PA0006] ||coupling mode "...": restart_time = ... is not equal to restart_time_remote = ... || [../d3par#restart_time restart_time] has not been set properly (equal) in the atmosphere and ocean parameter file. See also [../examples/coupled coupled runs]. || ||[=#PA0007 PA0007] ||coupling mode "...": dt_restart = ... is not equal to dt_restart_remote = ... || [../d3par#dt_restart dt_restart] has not been set properly (equal) in the atmosphere and ocean parameter file. See also [../examples/coupled coupled runs]. || ||[=#PA0008 PA0008] ||coupling mode "...": simulation_time_since_reference = ... is not equal to simulation_time_since_reference_remote = ... || The simulated time is stored internally in the variable {{{simulation_time_since_reference}}}. In coupled mode both times must be equal. This error might occur when precursor runs are used with different startup times and the coupling is initiated inappropiately. See [../examples/coupled coupled runs] for a detailed description of the setup for precursor runs. || ||[=#PA0009 PA0009] ||dx in atmosphere is not larger or equal than dx in ocean||Coupled runs allow to use different grid resolutions in atmosphere and ocean. It is, however, not allowed to use a finer grid resolution in the atmosphere than in the ocean. || ||[=#PA0010 PA0010] ||Domain size in x-direction is not equal in ocean and atmosphere|| Coupled runs are only possible, if the horizontal model domain size is equal in both, atmosphere and ocean. Check the settings for [../inipar#dx dx], [../inipar#dy dy], [../inipar#nx nx] and [../inipar#ny ny] to avoid this error. || ||[=#PA0011 PA0011] ||dy in atmosphere is not larger or equal than dy in ocean||Coupled runs allow to use different grid resolutions in atmosphere and ocean. It is, however, not allowed to use a finer grid resolution in the atmosphere than in the ocean.|| ||[=#PA0012 PA0012] ||Domain size in y-direction is not equal in ocean and atmosphere ||Coupled runs are only possible, if the horizontal model domain size is equal in both, atmosphere and ocean. Have a look at the settings for [../inipar#dx dx], [../inipar#dy dy], [../inipar#nx nx] and [../inipar#ny ny] to avoid this error. || ||[=#PA0013 PA0013] ||illegal value given for loop_optimization: "..." ||See parameter [../inipar#loop_optimization loop_optimization] for allowed values, and check your parameter file. || ||[=#PA0014 PA0014] ||a non-flat topography does not allow ... ||There are several features which do not work together with a non-flat topography. See parameter [../inipar#topography topography] for possible restrictions and appropriately modify your parameter file. For a complete list of not allowed parameter settings due to a non-flat topography see check_parameters.f90. || ||[=#PA0015 PA0015] ||ocean = .T. does not allow ... ||There are several features which do not work within PALM's ocean mode. See parameter [../inipar#ocean ocean] for possible restrictions and appropriately modify your parameter file. || ||[=#PA0016 PA0016] ||unknown solver for perturbation pressure: psolver = "..." ||See parameter [../inipar#psolver psolver] for allowed values, and correct your parameter file. || ||[=#PA0017 PA0017] ||Vertical grid stretching is not allowed together with particle advection. || With the currently implemented spatial interpolation of flow quantities on the respective particle positions, a constant vertical grid spacing must be used. || ||[=#PA0018 PA0018] ||ros_count > 5 in Rosenbrock method || The Rosenbrock method is used if curvature and solution effects are included in the calculation of cloud droplet growth due to condensation (see [../parpar#curvature_solution_effects curvature_solution_effects]). This algorithm may lead to unreasonable results, if the external conditions, especially the supersaturation, significantly changes between two PALM time steps. In that case, the algorithm will be carried out again with a smaller internal time step. The limits, which decide weather a result is reasonable or not, are only tested for a certain range of relative humidities and cloud droplet sizes. If this error appears, the result after 5 recalculations of the Rosenbrock algorithm is still regarded as unreasonable. Thus the limiting values may not be suitable for the current conditions and need to be adjusted in PALM's source code (see file [source:palm/trunk/SOURCE/lpm_droplet_condensation.f90 lpm_doplet_condensation.f90] in the repository). || ||[=#PA0019 PA0019] || ||message number is unused || ||[=#PA0020 PA0020] ||unknown multigrid cycle: cycle_mg = "..." ||See parameter [../inipar#cycle_mg cycle_mg] for allowed values, and appropriately correct your parameter file. || ||[=#PA0021 PA0021] ||unknown fft-algorithm: fft_method = "..." ||See parameter [../inipar#fft_method fft_method] for allowed values, and appropriately correct your parameter file. || ||[=#PA0022 PA0022] ||unknown advection scheme: momentum_advec = "..." ||See parameter [../inipar#momentum_advec momentum_advec] for allowed values, and appropriately correct your parameter file. || ||[=#PA0023 PA0023] ||momentum_advec or scalar_advec = "..." is not allowed with timestep_scheme = "..." ||The 5th order advection scheme is conditional unstable in conjunction with ''euler'' or ''runge-kutta-2'' integration. Instead, use [../inipar#timestep_scheme timestep_scheme] = ''runge-kutta-3''. || ||[=#PA0024 PA0024] ||unknown advection scheme: scalar_advec = "..." ||See parameter [../inipar#scalar_advec scalar_advec] for allowed values, and appropriately correct your parameter file. || ||[=#PA0025 PA0025] ||use_upstream_for_tke is set to .TRUE. because use_sgs_for_particles = .TRUE. and scalar_advec /= 'ws-scheme' ||This is just a warning telling you that the simple upstream discretization is used for the advection term of the TKE equation instead of the one that you have set with parameter [../inipar#scalar_advec scalar_advec]. This is required in case of using SGS velocity components for particle transport, because non-diffusiv advection schemes may cause large artificial vertical gradients near the surface, which create numerical instabilities in the particle transport. You can avoid output of this warning by explicitly setting parameter [../inipar#use_upstream_for_tke use_upstream_for_tke] in the parameter file (inipar-NAMELIST). || ||[=#PA0026 PA0026] ||advection_scheme scalar_advec = "bc-scheme" not implemented for loop_optimization = "cache" ||For the Bott-Chlond scheme loop_optimization = "vector" must to be set. || ||[=#PA0027 PA0027] ||unknown timestep scheme: timestep_scheme = "..." ||See parameter [../inipar#timestep_scheme timestep_scheme] for allowed values, and appropriately correct your parameter file. || ||[=#PA0028 PA0028] ||negative weighting factor: ... ||The weighting factor of the cloud droplets is recalculated during the calculation of the droplet growth due to collision and coalescence. This error appears, if the newly calculated value for the weighting factor is negative and the ''hall_fast'' or ''wang_fast'' collision kernel has been used (see [../parpar#collision_kernel collision_kernel]). A possible reason may be illegal values of the collision kernel. || ||[=#PA0029 PA0029] ||momentum advection scheme "..." does not work with timestep_scheme "..." || For [../inipar#timestep_scheme timestep_scheme] = 'runge-kutta-3' only [../inipar#momentum_advec momentum_advec] = 'ws-scheme' or 'pw-scheme' gives a numerically stable solution. || ||[=#PA0030 PA0030] ||initializing_actions = "..." unkown or not allowed || See parameter [../inipar#initializing_actions initializing_actions] for allowed values in initial runs (of a job chain). For a [../runs restart run], please set [../inipar#initializing_actions initializing_actions] = '' 'read_restart_data' ''. || ||[=#PA0031 PA0031] ||initializing_actions = "set_constant_profiles" and "set_1d-model_profiles" are not allowed simultaneously || Set either [../inipar#initializing_actions initializing_actions] = '' 'set_constant_profiles' '' in your parameter file, if the 3d-model shall be initialized with constant profiles, or set [../inipar#initializing_actions initializing_actions] = '' 'set_1d-model_profiles' '' if the 3d-model shall be initialized with profiles of the (stationary) solution of the [../../tec/1dmodel 1d-model]. || ||[=#PA0032 PA0032] ||initializing_actions = "set_constant_profiles" and "by_user" are not allowed simultaneously || Set either [../inipar#initializing_actions initializing_actions] = '' 'set_constant_profiles' '' in your parameter file, if the 3d-model shall be initialized with constant profiles, or set [../inipar#initializing_actions initializing_actions] = '' 'by_user' '', if the 3d-model shall be initialized with profiles to be provided by the user in routine {{{user_init_3d_model}}} of the [../userint user-interface]. || ||[=#PA0033 PA0033] ||initializing_actions = "by_user" and "set_1d-model_profiles" are not allowed simultaneously || Set either [../inipar#initializing_actions initializing_actions] = '' 'by_user' '' in your parameter file, if the 3d-model shall be initialized with profiles to be provided by the user in routine {{{user_init_3d_model}}} of the [../userint user-interface], or set [../inipar#initializing_actions initializing_actions] = '' 'set_1d-model_profiles' '', if the 3d-model shall be initialized with profiles of the (stationary) solution of the [../../tec/1dmodel 1d-model]. || ||[=#PA0034 PA0034] ||cloud_physics = .T. is not allowed with humidity = .F. || It is necessary to turn on humidity for the use of cloud physics. || ||[=#PA0035 PA0035] || || message number is unused || ||[=#PA0036 PA0036] ||humidity = .TRUE. and sloping_surface = .TRUE. are not allowed simultaneously || If [../inipar#alpha_surface alpha_surface] is set to a non-zero value in order to use an inclined surface, the parameter sloping_surface is internally set ''.TRUE.''. I.e., in the case of [../inipar#alpha_surface alpha_surface] /= 0.0 the simultaneous use of [../inipar#humidity humidity] = ''.TRUE.'' is not allowed. || ||[=#PA0037 PA0037] ||negative weighting factor: ... || The weighting factor of the cloud droplets is recalculated during the calculation of the droplet growth due to collision and coalescence. This error appears if the newly calculated value for the weighting factor is negative and the '' 'hall' '' or '' 'wang' '' collision kernel is used (see [../parpar#collision_kernel collision_kernel]). It may be caused by illegal values of the collision kernel. Please submit a [/newticket trouble ticket] if you have run into this error. || ||[=#PA0038 PA0038] || turbulent_outflow = .T. requires bc_lr = "dirichlet/radiation" || When using the turbulent outflow method, non-cyclic boundary condition along the x direction must be used. See also [../inipar#turbulent_outflow turbulent_outflow] || ||[=#PA0039 PA0039] ||negative weighting factor: ... || The weighting factor of the cloud droplets is recalculated during the calculation of the droplet growth due to collision and coalescence. This error appears if the newly calculated value for the weighting factor is negative and the '' 'palm' '' collision kernel is used (see [../parpar#collision_kernel collision_kernel]). It may be caused by illegal values of the collision kernel. Please submit a [/newticket trouble ticket] if you have run into this error. || ||[=#PA0040 PA0040] ||LWC is not conserved during collision! LWC after condensation: ... LWC after collision: ... || This should not happen. Please write a [https://palm.muk.uni-hannover.de/trac/newticket ticket]. || ||[=#PA0041 PA0041] ||simulating a plant canopy requires a non-zero drag coefficient, given value is canopy_drag_coeff = 0.0 || When simulating a plant canopy, a non-zero [../canpar#canopy_drag_coeff canopy_drag_coeff] must be set in the parameter file under NAMELIST {{{&canopy_par}}}. The [/wiki/doc/app/canpar canopy model] in PALM adds an additional sink/source terms to the momentum equations, the prognostic equation for temperature, and the subgrid scale turbulent kinetic energy equation. In case of [../inipar#humidity humidity] = ''.TRUE.'' or [../inipar#passive_scalar passive_scalar] = ''.TRUE.'', an additional source/sink term is added to the prognostic equation of the respective scalar.\\ If [../canpar#canopy_drag_coeff canopy_drag_coeff] = 0.0, the additional terms equal zero and there would be no effect on the flow. || ||[=#PA0042 PA0042] ||use_top_fluxes must be .TRUE. in ocean mode ||In [../inipar#ocean ocean] mode, fluxes at the water surface must be prescribed as driving boundary conditions. In atmosphere-ocean coupled runs, these fluxes are provided by the atmosphere run. || ||[=#PA0043 PA0043] ||ABS( alpha_surface = ... ) must be< 90.0 ||Upright surfaces are not allowed in case of sloping surfaces. || ||[=#PA0044 PA0044] ||dt = ... <= 0.0 || The parameter [../inipar#dt dt] (time step for the 3d-model) must not be set to a value <= 0.0. || ||[=#PA0045 PA0045] ||cfl_factor = ... out of range 0.0 < cfl_factor <= 1.0 is required ||The Courant-Friedrichs-Levy factor used in the timestep condition must be within the given limits. || ||[=#PA0046 PA0046] ||baroclinity (ug) not allowed simultaneously with galilei transformation ||The Galilei coordinate transformation (see [../inipar#galilei_transformation galilei_transformation]) is not allowed under baroclinic conditions (where the geostrophic wind varies with height). Modify either [../inipar#ug_surface ug_surface] or [../inipar#galilei_transformation galilei_transformation], or set [../inipar#use_ug_for_galilei_tr use_ug_for_galilei_tr] = ''.FALSE.'' appropriately in the parameter file. || ||[=#PA0047 PA0047] ||baroclinity (vg) not allowed simultaneously with galilei transformation ||The Galilei coordinate transformation (see [../inipar#galilei_transformation galilei_transformation]) is not allowed under baroclinic conditions (where the geostrophic wind varies with height). Modify either [../inipar#vg_surface vg_surface], or [../inipar#galilei_transformation galilei_transformation] appropriately, or set [../inipar#use_ug_for_galilei_tr use_ug_for_galilei_tr] = ''.FALSE.'' in the parameter file. || ||[=#PA0048 PA0048] ||variable translation speed used for Galilei-transformation, which may cause instabilities in stably stratified regions ||You have set both [../inipar#galilei_transformation galilei_transformation] = ''.TRUE.'' and [../inipar#use_ug_for_galilei_tr use_ug_for_galilei_tr] = ''.FALSE.'', which means that the translation velocity to be used in the Galilei transformation will be newly calculated after every timestep. From past experiences, this may cause numerical flow instabilities within stably stratified, non-turbulent regions. || ||[=#PA0049 PA0049] ||unknown boundary condition: bc_lr = "..." ||See parameter [../inipar#bc_lr bc_lr] for allowed values, and appropriately correct your parameter file. || ||[=#PA0050 PA0050] ||unknown boundary condition: bc_ns = "..." ||See parameter [../inipar#bc_ns bs_ns] for allowed values, and appropriately correct your parameter file. || ||[=#PA0051 PA0051] ||non-cyclic lateral boundaries do not allow psolver = "..." ||Using non-cyclic lateral boundary conditions requires the multigrid method for solving the Poisson equation for the perturbation pressure. You can choose this method by setting the parameter [../inipar#psolver psolver] = '' 'multigrid' ''. || ||[=#PA0052 PA0052] ||non-cyclic lateral boundaries do not allow momentum_advec = "..." ||Using non-cyclic lateral boundary conditions requires to use either the Wicker-Skamarock or the Piacsek-Williams advection scheme for momentum. You can choose one of these methods by setting the parameter [../inipar#momentum_advec momentum_advec]. || ||[=#PA0053 PA0053] ||non-cyclic lateral boundaries do not allow scalar_advec = "..." ||Using non-cyclic lateral boundary conditions requires to use either the Wicker-Skamarock or Piacsek-Williams advection scheme for scalar quantities. You can choose one of these methods by setting the parameter [../inipar#scalar_advec scalar_advec]. || ||[=#PA0054 PA0054] ||non-cyclic lateral boundaries do not allow galilei_transformation = .T. ||The Galilei coordinate transformation can only be used with cyclic horizontal boundary conditions. Either use [../inipar#bc_lr bc_lr] = [../inipar#bc_ns bc_ns] = '' 'cyclic' '', or set [../inipar#galilei_transformation galilei_transformation] = ''.FALSE.'' in the parameter file.|| ||[=#PA0055 PA0055] ||turbulent_inflow = .T. requires initializing_actions = 'cyclic_fill' ||Using a turbulent inflow requires that the 3d arrays have to be initialized by cyclically repeated data from a prerun. Set parameter [../inipar#initializing_actions initializing_actions] appropriately. || ||[=#PA0056 PA0056] ||illegal value for reference_state: "..." ||See parameter [../inipar#reference_state reference_state] for allowed values, and appropriately correct your parameter file. || ||[=#PA0057 PA0057] ||boundary condition bc_e_b changed to "..." ||You have set both [../inipar#bc_e_b bc_e_b] = {{{(u*)**+neumann}}}, and [../inipar#constant_flux_layer constant_flux_layer] = ''.FALSE.'', which is in conflict, since this type of boundary condition requires a constant flux layer. [../inipar#bc_e_b bc_e_b] has been set to '' 'neumann' '' instead. || ||[=#PA0058 PA0058] ||unknown boundary condition: bc_e_b = "..." ||See parameter [../inipar#bc_e_b bc_e_b] for allowed values, and appropriately correct your parameter file. || ||[=#PA0059 PA0059] ||unknown boundary condition: bc_p_b = "..." ||See parameter [../inipar#bc_p_b bc_p_b] for allowed values, and appropriately correct your parameter file. || ||[=#PA0060 PA0060] || Output at every timestep is desired ("dt_..." = 0.0). Setting the output interval to the fixed timestep dt = "..."s. || Occurs only when [../d3par#netcdf_data_format netcdf_data_format] > 4 and [../d3par#dt dt] /= -1. When using parallel NetCDF the output time interval must be >0. Using dt_do = 0.0 (output at every time step) is equal to setting the output interval to [../d3par#dt dt]. || ||[=#PA0061 PA0061] ||unknown boundary condition: bc_p_t = "..." ||See parameter [../inipar#bc_p_t bc_p_t] for allowed values, and appropriately correct your parameter file. || ||[=#PA0062 PA0062] ||unknown boundary condition: bc_pt_b = "..." ||See parameter [../inipar#bc_pt_b bc_pt_b] for allowed values, and appropriately correct your parameter file. || ||[=#PA0063 PA0063] ||unknown boundary condition: bc_pt_t = "..." ||See parameter [../inipar#bc_pt_t bc_pt_t] for allowed values, and appropriately correct your parameter file. || ||[=#PA0064 PA0064] ||both, top_momentumflux_u AND top_momentumflux_v must be set ||If you want to give a momentum flux as top boundary condition, you have to give both components [../inipar#top_momentumflux_u top_momentumflux_u] and [../inipar#top_momentumflux_v top_momentumflux_v] at the same time. || ||[=#PA0065 PA0065] ||boundary_condition: bc_pt_b = "..." is not allowed with constant_heatflux = .TRUE. ||You have tried to set both, a Dirichlet surface boundary condition for temperature (with [../inipar#bc_pt_b bc_pt_b] = '' 'dirichlet' ''), and a surface sensible heatflux (with [../inipar#surface_heatflux surface_heatflux] /= ''0.0''). Please decide, if you like to give either the surface temperature or the surface heatflux as boundary condition, and omit one of the two parameters in the parameter file. || ||[=#PA0066 PA0066] ||constant_heatflux = .TRUE. is not allowed with pt_surface_initial_change (/=0) = ... ||If you give the sensible heatflux as surface boundary condition (using parameter [../inipar#surface_heatflux surface_heatflux]), you must not specify anything about the surface temperature at the same time (e.g. with parameter [../inipar#pt_surface_initial_change pt_surface_initial_change]). || ||[=#PA0067 PA0067] ||boundary_condition: bc_pt_t = "..." is not allowed with constant_top_heatflux = .TRUE. ||You have tried to set both, a Dirichlet boundary condition for temperature at the top (with [../inipar#bc_pt_t bc_pt_t] = '' 'dirichlet' ''), and a sensible heatflux at the top (with [../inipar#top_heatflux top_heatflux] /= ''0.0''). Please decide, if you like to give either the temperature or the heatflux as boundary condition at the top, and omit one of the two parameters in the parameter file. || ||[=#PA0068 PA0068] ||unknown boundary condition: bc_sa_t = "..." ||See parameter [../inipar#bc_sa_t bc_sa_t] for allowed values, and appropriately correct your parameter file. || ||[=#PA0069 PA0069] ||boundary condition: bc_sa_t = "..." requires to set top_salinityflux ||You have chosen a Neumann boundary condition for salinity at the top (by setting [../inipar#bc_sa_t bc_sa_t] = '' 'neumann' ''), but you did not provide a salinity flux at the top. Please provide parameter [../inipar#top_salinityflux top_salinityflux] in the parameter file. || ||[=#PA0070 PA0070] ||boundary condition: bc_sa_t = "..." is not allowed with top_salinityflux /= 0.0' ||You have tried to set both, a Dirichlet boundary condition for salinity at the top (with [../inipar#bc_sa_t bc_sa_t] = '' 'dirichlet' ''), and a salinity flux at the top (with [../inipar#top_salinityflux top_salinityflux] /= ''0.0''). Please decide, if you like to give either the salinity or the salinity flux as top boundary condition, and omit one of the two parameters in the parameter file. || ||[=#PA0071 PA0071] ||unknown boundary condition: bc_..._b ="..." ||See the respective parameter description in the documentation, and appropriately correct your parameter file. || ||[=#PA0072 PA0072] ||unknown boundary condition: bc_..._t ="..." ||See the respective parameter description in the documentation, and appropriately correct your parameter file. || ||[=#PA0073 PA0073] ||boundary condition: bc_..._b = "..." is not allowed with prescribed surface flux ||You have tried to set both, a Dirichlet surface boundary condition for humidity / passive scalar (with [../inipar#bc_q_b bc_q_b] / [../inipar#bc_s_b bc_s_b] = '' 'dirichlet' ''), and a surface latent heatflux / scalar flux (with [../inipar#surface_waterflux surface_waterflux] / [../inipar#surface_scalarflux surface_scalarflux] /= ''0.0''). Please decide, if you like to give either the surface humidity / scalar or the surface latent heatflux / scalar flux as boundary condition, and omit one of the two parameters in the parameter file. || ||[=#PA0074 PA0074] ||a prescribed surface flux is not allowed with ..._surface_initial_change (/=0) = ... ||If you give the latent heatflux / scalar flux as surface boundary condition (using parameter [../inipar#surface_waterflux surface_waterflux] / [../inipar#surface_scalarflux surface_scalarflux]), you must not specify anything about the surface humidity / scalar at the same time (e.g. with parameter [../inipar#q_surface_initial_change q_surface_initial_change] / [../inipar#s_surface_initial_change s_surface_initial_change]). || ||[=#PA0075 PA0075] ||boundary condition: bc_uv_b = "..." is not allowed with constant_flux_layer = .TRUE. ||You have tried to set both, a Neumann surface boundary condition for horizontal velocity (with [../inipar#bc_uv_b bc_uv_b] = '' 'neumann' ''), and a constant flux layer between the surface and the first vertical grid point (with [../inipar#constant_flux_layer constant_flux_layer] = ''.TRUE.''), which are contradicting conditions. Either set [../inipar#constant_flux_layer constant_flux_layer] = ''.FALSE.'' or [../inipar#bc_uv_b bc_uv_b] = '' 'dirichlet' '' in the parameter file. || ||[=#PA0076 PA0076] ||unknown boundary condition: bc_uv_b = "..." ||See parameter [../inipar#bc_uv_b bc_uv_b] for allowed values, and appropriately correct your parameter file. || ||[=#PA0077 PA0077] ||unknown boundary condition: bc_uv_t = "..." ||See parameter [../inipar#bc_uv_b bc_uv_b] for allowed values, and appropriately correct your parameter file. || ||[=#PA0078 PA0078] ||rayleigh_damping_factor = ... out of range [0.0,1.0] ||Adjust the value of [../inipar#rayleigh_damping_factor rayleigh_damping_factor] in your parameter file to the allowed range. || ||[=#PA0079 PA0079] ||rayleigh_damping_height = ... out of range [0.0, ...] ||Adjust the value of [../inipar#rayleigh_damping_height rayleigh_damping_height] in your parameter file to the allowed range. This error may appear if you have reduced the domain height in your current run (e.g. by reducing the number of vertical grid points) without adjusting the height at which Rayleigh damping shall start. || ||[=#PA0080 PA0080] ||preprocessor switch for fftw is missing ||You have set [../inipar#fft_method fft_method] = '' 'fftw' '', but the fftw-code has not been activated by the corresponding cpp-preprocessor switch. Add '' {{{'-D__fftw'}}} '' to the {{{%cpp_options}}} line in the configuration file, touch file {{{fft_xy.f90}}} (e.g. by executing command {{{"touch trunk/SOURCE/fft_xy.f90"}}} and re-compile. || ||[=#PA0081 PA0081] || "..." = 0.0 while using a variable timestep and parallel netCDF4 is not allowed. || When using parallel NetCDF output ([../d3par#netcdf_data_format netcdf_data_format]>4) the number of output time levels must be calculated in the beginning of the simulation (see e.g. [#PA0384]). With a variable time step it is not possible to determine how many output time levels are needed to do an output at every time step. || ||[=#PA0082 PA0082] ||number of statistic_regions = ... are not allowed ||Adjust parameter [../inipar#statistic_regions statistic_regions] in your parameter file to a value >= ''0''. || ||[=#PA0083 PA0083] ||normalizing_region = ... must be >= 0 and <= ... (value of statistic_regions) ||The region number given by [../d3par#normalizing_region normalizing_region] must be within the range [0, [../inipar#statistic_regions statistic_regions] ]. Adjust [../d3par#normalizing_region normalizing_region] appropriately in your parameter file. || ||[=#PA0084 PA0084] ||dt_sort_particles is reset to 0.0 because of cloud_droplets = .TRUE. ||Using particles as cloud droplets ([../inipar#cloud_droplets cloud_droplets] = ''.TRUE.'') requires sorting of the particle array after each timestep. This warning means, that the respective steering parameter ([../parpar#dt_sort_particles dt_sort_particles]) for the resort-interval has been automatically reset to 0.0, in order to force a resort after each timestep. '''Not available from release 4.0 on.'''|| ||[=#PA0085 PA0085] ||averaging_interval = ... must be <= dt_data_output = ... ||The [../d3par#averaging_interval averaging_interval] for output data must be smaller or equal to the output interval given by [../d3par#dt_data_output dt_data_output]. Adjust settings of these variables appropriately in the parameter file. || ||[=#PA0086 PA0086] ||averaging_interval_pr = ... must be <= dt_dopr = ... ||The [../d3par#averaging_interval_pr averaging_interval_pr] for profile output data must be smaller or equal to the output interval given by [../d3par#dt_dopr dt_dopr]. Adjust settings of these variables appropriately in the parameter file. || ||[=#PA0087 PA0087] ||averaging_interval_sp = ... must be <= dt_dosp = ... ||The [../sppar#averaging_interval_sp averaging_interval_sp] for spectra output data must be smaller or equal to the output interval given by [../sppar#dt_dosp dt_dosp]. Adjust settings of these variables appropriately in the parameter file. || ||[=#PA0088 PA0088] ||dt_averaging_input = ... must be <= averaging_interval = ... ||The sampling interval (set by [../d3par#dt_averaging_input dt_averaging_input]) for averaging data must be less or equal to the averaging interval (set by [../d3par#averaging_interval averaging_interval]). Adjust settings of these variables appropriately in the parameter file. || ||[=#PA0089 PA0089] ||dt_averaging_input_pr = ... must be <= averaging_interval_pr = ... ||The sampling interval (set by [../d3par#dt_averaging_input_pr dt_averaging_input_pr]) for averaging profile data must be less or equal to the averaging interval (set by [../d3par#averaging_interval_pr averaging_interval_pr]). Adjust settings of these variables appropriately in the parameter file. || ||[=#PA0090 PA0090] ||precipitation_amount_interval = ... must not be larger than dt_do2d_xy = ... ||Choose a value for [../d3par#precipitation_amount_interval precipitation_amount_interval] smaller than or equal to [../d3par#dt_do2d_xy dt_do2d_xy]. Adjust the settings of [../d3par#precipitation_amount_interval precipitation_amount_interval] appropriately in the parameter file.|| ||[=#PA0091 PA0091] ||data_output_pr = ... is not implemented for ocean = .FALSE. ||The listed entries in the parameter file under [../d3par#data_output_pr data_output_pr] are only avialable for [../inipar#ocean ocean]= .T.. There could also be a typo in [../d3par#data_output_pr data_output_pr] (an output variable was used that does not exist in PALM). || ||[=#PA0092 PA0092] ||data_output_pr = ... is not implemented for humidity = .FALSE. ||The listed entries in the parameter file under [../d3par#data_output_pr data_output_pr] are only available for [../inipar#humidity humidity]= .T.. There could also be a typo in [../d3par#data_output_pr data_output_pr] (an output variable was used that does not exist in PALM). || ||[=#PA0093 PA0093] ||data_output_pr = ... is not implemented for passive_scalar = .FALSE. ||The listed entries in the parameter file under [../d3par#data_output_pr data_output_pr] are only available for [../inipar#passive_scalar passive_scalar]= .T.. There could also be a typo in [../d3par#data_output_pr data_output_pr] (an output variable was used that does not exist in PALM).|| ||[=#PA0094 PA0094] ||data_output_pr = ... is not implemented for cloud_physics = .FALSE. ||The listed entries in the parameter file under [../d3par#data_output_pr data_output_pr] are only available for [../inipar#cloud_physics cloud_physics]= .T.. There could also be a typo in [../d3par#data_output_pr data_output_pr] (an output variable was used that does not exist in PALM). || ||[=#PA0095 PA0095] ||data_output_pr = ... is not implemented for cloud_physics = .FALSE. and humidity = .FALSE. |||The listed entries in the parameter file under [../d3par#data_output_pr data_output_pr] are only available for [../inipar#cloud_physics cloud_physics]= .T. and [../inipar#humidity humidity]=.T. There could also be a typo in [../d3par#data_output_pr data_output_pr] (an output variable was used that does not exist in PALM).|| ||[=#PA0096 PA0096] ||data_output_pr = ... is not implemented for cloud_physics = .FALSE. or cloud_droplets = .FALSE ||The listed entries in the parameter file under [../d3par#data_output_pr data_output_pr] are only available for [../inipar#cloud_droplets cloud_droplets]= .T. and [../inipar#humidity humidity]=.T. There could also be a typo in [../d3par#data_output_pr data_output_pr] (an output variable was used that does not exist in PALM). || ||[=#PA0097 PA0097] ||illegal value for data_output_pr or data_output_pr_user = "..." ||No matching variable was found for the given identifier in the parameter file. Possible reasons are: (a) a typo in the parameter file, (b) a user-defined variable has not been defined in {{{user_check_data_output.f90}}}, (c) the string length of the user-defined variable exceeds the current limits (see [../userint/output here]). || ||[=#PA0098 PA0098] ||illegal value for data_output_pr = "..." ||No matching variable was found for the given identifier in the parameter file. This error is most likely related to a typo in the parameter file (a output variable was used that does not exist in PALM. || ||[=#PA0100 PA0099] ||netCDF: netCDF4 parallel output requested but no cpp-directive !__netcdf4_parallel given switch back to netCDF4 non-parallel output ||[../d3par#netcdf_data_format netcdf_data_format ] > 4 has been set. This requires netCDF4 features including parallel file support, which have to be activated by setting the cpp-switches {{{-D__netcdf4}}} '''and''' {{{-D__netcdf4_parallel}}} in the configuration file ({{{%cpp_options}}}). It also requires a netCDF4 library which supports parallel I/O. Set {{{-I}}}, {{{-L}}} and {{{-l}}} options in compile ({{{%fopts}}}) and load ({{{%lopts}}}) options of the configuration file appropriately. \\\\ Job will be continued with {{{netcdf_data_format = netcdf_data_format - 2}}}. || ||[=#PA0100 PA0100] ||momentum_advec of the restart run differs from momentum_advec of the initial run ||The advection scheme for the momentum equations [../inipar#momentum_advec momentum_advec] used in the restart run differs from the advection scheme used in the corresponding initial run. The advection scheme that is used in a restart run must be the same as the one that was used in the initial run. || ||[=#PA0101 PA0101] ||scalar_advec of the restart run differs from scalar_advec of the initial run ||The advection scheme for scalar quantities [../inipar#scalar_advec scalar_advec] used in the restart run differs from the advection scheme used in the corresponding initial run. The advection scheme that is used in a restart run must be the same as the one that was used in the initial run. || ||[=#PA0102 PA0102] ||number of output quantities given by data_output and data_output_user exceeds the limit of 100 || The total number of output quantities listed in [../d3par#data_output data_output] and [../d3par#data_output_user data_output_user] exceeds the maximum of 100. To increase this limit, the standard PALM code has to be modified. In case you have little experience with the PALM code use a [/newticket trouble ticket] for a query to increase the maximum output number. || ||[=#PA0103 PA0103] ||output of "..." requires constant_diffusion = .FALSE. ||Output of the subgrid TKE e listed in the parameter file under [../d3par#data_output data_output] or [../d3par#data_output_masks data_output_masks] is only available for [../inipar#constant_diffusion constant diffusion]= .F.. || ||[=#PA0104 PA0104] ||output of "..." requires a "particles_par"-NAMELIST in the parameter file (PARIN) ||Output of the particle concentration pc and/or particle radius pr listed in the parameter file under [../d3par#data_output data_output] or [../d3par#data_output_masks data_output_masks] is only available in case the [http://palm.muk.uni-hannover.de/wiki/doc/app/parpar particles_par] namelist ist set in the parameter file || ||[=#PA0105 PA0105] ||output of "..." requires humidity = .TRUE. ||Output of humidity (q and/or qv) listed in the parameter file under [../d3par#data_output data_output] or [../d3par#data_output_masks data_output_masks] is only available for [../inipar#humidity humidity]= .T.. || ||[=#PA0106 PA0106] ||output of "..." requires cloud_physics = .TRUE. or cloud_droplets = .TRUE. ||Output of liquid water content ql listed in the parameter file under [../d3par#data_output data_output] or [../d3par#data_output_masks data_output_masks] is only available for [../inipar#humidity cloud_physics]= .T. or [../inipar#cloud_droplets cloud_droplets]= .T.. || ||[=#PA0107 PA0107] ||output of "..." requires cloud_droplets = .TRUE. || The quantities ql_c, ql_v, ql_vp are only calculated in case of [../inipar#cloud_droplets cloud_droplets] = ''.T.''. || ||[=#PA0108 PA0108] ||output of "..." requires cloud_physics = .TRUE. || For the output of the water vapor content qv (specific humidity) set [../inipar#cloud_physics cloud_physics] = ''.T.'' to switch on the condensation scheme. Also, [../inipar#humidity humidity] = ''.T.'' must be set. If you want to simulate the humidity without condensation/evaporation processes, use only [../inipar#humidity humidity] = ''.T.'' and choose output quantity q for output of the specific humidity. || ||[=#PA0109 PA0109] ||output of "..." requires ocean = .TRUE. || The quantities rho and sa are only calculated in case of [../inipar#ocean ocean] = ''.T.''. || ||[=#PA0110 PA0110] ||output of "..." requires passive_scalar = .TRUE. || The output of the passive scalar s is only available if the prognostic equation for a passive scalar is solved by setting [../inipar#passive_scalar passive_scalar] = ''.T.''. || ||[=#PA0111 PA0111] ||illegal value for data_output: "..." only 2d-horizontal cross sections are allowed for this value ||The listed quantities are pure two-dimensional xy-cross-sections. They are not available as 3d data or xz/yz cross-sections. Note that these quantities are always marked by an asterisk as last character. || ||[=#PA0112 PA0112] ||output of "..." requires cloud_scheme = kessler or seifert_beheng ||The quantities pra* and prr* are only calculated if cloud_scheme = kessler or cloud_scheme = seifert_beheng. || ||[=#PA0113 PA0113] ||temporal averaging of precipitation amount "..." is not possible ||The quantity precipitation_amount pra* listed in [../d3par#data_output data_output] contains already the summed precipitation of the last [../d3par#precipitation_amount_interval precipitation_amount_interval]. Therefore, remove the substring _av of pra*. || ||[=#PA0114 PA0114] ||illegal value for data_output or data_output_user = "..." || No matching variable was found for the given identifier in the parameter file. Possible reasons are: (a) a typo in the parameter file, (b) a user-defined variable has not been defined in {{{user_check_data_output.f90}}}, (c) the string length of the user-defined variable exceeds the current limits (see [../userint/output here]). || ||[=#PA0115 PA0115] ||illegal value for data_output = "..." || No matching variable was found for the given identifier in the parameter file. This error is most likely related to a typo in the parameter file (a output variable was used that does not exist in PALM. || ||[=#PA0117 PA0117] ||pointer for array ".." can't be associated ||This is an internal error message from the pmc (PALM model coupler) which is responsible for data exchange in nested runs. Please submit a trouble ticket if you are sure that you did not modify the source code of the model coupler (routine names starting with ''pmc''). || ||[=#PA0118 PA0118] ||using the beta function for the construction of the leaf area density profile requires both alpha_lad and beta_lad to be /= 9999999.9 ||If the lad profile of a vegetation canopy is to be constructed using a beta distribution, parameters [/wiki/doc/app/canpar#alpha_lad alpha_lad], [/wiki/doc/app/canpar#beta_lad beta_lad] must be set and [/wiki/doc/app/canpar#lai_beta lai_beta] must be given a non-zero value. || ||[=#PA0119 PA0119] ||using the beta function for the construction of the leaf area density profile requires a non-zero lai_beta, but given value is lai_beta = 0.0 ||If the lad profile of a vegetation canopy is to be constructed using a beta distribution, parameters [/wiki/doc/app/canpar#alpha_lad alpha_lad], [/wiki/doc/app/canpar#beta_lad beta_lad] must be set and [/wiki/doc/app/canpar#lai_beta lai_beta] must be given a non-zero value. || ||[=#PA0120 PA0120] ||simultaneous setting of alpha_lad /= 9999999.9 and lad_surface /= 0.0 is not possible, use either vertical gradients or the beta function for the construction of the leaf area density profile ||The lad profile of a vegetation canopy can be either constructed with a beta function by prescribing parameters [/wiki/doc/app/canpar#alpha_lad alpha_lad], [/wiki/doc/app/canpar#beta_lad beta_lad] and [/wiki/doc/app/canpar#lai_beta lai_beta]; or from piecewise linear segments by prescribing [/wiki/doc/app/canpar#lad_surface lad_surface], [/wiki/doc/app/canpar#lad_vertical_gradient lad_vertical_gradient] and [/wiki/doc/app/canpar#lad_vertical_gradient_level lad_vertical_gradient_level]. || ||[=#PA0121 PA0121] ||km_constant = ... < 0.0 ||The eddy-diffusivity km has to be positive definite. Change the value of [../inipar#km_constant km_constant] accordingly. || ||[=#PA0122 PA0122] ||prandtl_number = ... < 0.0 ||The Prandtl number Pr has to be positive definite. Change the value of [../inipar#prandtl_number prandtl_number] accordingly. || ||[=#PA0123 PA0123] ||constant_flux_layer is not allowed with fixed value of km ||For laminar flows with a constant eddy diffusivity [../inipar#km_constant km_constant]=.T., the constant flux layer has to be switched of via [../inipar#onstant_flux_layer constant_flux_layer]=.T.. || {{{#!tr {{{#!td [=#PA0124 PA0124] }}} {{{#!td pt_damping_width out of range }}} {{{#!td In case of non-cyclic lateral boundary conditions, the parameter [../inipar#pt_damping_width pt_damping_width] should not be lesser than zero or greater than the model domain length in the respective direction. \\ In case of bc_lr /= 'cyclic', [../inipar#pt_damping_width pt_damping_width] must satisfy: {{{#!Latex 0 <= pt\_damping\_width <= (nx+1) * dx \; , }}} and in case of bc_ns /= 'cyclic': {{{#!Latex 0 <= pt\_damping\_width <= (ny+1) * dy \; . }}} ([../inipar#nx nx]+1), ([../inipar#ny ny]+1) are the total number of grid points and [../inipar#dx dx], [../inipar#dy dy] the grid lengths in the x-, y-direction, respectively. }}} }}} ||[=#PA0125 PA0125] ||zeta_min = ... must be less than zeta_max = ... ||The stability parameter {{{zeta=z_mo/L}}} ({{{z_mo}}}: height of the constant flux layer, {{{L}}}: Obukhov length) that is calculated interactively in PALM can be limited to prevent reaching unrealistic values under certain circumstances. Make sure that [../inipar#zeta_min zeta_min] is smaller than [../inipar#zeta_max zeta_max]. || ||[=#PA0126 PA0126] ||disturbance_level_b = ... must be >= ... (zu(3)) ||Due to technical reasons the lower disturbance level given by [../inipar#disturbance_level_b disturbance_level_b] has to be larger than zu(3). || ||[=#PA0127 PA0127] ||disturbance_level_b = ... must be <= ... (zu(nzt-2)) ||Due to technical reasons the lower disturbance level given by [../inipar#disturbance_level_b disturbance_level_b] has to be smaller than zu(nzt-2). || ||[=#PA0128 PA0128] ||disturbance_level_t = ... must be <= ... (zu(nzt-2)) ||Due to technical reasons the upper disturbance level given by [../inipar#disturbance_level_t disturbance_level_t] has to be smaller than zu(nzt-2). || ||[=#PA0129 PA0129] ||disturbance_level_t = ... must be >= disturbance_level_b = ... ||Ensure that [../inipar#disturbance_level_t disturbance_level_t] is larger than [../inipar#disturbance_level_b disturbance_level_b] to obtain at least one layer where disturbances are added. || ||[=#PA0130 PA0130] ||disturbance_level_ind_t =... must be >= disturbance_level_b = ... ||This error may occur when the lower and upper disturbance levels [../inipar#disturbance_level_b disturbance_level_b] and [../inipar#disturbance_level_t disturbance_level_t] are calculated automatically and there are two few grid points in the vertical direction. There have to be at least seven vertical levels. || ||[=#PA0131 PA0131] ||inflow_disturbance_begin out of range || The parameter [../inipar#inflow_disturbance_begin inflow_disturbance_begin] gives the number of grid points (counted horizontally from the inflow) from which on perturbations are imposed on the horizontal velocity field. This value must not be smaller than zero or larger than nx (in case of non-cyclic lateral boundary conditions along the x-direction) or ny (in case of non-cyclic lateral boundary conditions along the y-direction). || ||[=#PA0132 PA0132] ||inflow_disturbance_end out of range || The parameter [../inipar#inflow_disturbance_end inflow_disturbance_end] gives the number of grid points (counted horizontally from the inflow) up to which perturbations are imposed on the horizontal velocity field. This value must not be smaller than zero or larger than nx (in case of non-cyclic lateral boundary conditions along the x-direction) or ny (in case of non-cyclic lateral boundary conditions along the y-direction). || ||[=#PA0133 PA0133] ||turbulent_inflow = .T. requires a Dirichlet condition at the inflow boundary || In case of turbulent inflow the turbulence signal is added to a time-constant horizontal mean wind profile at the left inflow boundary at each timestep. The use of a time-constant mean wind profile requires a Dirichlet boundary condition at the left inflow boundary. For further information please see: [../../tec/noncyclic nonclyclic boundary conditions] as well as [../examples/turbinf turbulent inflow]. || ||[=#PA0134 PA0134] ||illegal value for recycling_width: ... || See parameter [/inipar#recycling_width recycling_width] for allowed values, and appropriately correct your parameter file. || ||[=#PA0135 PA0135] ||unknown random generator: random_generator = "..." ||See parameter [../inipar#random_generator random_generator] for allowed values, and appropriately correct your parameter file. || ||[=#PA0136 PA0136] ||damp_level_1d = ... must be > 0.0 and < ... (zu(nzt+1)) ||Follow these instructions for [../inipar#damp_level_1d damp_level_1d]. || ||[=#PA0137 PA0137] ||mixing_length_1d = "..." is unknown ||See parameter [../inipar#mixing_length_1d mixing_length_1d] for allowed values, and appropriately correct your parameter file. || ||[=#PA0138 PA0138] ||dissipation_1d = "..." is unknown ||See parameter [../inipar#dissipation_1d dissipation_1d] for allowed values, and appropriately correct your parameter file. || ||[=#PA0139 PA0139] ||termination_time_needed = ... must be > 30.0 on host ... ||Choose a [../d3par#termination_time_needed termination_time_needed] that is larger than 30 seconds because a specific amount of time is needed to finish the job for example for copying files, compiling, data output, ... . || ||[=#PA0140 PA0140] ||termination_time_needed = ... should be >= 300.0 on host "..." ||Choose a [../d3par#termination_time_needed termination_time_needed] that is larger than 300 seconds because a specific amount of time is needed to finish the job for example for copying files, compiling, data output, ... . || ||[=#PA0141 PA0141] ||coupling requires PALM to be called with "mrun -K parallel" ||Coupling is only allowed in parallel and not in serial mode. || ||[=#PA0142 PA0142] ||absolute temperature < 0.0 at zu(...) = ... || Within the PALM code (in {{{init_cloud_physics}}}), the hydrostatic pressure profile is calculated for a neutrally stratified temperature profile {{{t(z) = t_surface-g/c_p*z(k)}}}. If the height of the model domain is too large, the absolute temperature will become negative, which is not allowed. This error usually appears when both grid stretching is switched on and too many grid points along z are used. Try to reduce the number of grid points ([../inipar#nz nz]), switch on the grid stretching at larger heights (see [../inipar#dz_stretch_level dz_stretch_level]) or reduce the grid stretching factor ([../inipar#dz_stretch_factor dz_stretch_factor]). || ||[=#PA0143 PA0143] || k=... j=... i=... ql_c=... part(...)%wf=... delta_r=... ||This error occurs due to a spurious interaction of the production and depletion of supersaturations if the applied time step is too large. Please re-run the simulation with a shorter time step. || ||[=#PA0144 PA0144] || #1 k=... j=... i=... e_s=... e_a=... t_int=... delta_r=... particle_radius=... ||This error occurs if the droplet radius becomes negative. Please contact the developers if this error occurs. || ||[=#PA0145 PA0145] || illegal value for outflow_source_plane:... || The position of the source plane for the turbulent outflow method is not given or outside the model domain. Assign a value inside the model domain: dx <= [../inipar#outflow_source_plane outflow_source_plane] <= nx*dx || ||[=#PA0146 PA0146] ||maximum_number_of_particles 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_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. || ||[=#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. || ||[=#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. || ||[=#PA0149 PA0149] ||particle out of range: i=... j=... k=... nxl=... nxr=... nys=... nyn=... nzb=... nzt=... ||[[span(style=color: #FF0000, Johannes, Fabian)]] || ||[=#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. || ||[=#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. || ||[=#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. || ||[=#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. || ||[=#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. || ||[=#PA0155 PA0155] ||noncyclic boundary conditions require conserve_volume_flow_mode = "inflow_profile" || [[span(style=color: #FF0000, Micha)]] || ||[=#PA0156 PA0156] ||noncyclic boundary conditions require conserve_volume_flow_mode = "inflow_profile" || [[span(style=color: #FF0000, Micha)]] || ||[=#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". || ||[=#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. || ||[=#PA0159 PA0159] ||no term for component "..." || Routine buoyancy was called for the v-component while an inclined surface was used. In case of an inclined surface (see [../inipar#alpha_surface alpha_surface]) the buoyancy term appears in the equation of motion of the w-component and u-component. There is no buoyancy term implemented for the v-component as the surface can only be inclined in x-direction and no buoyancy term is required for the v-component. || ||[=#PA0160 PA0160] ||non-cyclic lateral boundaries along x do not allow calculation of spectra along x || In case of non-cyclic conditions spectra would be largely affected by the non-cyclic lateral boundaries since this conflicts with the basic assumption used for the FFT that the spatial extention in the x and y-direction are infinitely large. || ||[=#PA0161 PA0161] ||sorry, calculation of spectra in non parallel mode is still not realized || Calculation of spectra in non-parallel mode is not implemented. || ||[=#PA0162 PA0162] ||non-cyclic lateral boundaries along y do not allow calculation of spectra along y || In case of non-cyclic conditions spectra would be largely affected by the non-cyclic lateral boundaries since this conflicts with the basic assumption used for the FFT that the spatial extention in the x and y-direction are infinitely large. || ||[=#PA0163 PA0163] ||run will be terminated because it is running out of job cpu limit remaining time: ... s termination time needed: ... s ||In case that [../d3par#restart_time restart_time] has not been set manually, PALM determines internally when a new restart run has to be carried out depending on the setting of [../d3par#termination_time_needed termination_time_needed]. Within the remaining time PALM will, for example, copy binary files for restart runs, archive or transfer result data. Have a look at [../runs Initialization and restart runs] for further information. || ||[=#PA0164 PA0164] ||run will be terminated due to user settings of restart_time / dt_restart new restart time is: ... s ||A restart run is established by PALM due to the setting of [../d3par#restart_time restart_time] and/or [../d3par#dt_restart dt_restart] and the new restart time is calculated. Have a look at [../runs Initialization and restart runs] for further information. || ||[=#PA0165 PA0165] ||re-open of unit 14 is not verified. Please check results! ||The file with unit number 14 contains the binaries [http://palm.muk.uni-hannover.de/wiki/doc/app/iofiles BINOUT]. It was opened at least a second time by user specific settings. This is not verified, so check the results carefully. || ||[=#PA0166 PA0166] ||re-opening of file-id ... is not allowed || It was tried to re-open a file, which had already been opened once during the simulation. Only certain files are allowed to be re-opened to prevent errors. If you are sure that the file can be re-opened without causing any errors, you may add the file-id to the list in routine check_open. See also the list of [../iofiles I/O-files]. || ||[=#PA0167 PA0167] ||opening file-id ... not allowed for PE ... || Certain files are only allowed to be opened on a certain PE (in most cases only on PE0). Please check if your file can be opened on this PE and choose a different file-id. || ||[=#PA0168 PA0168] ||opening file-id ... is not allowed since it is used otherwise || Certain file-ids are reserved for files used outside of the main program. Please refer to the list of [../iofiles I/O-files] and choose an unused file-id. || ||[=#PA0169 PA0169] ||current user-interface revision "..." does not match the required revision r.... ||You are using a user-interface which does not match the installed PALM revision. One reason might be that the default user-interface of the newest PALM revision has been changed by the PALM developers (e.g. because some parameters have been added to parameter-lists of subroutine calls). Please carefully read the [wiki:doc/tec/changelog source code change log], where these kind of changes are announced, and where also hints will be given for how to adjust existing user-interfaces. || ||[=#PA0170 PA0170] ||pointer for array ".." can't be associated ||This is an internal error message from the pmc (PALM model coupler) which is responsible for data exchange in nested runs. Please submit a trouble ticket if you are sure that you did not modify the source code of the model coupler (routine names starting with ''pmc''). || ||[=#PA0171 PA0171] ||netCDF: netCDF4 format requested but no cpp-directive !__netcdf4 given switch back to 64-bit offset format ||[../d3par#netcdf_data_format netcdf_data_format ] > 2 has been set. This requires netCDF4 features, which have to be activated by setting the cpp-directive {{{__netcdf4}}} in the configuration file ({{{%cpp_options}}}). It also requires a netCDF4 library. Set {{{-I}}}, {{{-L}}} and {{{-l}}} options in compile ({{{%copts}}}) and load ({{{%lopts}}}) options of the configuration file appropriately. || ||[=#PA0172 PA0172] ||no OPEN-statement for file-id ... || Routine check_open was called with an unknown file-id. Please check the file-id for a typo or open the file manually using an OPEN(...) statement. || ||[=#PA0173 PA0173] ||wrong component: ... || Routine coriolis can only be called for component 1, 2 and 3, which correspond to the wind speed components u, v and w. Other components do not exist. || ||[=#PA0174 PA0174] ||wrong argument expected: ... given: ||Internal code error. Please inform the PALM developers. || ||[=#PA0175 PA0175] || ||message number is unused || ||[=#PA0176 PA0176] ||negative time interval occured PE ... L=PAUSE "..." new=... last=... || The time measurement via cpu_log gave a negative time interval. This error could be caused when cpu_log was called with option "pause" before the corresponding cpu_log was initialised with option "start". || ||[=#PA0177 PA0177] ||negative time interval occured PE ... L=STOP "..." new=... last=... isum=... || The time measurement via cpu_log gave a negative time interval. This error could be caused when cpu_log was called with option "stop" before the corresponding cpu_log was initialised with option "start" or before it was continued with option "continue". || ||[=#PA0178 PA0178] ||negative time interval occured PE ... L=STOP "..." sum=... mtime=... || The time measurement via cpu_log gave a negative time interval. This error could be caused when cpu_log was called with option "stop" before the corresponding cpu_log was initialised with option "start" or before it was continued with option "continue". || ||[=#PA0179 PA0179] ||unknown modus of time measurement: ... || Possible options for cpu_log are "start", "pause", "continue" and "stop". Please refer to the description in the header of cpulog.f90. || ||[=#PA0180 PA0180] ||unknown cross-section: ... || Cross sections are only possible for xy-, xz- or yz-sections. Please check your variable list in your [../d3par#data_output data_output] and [../userpar#data_output_user data_output_user] parameter for correct spelling. || ||[=#PA0181 PA0181] ||no output provided for: ... || There is no 2D data output available for the selected variable. Please check your variable list in your [../d3par#data_output data_output] and [../userpar#data_output_user data_output_user] parameter for correct spelling. || ||[=#PA0182 PA0182] ||no output provided for: ... || There is no 3D data output available for the selected variable. Please check your variable list in your [../d3par#data_output data_output] and [../userpar#data_output_user data_output_user] parameter for correct spelling. || ||[=#PA0183 PA0183] ||if humidity/passive_scalar = FALSE output of ... is not provided || Output of the specific humidity/total water content requires [../inipar#humidity humidity] = .T.. || ||[=#PA0184 PA0184] ||if cloud_physics = FALSE output of ... is not provided || Output of the liquid water content ql requires [../inipar#cloud_physics cloud_physics] = .T. or [../inipar#cloud_droplets cloud_droplets] = .T.. || ||[=#PA0185 PA0185] || data_output_pr = ... is not implemented for passive_scalar = .FALSE. ||The listed entries in the parameter file under [../d3par#data_output_pr data_output_pr] are only available for [../inipar#passive_scalar passive_scalar]= .T.. There could also be a typo in [../d3par#data_output_pr data_output_pr] (an output variable was used that does not exist in PALM). || ||[=#PA0186 PA0186] ||no spectra data available || || ||[=#PA0187 PA0187] ||fft method "system-specific" currently does not work on NEC ||Usage of system-specific fft has been switched on with parameter [../inipar#fft_method fft_method], but the relevant part of the PALM code where the NEC-fft-library calls (e.g. DZFFT or DZFFTM) are used contains bugs which still require to be solved. You may submit a [/newticket trouble ticket] and ask for help. || ||[=#PA0188 PA0188] ||no system-specific fft-call available ||You have set [../inipar#fft_method fft_method] = ''system-specific'' (this is the default, so you may have not explicitly set it). In this case you additionally have to set the cpp-preprocessor switches {{{-D__ibm}}}, {{{-D__nec}}}, or {{{-D__cuda_fft}}} to specify the fft-library that you like to use. Calls to IBM/NEC-libraries and the CUDA-fft-library are the only one implemented so far in the PALM code. Probably you forgot to set such a switch. Set the switch and do not forget to recompile the code. || ||[=#PA0189 PA0189] ||fft method "..." not available ||See [../inipar#fft_method fft_method] for the availabe methods that are implemented in PALM and modify the inipar-parameter {{{fft_method}}} in your NAMELIST file appropriately.|| ||[=#PA0190 PA0190] ||flow_statistics is called two times within one timestep || Routine flow_statistics computes average profiles and further average flow quantities. It is only allowed to call this routine once during a time step. Please submit a [/newticket trouble ticket] if you have run into this error. || ||[=#PA0191 PA0191] ||unknown action(s): ... || The initializing action given by [../inipar#initializing_actions initializing_actions] in your parameter file is unknown. Please check for correct spelling. || ||[=#PA0192 PA0192] ||timestep has exceeded the lower limit dt_1d = ... s simulation stopped! || The time step of the 1D model is determined according to the diffusion criterion to assure a stable numerical solution. This error message means that the required minimum time step is several orders of magnitude smaller than dt_max_1d. The error message may indicate for unrealistic settings of e.g. [../inipar#bc boundary conditions] or other NAMELIST parameters. Please also check if this error appears if you run without USERCODE. To compile and run the PALM and USERCODE with DEBUG-options might also give sometimes valuable hints. || ||[=#PA0193 PA0193] ||unknown initializing problem || This should not happen. Please submit a [/newticket trouble ticket] if you have run into this error. || ||[=#PA0194 PA0194] ||number of time series quantities exceeds its maximum of dots_max = ... Please increase dots_max in modules.f90. ||In case that the output of user defined [../userint/output/#part_2 timeseries] is done and the number of the user defined timeseries exceeds the maximum number, the maximum number {{{dots_max}}}, which is currently set to 100, has to be increased. Please increase {{{dots_max}}} in [[source:palm/trunk/SOURCE/modules.f90| modules.f90]] according to your needs. || ||[=#PA0195 PA0195] ||dvrp_username is undefined || || ||[=#PA0196 PA0196] ||dvrp_output="..." not allowed || || ||[=#PA0197 PA0197] ||dvrp_file="..." not allowed || || ||[=#PA0198 PA0198] ||mode_dvrp="..." not allowed || || ||[=#PA0199 PA0199] ||split of communicator not realized with MPI1 coupling atmosphere-ocean' ||[[span(style=color: #FF0000, Siggi)]] || ||[=#PA0200 PA0200] ||missing dz || No value for [../inipar#dz dz] was given in the parameter file. || ||[=#PA0201 PA0201] ||dz=... <= 0.0 || The value given for [../inipar#dz dz] must be greater than 0.0. || ||[=#PA0202 PA0202] ||grid anisotropy exceeds threshold given by only local horizontal reduction of near_wall mixing length l_wall starting from height level k = ... . || || ||[=#PA0203 PA0203] ||inconsistent building parameters: bxl=... bxr=... bys=... byn=... nx=... ny=... || The setup of the single building ([../inipar#topography topography] = '' 'single_building' '') yields a too narrow building or the building walls are positioned outside of the model domain. Please check the [../inipar#topo building parameters] in your parameter file. || ||[=#PA0204 PA0204] ||no street canyon width given || If [../inipar#topography topography] = '' 'single_street_canyon' '' is given, also a canyon width must be given by either specifying [../inipar#canyon_width_x canyon_width_x] or [../inipar#canyon_width_y canyon_width_y] in the parameter file. || ||[=#PA0205 PA0205] ||inconsistent canyon parameters: cxl=... cxr=... cwx=... ch=... nx=... ny=... || The setup of the single street canyon ([../inipar#topography topography] = '' 'single_street_canyon' '') yields a too narrow canyon or the canyon walls are outside of the model domain. Please check the [../inipar#topo canyon parameters] in your parameter file. || ||[=#PA0206 PA0206] ||inconsistent canyon parameters:... cys=... cyn=... cwy=... ch=... nx=... ny=... || The setup of the single street canyon ([../inipar#topography topography] = '' 'single_street_canyon' '') yields a too narrow canyon or the canyon walls are outside of the model domain. Please check the [../inipar#topo canyon parameters] in your parameter file. || ||[=#PA0207 PA0207] ||inconsistent canyon parameters: street canyon can only be oriented either in x- or in y-direction || Please do not specify [../inipar#canyon_width_x canyon_width_x] and [../inipar#canyon_width_y canyon_width_y] in the parameter file at the same time. || ||[=#PA0208 PA0208] ||file [../iofiles#TOPOGRAPHY_DATA TOPOGRAPHY_DATA] does not exist || Make sure that the topography data is available in the job directory (JOBS//INPUT/) and named correctly (_topo). For remote jobs it might be possible that the automatic transfer of the topography file to the host computer did not work. In this case the topography file must be transfered manually to the host. || ||[=#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`. || ||[=#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. || ||[=#PA0213 PA0213] ||max_number_of_particle_groups =... number_of_particle_groups reset to ... ||[[span(style=color: #FF0000, Johannes)]] || ||[=#PA0214 PA0214] ||version mismatch concerning data from prior run version on file = ... version in program = ... || || ||[=#PA0215 PA0215] ||particle group !# ... has a density ratio /= 0 but radius = 0 ||[[span(style=color: #FF0000, Johannes)]] || ||[=#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.''' || ||[=#PA0217 PA0217] ||unknown boundary condition bc_par_b = "..." || || ||[=#PA0218 PA0218] ||unknown boundary condition bc_par_t = "..." || || ||[=#PA0219 PA0219] ||unknown boundary condition bc_par_lr = "..." || || ||[=#PA0220 PA0220] ||unknown boundary condition bc_par_ns = "..." || || ||[=#PA0221 PA0221] ||number of PEs of the prescribed topology (...) does not match the number of PEs available to the job (...) ||In case that the number of PEs along the x- and y-direction of the virtual processor grid is set via [../d3par#npex npex] and [../d3par#npey npey], the product npey*npex has to match exactly the total number of processors which is assigned by the '''mrun'''-option -X. || ||[=#PA0222 PA0222] ||if the processor topology is prescribed by the user, both values of "npex" and "npey" must be given in the NAMELIST-parameter file || In case that only one number of processors along x- or y- direction [../d3par#npex npex] or [../d3par#npey npey] is set in the [../d3par#pgrid &d3par-Namelist], the remaining, so far not assigned, number of processors has to be set, too. || ||[=#PA0223 PA0223] ||errors in \$nestpar ||An unvalid variable name or value has been given in the nestpar-NAMELIST. Carefully check your nestpar-NAMELIST and compare with the parameters given and explained in the [wiki:doc/app/nestpar Nesting]-section of the model steering parameters. || ||[=#PA0224 PA0224] || || message number is unused || ||[=#PA0225 PA0225] ||x-direction: gridpoint number (...) is not an integral divisor of the number of processors (...) || The division of the number of grid points along the x-direction given by [../inipar#nx nx]+1 by the number of processors along the x-direction has a rest and is therefore not an integral divisor of the number of processors. To solve this problem you must ensure that the aforementioned division is without rest for example by setting the number of PEs in y-direction manually (see [../d3par#npex npex]) or by changing [../inipar#nx nx]. It might also be the case that you did not think about that [../inipar#nx nx]+1 is the total number of gridpoints along the x-direction instead of [../inipar#nx nx]. || ||[=#PA0226 PA0226] ||x-direction: nx does not match the requirements given by the number of PEs used please use nx = ... instead of nx =... || || ||[=#PA0227 PA0227] ||y-direction: gridpoint number (...) is not an integral divisor of the number of processors (...) || The division of the number of grid points along the y-direction given by [../inipar#ny ny]+1 by the number of processors along the y-direction has a rest and is therefore not an integral divisor of the number of processors. To solve this problem you must ensure that the aforementioned division is without rest for example by setting the number of PEs in y-direction manually (see [../d3par#npey npey]) or by changing [../inipar#ny ny]. It might also be the case that you did not think about that [../inipar#ny ny]+1 is the total number of gridpoints along the y-direction instead of [../inipar#ny ny]. || ||[=#PA0228 PA0228] ||y-direction: ny does not match the requirements given by the number of PEs used please use ny = ... instead of ny =... || || ||[=#PA0229 PA0229] ||nesting-setup requires more 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 mrun-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 mrun-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. || ||[=#PA0230 PA0230] ||transposition z --> x: nz=... is not an integral divisor of pdims(1)= ... ||Due to restrictions in data transposition, the division of [../inipar#nz nz] by the number of processors in x-direction has to be without rest. Please ensure this by changing [../inipar#nz nz] or setting the number of gridpoints in x-direction (pdims(1)) manually by [../d3par#npex npex]. || ||[=#PA0231 PA0231] ||transposition x --> y: nx+1=... is not an integral divisor of pdims(2)= ... || Due to restrictions in data transposition, the division of [../inipar#nx nx]+1 by the number of processors in y-direction has to be without rest. Please ensure this by changing [../inipar#nx nx] or setting the number of gridpoints in y-direction (pdims(2)) manually by [../d3par#npey npex]. || ||[=#PA0232 PA0232] ||transposition y --> z: ny+1=... is not an integral divisor of pdims(1)=... ||Due to restrictions in data transposition, the division of [../inipar#ny ny]+1 by the number of processors in x-direction has to be without rest. Please ensure this by changing [../inipar#ny ny] or setting the number of gridpoints in x-direction (pdims(1)) manually by [../d3par#npex npex]. || ||[=#PA0233 PA0233] ||transposition x --> y: ny+1=... is not an integral divisor of pdims(1)=... ||Due to restrictions in data transposition, the division of [../inipar#ny ny]+1 by the number of processors in x-direction has to be without rest. Please ensure this by changing [../inipar#ny ny] or setting the number of gridpoints in x-direction (pdims(1)) manually by [../d3par#npex npex]. || ||[=#PA0234 PA0234] ||direct transposition z --> y (needed for spectra): nz=... is not an integral divisor of pdims(2)=... || || ||[=#PA0235 PA0235] ||mg_switch_to_pe0_level out of range and reset to default (=0) || || ||[=#PA0236 PA0236] ||grid coarsening on subdomain level cannot be performed || The multigrid pressure solver halfs the number of grid points in each direction to get coarser grid levels. This is done for the subdomains on each PE until one of the directions cannot be divided by 2 without rest. If this is the case, the coarsest grid level of each subdomain are gathered on each PE for further coarsening. Before gathering, the coarsening must be done for the subdomain at least one time. You get this error messages for example with the following combination: \\ [../inipar#nx nx ] = 60, [../inipar#ny ny ] = 60, [../inipar#nz nz ] = 60, \\ [../d3par#npex npex ] = 4, [../d3par#npey npey ] = 2. \\ With this combination, the subdomain on each PE has the size: \\ nx = 15, ny = 30, nz = 60. \\ The number of grid points in the x-direction of the subdomain cannot be divided by 2 and no coarsening is possible for the subdomains in this example. \\\\ To avoid this error ensure that the number of grid points in each direction can be divided by 2 without rest on the subdomain of an PE at least one time. Therefor vary the number of grid points for the direction which does not fit by changing [../inipar#nx nx ], [../inipar#ny ny ] or [../inipar#nz nz ] or adjust the number of processors by modifying the parameters [../d3par#npex npex ] or [../d3par#npey npey ] in order to get other subdomain sizes. \\ In the example given above, you can avoid the error by changing nx or npex. For example setting [../inipar#nx nx ] = 64 leads to a subdomain of \\ nx = 16, ny = 30, nz = 60. \\ All numbers are now divisible by 2 without rest and the first coarser grid on the subdomain is then: \\ nx = 8, ny = 15, nz = 30. || ||[=#PA0237 PA0237] ||multigrid gather/scatter impossible in non parallel mode ||You are using the multigrid-solver and are running PALM in non-parallel mode (i.e. on a single processor core), but you have set a multigrid level (using parameter [../inipar#mg_switch_to_pe0_level mg_switch_to_pe0_level]) from where on data shall be collected on core 0 in order to allow for a further coarsening of the grid. Obviously, this does not make sense if only one core is used. Remove this parameter from your NAMELIST-file or set it to value ''-1'' to switch of collection. || ||[=#PA0238 PA0238] ||more than 10 multigrid levels ||You have selected the multigrid Poisson-solver ([../inipar#psolver psolver] = ''"multigrid"'') and a numerical grid which allows for more than 10 coarsening levels. This may happen for very large grids where the grid point numbers along x,y,z are given by 2^n^ with n>10. The smallest grid which may cause this error would have 2048^3^ points. However, depending on the chosen domain decomposition, much larger grids might be possible. Choose a different number of grid points to circumvent this problem. || ||[=#PA0239 PA0239] ||The value for "topography_grid_convention" is not set. Its default value is only valid for "topography" = "single_building", "single_street_canyon" or "read_from_file" Choose "cell_edge" or "cell_center". || || ||[=#PA0240 PA0240] ||The value for "topography_grid_convention" is not recognized. Choose "cell_edge" or "cell_center". || || ||[=#PA0241 PA0241] ||netcdf_precision must contain a "_" netcdf_precision(...)="..." || || ||[=#PA0242 PA0242] ||illegal netcdf precision: netcdf_precision( ...)="..." || || ||[=#PA0243 PA0243] ||unknown variable in inipar assignment: netcdf_precision(...)="..." || || ||[=#PA0244 PA0244] ||no grid defined for variable ... || || ||[=#PA0245 PA0245] ||netCDF file for volume data ... from previous run found, but this file cannot be extended due to variable mismatch. New file is created instead. || || ||[=#PA0246 PA0246] ||netCDF file for volume data ... from previous run found, but this file cannot be extended due to mismatch in number of vertical grid points (nz_do3d). New file is created 47stead. || || ||[=#PA0247 PA0247] ||netCDF file for volume data ... from previous run found, but this file cannot be extended because the current output time is less or equal than the last output time on this file. New file is created instead. || || ||[=#PA0248 PA0248] ||netCDF file for volume data ... from previous run found. This file will be extended. || || ||[=#PA0249 PA0249] ||netCDF file for cross-sections ... from previous run found, but this file cannot be extended due to variable mismatch. New file is created instead. || || ||[=#PA0250 PA0250] ||netCDF file for cross-sections ... from previous run found, but this file cannot be extended due to mismatch in number of cross sections. New file is created instead. || || ||[=#PA0251 PA0251] ||netCDF file for cross-sections ... from previuos run found but this file cannot be extended due to mismatch in cross section levels. New file is created instead. || || ||[=#PA0252 PA0252] ||netCDF file for cross sections ... from previous run found, but this file cannot be extended because the current output time is less or equal than the last output time on this file. New file is created instead. || || ||[=#PA0253 PA0253] ||netCDF file for cross-sections ... from previous run found. This file will be extended. || || ||[=#PA0254 PA0254] ||netCDF file for vertical profiles from previous run found, but this file cannot be extended due to variable mismatch. New file is created instead. || || ||[=#PA0255 PA0255] ||netCDF file for vertical profiles from previous run found, but this file cannot be extended because the current output time is less or equal than the last output time on this file. New file is created instead. || || ||[=#PA0256 PA0256] ||netCDF file for vertical profiles from previous run found. This file will be extended. || || ||[=#PA0257 PA0257] ||netCDF file for vertical profiles from previous run found. This file will be extended. || || ||[=#PA0258 PA0258] ||netCDF file for time series from previous run found, but this file cannot be extended because the current output time is less or equal than the last output time on this file. New file is created instead. || || ||[=#PA0259 PA0259] ||netCDF file for time series from previous run found. This file will be extended. || || ||[=#PA0260 PA0260] ||netCDF file for spectra from previuos run found, but this file cannot be extended due to variable mismatch. New file is created instead. || || ||[=#PA0261 PA0261] ||netCDF file for spectra from previuos run found, but this file cannot be extended due to mismatch in number of vertical levels. New file is created instead. || || ||[=#PA0262 PA0262] ||netCDF file for spectra from previuos run found, but this file cannot be extended due to mismatch in heights of vertical levels. New file is created instead. || || ||[=#PA0263 PA0263] ||netCDF file for spectra from previuos run found, but this file cannot be extended because the current output time is less or equal than the last output time on this file. New file is created instead. || || ||[=#PA0264 PA0264] ||netCDF file for spectra from previous run found. This file will be extended. || || ||[=#PA0265 PA0265] ||netCDF file for particles from previuos run found, but this file cannot be extended because the current output time is less or equal than the last output time on this file. New file is created instead. || || ||[=#PA0266 PA0266] ||netCDF file for particles from previous run found. This file will be extended. || || ||[=#PA0267 PA0267] ||netCDF file for particle time series from previuos run found, but this file cannot be extended due to variable mismatch. New file is created instead. || || ||[=#PA0268 PA0268] ||netCDF file for particle time series from previuos run found, but this file cannot be extended because the current output time is less or equal than the last output time on this file. New file is created instead. || || ||[=#PA0269 PA0269] ||netCDF file for particle time series from previous run found. This file will be extended. || || ||[=#PA0270 PA0270] ||mode "..." not supported || || ||[=#PA0271 PA0271] ||errors in &inipar or no &inipar-namelist found (CRAY-machines only) ||One possible explanation: An old, meanwhile modified variable has been used in &inipar (e.g. ws_vertical_gradient (old) instead of [../inipar#subs_vertical_gradient subs_vertical_gradient] (new)). Please carefully check your inipar-NAMELIST and compare parameters and their values with those given and explained in the [wiki:doc/app/inipar initialization]-section of the model steering parameters. || ||[=#PA0272 PA0272] ||no &inipar-namelist found || Your parameter file must contain an &inipar-namelist. Parameters given in this namelist are required for model steering. Please take a look at this [/wiki/doc/tut/tec/control example parameter file] and appropriately correct your parameter file. One possible error might be a typo in the NAMELIST name, e.g. ''inpar'' instead of ''inipar''. || ||[=#PA0273 PA0273] ||no value or wrong value given for nx: nx=... || See parameter [../inipar#nx nx] for allowed values, and check the &inipar-namelist in your parameter file. || ||[=#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. || ||[=#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. || ||[=#PA0276 PA0276] ||local file ENVPAR not found, some variables for steering may not be properly set ||[[span(style=color: #FF0000, Siggi)]] || ||[=#PA0277 PA0277] ||errors in local file ENVPAR some variables for steering may not be properly set ||[[span(style=color: #FF0000, Siggi)]] || ||[=#PA0278 PA0278] ||no envpar-NAMELIST found in local file ENVPAR some variables for steering may not be properly set ||[[span(style=color: #FF0000, Siggi)]] || ||[=#PA0279 PA0279] ||wrong component: ... || || ||[=#PA0280 PA0280] ||Number of OpenMP threads = ... || || ||[=#PA0281 PA0281] ||running optimized multinode version switch_per_lpar = ... tasks_per_lpar = ... tasks_per_logical_node = ... || || ||[=#PA0282 PA0282] ||parallel environment (MPI) required || || ||[=#PA0283 PA0283] ||no sufficient convergence within 1000 cycles || Still after 1000 cycles of the multigrid-solver the divergence residual is larger than the residual limit given by [../inipar#residual_limit residual_limit]. Try to increase the residual limit, or fix the number of multigrid cycles (see [../inipar#mg_cycles mg_cycles]). In any case, carefully check if the divergence of the velocity field is sufficiently reduced by the multigrid solver. This can be done by comparing the divergence before and after the call of the multigrid solver which is printed in the RUN_CONTROL file. || ||[=#PA0284 PA0284] ||data from subdomain of previous run mapped more than 1000 times || || ||[=#PA0285 PA0285] ||number of PEs or virtual PE-grid changed in restart run PE ... will read from files ... || || ||[=#PA0286 PA0286] ||version mismatch concerning data from prior run version on file = "..." version in program = "..." || || ||[=#PA0287 PA0287] ||problem with index bound nxl on restart file "..." nxl = ... but it should be = ... from the index bound information array || || ||[=#PA0288 PA0288] ||problem with index bound nxr on restart file "..." nxr = ... but it should be = ... from the index bound information array || || ||[=#PA0289 PA0289] ||problem with index bound nys on restart file "..." nys = ... but it should be = ... from the index bound information array || || ||[=#PA0290 PA0290] ||problem with index bound nyn on restart file "..." nyn = ... but it should be = ... from the index bound information array || || ||[=#PA0291 PA0201] ||mismatch between actual data and data from prior run on PE ... nzb on file = ... nzb = ... || || ||[=#PA0292 PA0292] ||mismatch between actual data and data from prior run on PE ... nzt on file = ... nzt = ... || || ||[=#PA0293 PA0293] ||read_3d_binary: spectrum_x on restart file ignored because total numbers of grid points (nx) do not match || || ||[=#PA0294 PA0294] ||read_3d_binary: spectrum_y on restart file ignored because total numbers of grid points (ny) do not match || || ||[=#PA0295 PA0295] ||unknown field named "..." found in data from prior run on PE ... || || ||[=#PA0296 PA0296] ||version mismatch concerning control variables version on file = "..." version on program = "..." || || ||[=#PA0297 PA0297] ||numprocs not found in data from prior run on PE ... || || ||[=#PA0298 PA0298] ||hor_index_bounds not found in data from prior run on PE ... || || ||[=#PA0299 PA0299] ||nz not found in data from prior run on PE ... || || ||[=#PA0300 PA0300] ||max_pr_user not found in data from prior run on PE ... || || ||[=#PA0301 PA0301] ||statistic_regions not found in data from prior run on PE ... || || ||[=#PA0302 PA0302] ||unknown variable named "..." found in data from prior run on PE ... || || ||[=#PA0303 PA0303] ||nz not found in restart data file || || ||[=#PA0304 PA0304] ||mismatch concerning number of gridpoints along z nz on file = "..." nz from run = "..." || || ||[=#PA0305 PA0305] ||max_pr_user not found in restart data file || || ||[=#PA0306 PA0306] ||number of user profiles on restart data file differs from the current run max_pr_user on file = "..." max_pr_user from run = "..." || || ||[=#PA0307 PA0307] ||statistic_regions not found in restart data file || || ||[=#PA0308 PA0308] ||statistic regions on restart data file differ from the current run statistic regions on file = "..." statistic regions from run = "..." statistic data may be lost! || || ||[=#PA0309 PA0309] ||inflow profiles not temporally averaged. Averaging will be done now using ... samples. || || ||[=#PA0310 PA0310] ||remote model "..." terminated with terminate_coupled_remote = ... local model "..." has terminate_coupled = ... ||The remote model in a coupled run has been terminated. The reason for the termination is provided by {{{terminate_coupled}}}.\\\\Termination reasons:\\1 model was terminated (unknown reason)\\2 time step has reached minimum limit (see [#PA0312 PA0312])\\3 run will be terminated because it is running out of job cpu limit remaining time (see [#PA0163 PA0163])\\4 run will be terminated due to user settings of {{{dt_restart}}} (see [#PA0164 PA0164])\\5 run will be terminated due to user settings of {{{restart_time}}} (see [#PA0164 PA0164])\\6 unscheduled termination was forced by the user (see [#PA0398 PA0398]) || ||[=#PA0311 PA0311] ||number of gridpoints along x or/and y contain illegal factors only factors 8,6,5,4,3,2 are allowed ||In case that [../inipar#fft_method fft_method]='temperton-algorithm', the number of horizontal grid points ([../inipar#nx nx]+1, [../inipar#ny ny]+1) must be composed of prime factors 2,3 and 5. Higher prime factors such as 7 are not allowed. Please ensure that these restrictions are fulfilled or use 'singleton-algorithm' as [../inipar#fft_method fft_method]. || ||[=#PA0312 PA0312] ||Time step has reached minimum limit. \\dt = ... s Simulation is terminated.\\old_dt = ... s\\dt_u = ... s\\dt_v = ... s\\dt_w = ... s\\dt_diff = ... s\\u_max = ... m/s k=... j=... i=...\\v_max = ... m/s k=... j=... i=...\w_max = ... m/s k=... j=... i=... ||The time step is determined according to the CFL criterion to assure a stable numerical solution. This error message means that the required minimum time step, determined from the three velocity components, is several orders of magnitude smaller than [../d3par#dt_max dt_max]. Due to the large number of complex reasons it should be noted that this list is not complete, but it is intended to give general hints how to proceed in case of this error message. First, check for a unrealistic value of [../d3par#dt_max dt_max] in the NAMELIST file. Moreover, this error message may indicate for unrealistic settings of e.g. [../inipar#bc boundary conditions] or other NAMELIST parameters. For very small vertical grid spacing [../inipar#dz dz] this error might also occur if [../inipar#roughness_length roughness_length] >= [../inipar#dz dz]. Please also check if this error appears if you run without USERCODE. To compile and run the PALM and USERCODE with DEBUG-options might also give sometimes valuable hints. To be continued.|| ||[=#PA0313 PA0313] ||illegal value for parameter particle_color: ... || The parameter [../dvrpar#particle_color particle_color] allows to bind the displayed particle color to certain flow quantities. Possible values for this parameter are '' 'absuv' '', '' 'pt*' '' or '' 'z' ''. The default value is '' 'none' ''. Other values for [../dvrpar#particle_color particle_color] are not enabled. For detailed information see [../dvrpar#particle_color particle_color]. || ||[=#PA0314 PA0314] ||illegal value for parameter particle_dvrpsize: ... || The parameter [../dvrpar#particle_dvrpsize particle_dvrpsize] allows to bind the displayed particle size to certain flow quantities. Possible value for this parameter is '' 'absw' ''. The default value is '' 'none' ''. Other values for [../dvrpar#particle_dvrpsize particle_dvrpsize] are not enabled. For detailed information see [../dvrpar#particle_dvrpsize particle_dvrpsize]. || ||[=#PA0315 PA0315] ||color_interval(2) <= color_interval(1) || Two values can be given for parameter [../dvrpar#color_interval color_interval], but the first value must be smaller than the second value, e.g. [../dvrpar#color_interval color_interval] = 0.0, 1.0. For details see parameters [../dvrpar#color_interval color_interval] and [../dvrpar#particle_color particle_color]. || ||[=#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]. || ||[=#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. || ||[=#PA0318 PA0318] ||inflow_damping_height must be explicitly specified because the inversion height calculated by the prerun is zero ||[[span(style=color: #FF0000, Tobias)]] || ||[=#PA0319 PA0319] ||section_xy must be <= nz + 1 = ... || || ||[=#PA0320 PA0320] ||section_xz must be <= ny + 1 = ... || || ||[=#PA0321 PA0321] ||section_yz must be <= nx + 1 = ... || || ||[=#PA0322 PA0322] ||output of w*q*(0) requires humidity=.TRUE. || Variables connected with humidity, e.g. like the resolved-scale turbulent water flux w*q*, can only be output if the moist version of PALM is used, i.e. if [../inipar#humidity humidity] = '''.TRUE.''' || ||[=#PA0323 PA0323] ||output of averaged quantity "..." requires to set a non-zero averaging interval || If 2d or 3d data shall be output as a time average over a certain time interval, the parameter [../d3par#averaging_interval averaging_interval] must be set to a non-zero value. The default is [../d3par#averaging_interval averaging_interval] = 0.0, i.e. by default no averaging is applied to the output variables. || ||[=#PA0324 PA0324] ||Applying large scale vertical motion is not allowed for ocean runs ||The large scale subsidence is only reasonable and implemented for atmospheric runs. The setting of [../inipar#subs_vertical_gradient subs_vertical_gradient] and [../inipar#subs_vertical_gradient_level subs_vertical_gradient_level] is not possible. || ||[=#PA0325 PA0325] ||illegal value: masks must be >= 0 and <= "..."(=max_masks) || Björn || ||[=#PA0326 PA0326] ||illegal value: mask_scale_x, mask_scale_y and mask_scale_z must be > 0.0 || || ||[=#PA0327 PA0327] ||no output available for: "..." || || ||[=#PA0328 PA0328] ||netCDF file formats 3 (netCDF 4) and 4 (netCDF 4 Classic model) are currently not supported (not yet tested). || || ||[=#PA0329 PA0329] ||number of output quantitities given by data_output_mask and data_output_mask_user exceeds the limit of 100 || || ||[=#PA0330 PA0330] ||illegal value for data_output: "..." || || ||[=#PA0331 PA0331] ||"..." in mask "..." along dimension "..." exceeds "..." = "..." || Björn || ||[=#PA0332 PA0332] ||mask_loop("...","...",1)="..." and/or mask_loop("...","...",2)="..." exceed "..."*"..."/="..." || Björn || ||[=#PA0333 PA0333] ||mask_loop("...","...",1)="..." and/or mask_loop("...","...",2)="..." exceed zw(nz)/mask_scale("...")="..." || || ||[=#PA0334 PA0334] ||mask_loop("...","...",2)="..." exceeds dz_stretch_level="...". Vertical mask locations will not match the desired heights within the stretching region. Recommendation: use mask instead of mask_loop. || Björn || ||[=#PA0335 PA0335] ||netCDF file for "..." data for mask "..." from previous run found but this file cannot be extended due to variable mismatch. New file is created instead. || || ||[=#PA0336 PA0336] ||netCDF file for "..." data for mask "..." from previous run found but this file cannot be extended due to mismatch in number of vertical grid points. New file is created instead. || || ||[=#PA0337 PA0337] ||netCDF file for "..." data for mask "..." from previous run found but this file cannot be extended because the current output time is less or equal than the last output time on this file. New file is created instead. || || ||[=#PA0338 PA0338] ||netCDF file for "..." data for mask "..." from previous run found. This file will be extended. || || {{{#!tr {{{#!td [=#PA0339 PA0339] }}} {{{#!td coupling mode "...: nx+1 in ocean is not divisible without remainder with nx+1 in atmosphere }}} {{{#!td For the coupling between atmosphere and ocean, a smaller grid length in the x-direction can be chosen for the ocean, so that the ocean has more grid points in the x-direction then the atmosphere. In this case, the information must be interpolated for the data exchange between atmosphere and ocean. Therefor it must be ensured that each interpolation interval has the same number of gridpoints. This is ensured if the following equation is fulfilled: {{{#!Latex \[ (nx_o + 1) - INT \left( \frac{nx_o + 1}{nx_a + 1} \right) * (nx_a + 1) = 0 \; , \] }}} with {{{#!Latex \[ nx_o, nx_a \] }}} as the number of grid points in the x-direction for the ocean and atmosphere model, respectively. \\ To avoid this error ensure that the equation above is fulfilled. }}} }}} {{{#!tr {{{#!td [=#PA0340 PA0340] }}} {{{#!td coupling mode "...: ny+1 in ocean is not divisible without remainder with ny+1 in atmosphere }}} {{{#!td For the coupling between atmosphere and ocean, a smaller grid length in the y-direction can be chosen for the ocean, so that the ocean has more grid points in the y-direction then the atmosphere. In this case, the information must be interpolated for the data exchange between atmosphere and ocean. Therefor it must be ensured that each interpolation interval has the same number of gridpoints. This is ensured if the following equation is fulfilled: {{{#!Latex \[ (ny_o + 1) - INT \left( \frac{ny_o + 1}{ny_a + 1} \right) * (ny_a + 1) = 0 \; , \] }}} with {{{#!Latex \[ ny_o, ny_a \] }}} as the number of grid points in the y-direction for the ocean and atmosphere model, respectively. \\ To avoid this error ensure that the equation above is fulfilled. }}} }}} ||[=#PA0343 PA0343] ||initializing_actions = 'initialize_vortex' ist not allowed with conserve_volume_flow = .T. || || ||[=#PA0344 PA0344] ||psolver must be called at each RK3 substep when 'ws-scheme' is used for momentum_advec. || The use of 5th-order advection scheme for the momentum equations requires a sufficiently large reduction of flow divergence to minimize numerical errors. || ||[=#PA0345 PA0345] ||uv_heights(1) must be 0.0 || || ||[=#PA0346 PA0346] ||u_profile(1) and v_profile(1) must be 0.0 || || ||[=#PA0347 PA0347] ||maxtry > 40 in Rosenbrock method ||Error may appear if curvature and solution effects are included in the calculation of droplet growth by condensation (see [../inipar#curvature_solution_effects curvature_solution effects]. \\\\It means that the Rosenbrock method, used for integrating the stiff droplet growth equation, was unable to find an internal timestep which gives a sufficiently small truncation error within 40 tries. \\\\So far, this problem has not appeared. It might happen if some of the cloud physics parameters, which determine the growth by condensation, are given unrealistic values or if the droplet radius is extremely small. || ||[=#PA0348 PA0348] ||zero stepsize in Rosenbrock method ||Error may appear if curvature and solution effects are included in the calculation of droplet growth by condensation (see [../inipar#curvature_solution_effects curvature_solution effects]. \\\\It means that within the Rosenbrock method, used for integrating the stiff droplet growth equation, the internal timestep has become zero, so that the integration cannot be performed. \\\\So far, this problem has not appeared. It might happen if some of the cloud physics parameters, which determine the growth by condensation, are given unrealistic values or if the droplet radius is extremely small. || ||[=#PA0349 PA0349] ||use_sgs_for_particles = .TRUE. not allowed with curvature_solution_effects = .TRUE. ||When Lagrangian particles are used as cloud droplets, they are only allowed to be transported with the resolved-scale flow. The application of the stochastic subgrid-scale transport model is limited to passively advected particles. Since cloud droplets have inertia, a transport with the SGS model would give wrong results.|| ||[=#PA0350 PA0350] ||unknown collision kernel: collision_kernel = "..." ||see package parameter [../parpar#collision_kernel collision_kernel] for allowed values || ||[=#PA0351 PA0351] ||heatflux must not be set for pure neutral flow ||Inipar parameter [../inipar#neutral neutral] = .TRUE. has been set, but non-zero values for parameters [../inipar#surface_heatflux surface_heatflux] and / or [../inipar#top_heatflux top_heatflux] are given at the same time. This is not allowed for simulating a flow with pure neutral stratification where the temperature equation is switched off. Check your parameter file. || ||[=#PA0352 PA0352] || || unused || ||[=#PA0353 PA0353] ||internal buffer too small in nested model ... ||Please report this internal error in trouble-ticket. If at all, it should only appear in nested runs. || ||[=#PA0354 PA0354] || It is not allowed to arrange more than 100 profiles with cross_profiles. Apart from that, all profiles are saved to the netCDF file. || All profiles are written to the netCDF file. Only the first 100 profiles will be plotted by palmplot pr with var=cross_profiles (default). To see all profiles, add the parameter var=all to palmplot pr. || ||[=#PA0355 PA0355] ||netcdf_deflate out of range \\ given value: ..., allowed range: 0-9 ||Set d3par-parameter [../d3par#netcdf_deflate netcdf_deflate] to a value within the allowed range || ||[=#PA0356 PA0356] ||netcdf_deflate reset to 0 ||You have set [../d3par#netcdf_data_format netcdf_data_format] /= 3 and [../d3par#netcdf_deflate netcdf_deflate] > 0 in the d3par-NAMELIST. However, data compression only works for the NetCDF4/HDF5 non-parallel format ([../d3par#netcdf_data_format netcdf_data_format] = 3). || ||[=#PA0357 PA0357] ||unknown cloud microphysics scheme cloud_scheme = "..." || Unknown cloud microphysics scheme. Allowed cloud microphysics schemes are "kessler" or "seifert_beheng". || ||[=#PA0358 PA0358] ||data_output_pr = '...' is not implemented for cloud_scheme /= seifert_beheng || Output of profiles of rain drop number concentration (nr) or rain water content (qr) is only allowed for cloud_scheme = "seifert_beheng". || ||[=#PA0359 PA0359] ||output of "..." requires cloud_scheme = seifert_beheng || Output of 3d-data or cross-sections of rain drop number concentration (nr) or rain water content (qr) is only allowed for cloud_scheme = "seifert_beheng". || ||[=#PA0360 PA0360] ||plant_canopy = .TRUE. requires cloud_scheme /= seifert_beheng || It is not allowed to use plant_canopy with the cloud_scheme = "seifert_beheng". || ||[=#PA0361 PA0361] || output of ssws requires passive_scalar=.TRUE. || Variables connected with passive_scalar, e.g. like the resolved-scale turbulent scalar flux w*s*, can only be output if [../inipar#passive_scalar passive_scalar] = '''.TRUE.''' || ||[=#PA0362 PA0362] ||cloud_scheme = seifert_beheng requires loop_optimization = "cache" or "vector" || Currently, the cloud microphysics scheme according to Seifert and Beheng (2006) is only available for loop_optimization = "cache" or "vector" || ||[=#PA0363 PA0363] ||No time dependent surface variables in LSF_DATA for end of run found ||PALM detected an end-of-file condition for the surface values in [../../app/iofiles#LSF_DATA LSF_DATA] and aborts. Possible reasons could be that no time dependent surface variables are provided in the large scale forcing file. || ||[=#PA0364 PA0364] ||zu(nzt+1) = ... m is higher than the maximum height in NUDING_DATA which is ...m. Interpolation on PALM grid is not possible. || NUDGING_DATA has a maximum vertical height that is smaller than the vertical extent of the grid used in PALM. Hence, interpolation of the NUDING_DATA onto the PALM grid is not possible. Reduce either the vertical extent of the PALM modeling domain or enlarge the NUDING_DATA file correspondingly. || ||[=#PA0365 PA0365] ||file NUDGING_DATA does not exist ||Make sure that the file ''basename_nudge'' containing the nudging profiles as described in [../../app/iofiles#NUDGING_DATA NUDGING_DATA] is provided in the INPUT folder of the respective run on the host where the job is running. || ||[=#PA0366 PA0366] ||errors in file NUDGING_DATA ||PALM has problems reading the file ''basename_nudge''. Possible reasons could be that the format described in [../../app/iofiles#NUDGING_DATA NUDGING_DATA] is not followed closely. || ||[=#PA0367 PA0367] ||unknown prognostic variable ... ||The tendency due to nudging can only be applied to the prognostic variable u, v, pt and q. Make sure that one of the variables is used. || ||[=#PA0368 PA0368] ||file LSF_DATA does not exist ||Make sure that the file ''basename_lsf'' containing surface fluxes, surface temperature, humidity and pressure as well as profiles of the geostrophic wind components and large scale subsidence described in [../../app/iofiles#LSF_DATA LSF_DATA] is provided in the INPUT folder of the respective run on the host where the job is running. || ||[=#PA0369 PA0369] ||errors in file LSF_DATA ||PALM has problems reading the file ''basename_lsf''. Possible reasons could be that the format described in [../../app/iofiles#LSF_DATA LSF_DATA] is not followed closely. || ||[=#PA0370 PA0370] ||Initial profiles of u, v and scalars from NUDGING_DATA are used. ||Informative message that initial profiles from the nudging file are used. || ||[=#PA0371 PA0371] ||No time dependent surface variables in LSF_DATA for end of run found - lsf_surf is set to FALSE ||This messages appears in the case that the first time step of the surface values read in from [../../app/iofiles#LSF_DATA LSF_DATA] is larger than the end time of the simulation. In this case the surface heat and water fluxes prescribed in [../../app/iofiles#LSF_DATA LSF_DATA] cannot be used. || ||[=#PA0372 PA0372] ||No time dependent vertical profiles in LSF_DATA for end of run found ||PALM detected an end-of-file condition for the profile data in [../../app/iofiles#LSF_DATA LSF_DATA] and aborts. Possible reasons could be that no time dependent profile data is provided in the large scale forcing file. || ||[=#PA0373 PA0373] ||Time dependent large scale profile forcing from LSF_DATA sets in after end of simulation - lsf_vert is set to FALSE ||This messages appears in the case that the first time step of the profile data read in from [../../app/iofiles#LSF_DATA LSF_DATA] is larger than the end time of the simulation. In this case the geostrophic wind profiles and large scale subsidence profile prescribed in [../../app/iofiles#LSF_DATA LSF_DATA] cannot be used. || ||[=#PA0374 PA0374] ||Nudging requires large_scale_forcing = .T.. Surface fluxes and geostrophic wind should be prescribed in file LSF_DATA ||In order to use nudging it is required to use large_scale_forcing = .T., too. The surface values and profiles needed in [../../app/iofiles#LSF_DATA LSF_DATA] should correspond to the data provided in [../../app/iofiles#NUDGING_DATA NUDGING_DATA]. || ||[=#PA0375 PA0375] ||Non-cyclic lateral boundaries do not allow for the usage of large scale forcing from external file. ||Large scale forcing (and also nudging) are not implemented/tested for non-cyclic boundary conditions so far. || ||[=#PA0376 PA0376] ||The usage of large scale forcing from external file LSF_DATA requires humidity = .T.. ||If you want to use large scale forcing (and also nudging) from an external file, you need to run PALM with humidity. || ||[=#PA0377 PA0377] ||The usage of large scale forcing from external file LSF_DATA is not implemented for non-flat topography ||Please use topography = 'flat'. || ||[=#PA0378 PA0378] ||The usage of large scale forcing from external file LSF_DATA is not implemented for ocean runs ||Please use ocean = .F.. || ||[=#PA0379 PA0379] || || message number is unused || ||[=#PA0380 PA0380] ||There is no default large scale vertical velocity profile set. Specify the subsidence velocity profile via subs_vertical_gradient and subs_vertical_gradient_level. ||With large_scale_subsidence = .T. but without large_scale_forcing a profile for the subsidence velocity w_subs has to be prescribed. || ||[=#PA0381 PA0381] ||Enable usage of large scale subsidence by setting large_scale_subsidence = .T.. ||In the p3d-file, subs_vertical_gradient_level is set but large_scale_subsidence = .F.. In case large scale subsidence shall be used enable it via large_scale_subsidence = .T..|| ||[=#PA0382 PA0382] ||data_output_pr = w_subs is not implemented for large_scale_subsidence = .FALSE. ||w_subs can only be part of the profile output if large_scale_forcing = .T.. || ||[=#PA0383 PA0383] ||netCDF file formats 5 (parallel netCDF 4) and 6 (parallel netCDF 4 Classic model) are currently not supported (not yet tested) for masked data. Using respective non-parallel output for masked data. ||So far, parallel NetCDF output is not available for masked data. If the user is setting the parameter [wiki:doc/app/d3par#netcdf_data_format netcdf_data_format] to five or six for getting parallel output, [wiki:doc/app/d3par#netcdf_data_format netcdf_data_format] is set internally to three or four for masked data. || {{{#!tr {{{#!td [=#PA0384 PA0384] }}} {{{#!td Output of xy cross-sections is not given at t='...' because the maximum number of output time levels is exceeded. }}} {{{#!td In case of parallel NetCDF output, the time dimension is limited for increasing the performance. The number of time levels is calculated at the beginning of the simulation by the formula: {{{#!Latex \[ \frac{end\_time - skip\_time\_do2d\_xy}{dt\_do2d\_xy} \; . \] }}} The parameters [wiki:doc/app/d3par#end_time end_time], [wiki:doc/app/d3par#skip_time_do2d_xy skip_time_do2d_xy] and [wiki:doc/app/d3par#dt_do2d_xy dt_do2d_xy] can be set by the user. If this limit is exceeded, this warning is given and an output of xy-sections is not done anymore. \\ This could be the case if the simulated time exceeds the given end time by the length of the given output interval. In this case, the user can start a restart run and give an output at the beginning. }}} }}} {{{#!tr {{{#!td [=#PA0385 PA0385] }}} {{{#!td Output of xz cross-sections is not given at t='...' because the maximum number of output time levels is exceeded. }}} {{{#!td In case of parallel NetCDF output, the time dimension is limited for increasing the performance. The number of time levels is calculated at the beginning of the simulation by the formula: {{{#!Latex \[ \frac{end\_time - skip\_time\_do2d\_xz}{dt\_do2d\_xz} \; . \] }}} The parameters [wiki:doc/app/d3par#end_time end_time], [wiki:doc/app/d3par#skip_time_do2d_xz skip_time_do2d_xz] and [wiki:doc/app/d3par#dt_do2d_xz dt_do2d_xz] can be set by the user. If this limit is exceeded, this warning is given and an output of xz-sections is not done anymore. \\ This could be the case if the simulated time exceeds the given end time by the length of the given output interval. In this case, the user can start a restart run and give an output at the beginning. }}} }}} {{{#!tr {{{#!td [=#PA0386 PA0386] }}} {{{#!td Output of yz cross-sections is not given at t='...' because the maximum number of output time levels is exceeded. }}} {{{#!td In case of parallel NetCDF output, the time dimension is limited for increasing the performance. The number of time levels is calculated at the beginning of the simulation by the formula: {{{#!Latex \[ \frac{end\_time - skip\_time\_do2d\_yz}{dt\_do2d\_yz} \; . \] }}} The parameters [wiki:doc/app/d3par#end_time end_time], [wiki:doc/app/d3par#skip_time_do2d_yz skip_time_do2d_yz] and [wiki:doc/app/d3par#dt_do2d_yz dt_do2d_yz] can be set by the user. If this limit is exceeded, this warning is given and an output of yz-sections is not done anymore. \\ This could be the case if the simulated time exceeds the given end time by the length of the given output interval. In this case, the user can start a restart run and give an output at the beginning. }}} }}} {{{#!tr {{{#!td [=#PA0387 PA0387] }}} {{{#!td Output of 3d data is not given at t='...' because the maximum number of output time levels is exceeded. }}} {{{#!td In case of parallel NetCDF output, the time dimension is limited for increasing the performance. The number of time levels is calculated at the beginning of the simulation by the formula: {{{#!Latex \[ \frac{end\_time - skip\_time\_do3d}{dt\_do3d} \; . \] }}} The parameters [wiki:doc/app/d3par#end_time end_time], [wiki:doc/app/d3par#skip_time_do3d skip_time_do3d] and [wiki:doc/app/d3par#dt_do3d dt_do3d] can be set by the user. If this limit is exceeded, this warning is given and an output of 3d data is not done anymore. \\ This could be the case if the simulated time exceeds the given end time by the length of the given output interval. In this case, the user can start a restart run and give an output at the beginning. }}} }}} {{{#!tr {{{#!td [=#PA0388 PA0388] }}} {{{#!td netCDF file for volume data "..." from previous run found, but this file cannot be extended because the number of output time levels has been increased compared to the previous simulation. New file is created instead.' }}} {{{#!td In case of parallel NetCDF output, the time dimension is limited for increasing the performance. The number of time levels is calculated at the beginning of the simulation by the formula: {{{#!Latex \[ \frac{end\_time - skip\_time\_do3d}{dt\_do3d} \; . \] }}} The parameters [wiki:doc/app/d3par#end_time end_time], [wiki:doc/app/d3par#skip_time_do3d skip_time_do3d] and [wiki:doc/app/d3par#dt_do3d dt_do3d] can be set by the user. If the calculated number of maximum time levels between the initial run and a restart run changed by modifing on of the parameters above, a new output file is created. }}} }}} {{{#!tr {{{#!td [=#PA0389 PA0389] }}} {{{#!td netCDF file for cross sections "..." from previous run found, but this file cannot be extended because the number of output time levels has been increased compared to the previous simulation. New file is created instead.' }}} {{{#!td In case of parallel NetCDF output, the time dimension is limited for increasing the performance. The number of time levels is calculated at the beginning of the simulation by the formula: {{{#!Latex \[ \frac{end\_time - skip\_time\_do2d\_xy}{dt\_do2d\_xy} \; . \] }}} The parameters [wiki:doc/app/d3par#end_time end_time], [wiki:doc/app/d3par#skip_time_do2d_xy skip_time_do2d_xy] and [wiki:doc/app/d3par#dt_do2d_xy dt_do2d_xy] can be set by the user. If the calculated number of maximum time levels between the initial run and a restart run changed by modifing on of the parameters above, a new output file is created. }}} }}} {{{#!tr {{{#!td [=#PA0390 PA0390] }}} {{{#!td netCDF file for cross sections "..." from previous run found, but this file cannot be extended because the number of output time levels has been increased compared to the previous simulation. New file is created instead.' }}} {{{#!td In case of parallel NetCDF output, the time dimension is limited for increasing the performance. The number of time levels is calculated at the beginning of the simulation by the formula: {{{#!Latex \[ \frac{end\_time - skip\_time\_do2d\_xz}{dt\_do2d\_xz} \; . \] }}} The parameters [wiki:doc/app/d3par#end_time end_time], [wiki:doc/app/d3par#skip_time_do2d_xz skip_time_do2d_xz] and [wiki:doc/app/d3par#dt_do2d_xz dt_do2d_xz] can be set by the user. If the calculated number of maximum time levels between the initial run and a restart run changed by modifing on of the parameters above, a new output file is created. }}} }}} {{{#!tr {{{#!td [=#PA0391 PA0391] }}} {{{#!td netCDF file for cross sections "..." from previous run found, but this file cannot be extended because the number of output time levels has been increased compared to the previous simulation. New file is created instead.' }}} {{{#!td In case of parallel NetCDF output, the time dimension is limited for increasing the performance. The number of time levels is calculated at the beginning of the simulation by the formula: {{{#!Latex \[ \frac{end\_time - skip\_time\_do2d\_yz}{dt\_do2d\_yz} \; . \] }}} The parameters [wiki:doc/app/d3par#end_time end_time], [wiki:doc/app/d3par#skip_time_do2d_yz skip_time_do2d_yz] and [wiki:doc/app/d3par#dt_do2d_yz dt_do2d_yz] can be set by the user. If the calculated number of maximum time levels between the initial run and a restart run changed by modifing on of the parameters above, a new output file is created. }}} }}} {{{#!tr {{{#!td [=#PA0392 PA0392] }}} {{{#!td }}} {{{#!td message number is unused }}} }}} {{{#!tr {{{#!td [=#PA0393 PA0393] }}} {{{#!td data_output_pr = ... is not implemented for large_scale_forcing = .FALSE. }}} {{{#!td The listed entries in the parameter file under [../d3par#data_output_pr data_output_pr] are only avialable for [../inipar#large_scale_forcing large_scale_forcing] = .T.. There could also be a typo in [../d3par#data_output_pr data_output_pr] (an output variable was used that does not exist in PALM). }}} }}} {{{#!tr {{{#!td [=#PA0394 PA0394] }}} {{{#!td data_output_pr = ... is not implemented for nudging = .FALSE. }}} {{{#!td The listed entries in the parameter file under [../d3par#data_output_pr data_output_pr] are only avialable for [../inipar#nudging nudging] = .T.. There could also be a typo in [../d3par#data_output_pr data_output_pr] (an output variable was used that does not exist in PALM). }}} }}} ||[=#PA0395 PA0395] ||zu(nzt+1) = ... m is higher than the maximum height in LSF_DATA which is ...m. Interpolation on PALM grid is not possible. || LSF_DATA has a maximum vertical height that is smaller than the vertical extent of the grid used in PALM. Hence, interpolation of the LSF_DATA onto the PALM grid is not possible. Reduce either the vertical extent of the PALM modeling domain or enlarge the LSF_DATA file correspondingly. || ||[=#PA0396 PA0396] ||The usage of use_subsidence_tendencies requires large_scale_subsidence = .T.. || If use_subsidence_tendencies is used, subsidence tendencies for temperature and humidity are read in from the external file LSF_DATA. However, these tendencies can only be applied to the prognostic variables if [../inipar#large_scale_subsidence large_scale_subsidence] = .T.. || ||[=#PA0397 PA0397] ||The usage of use_subsidence_tendencies requires large_scale_forcing = .T.. || If use_subsidence_tendencies is used, subsidence tendencies for temperature and humidity are read in from the external file LSF_DATA. This requires [../inipar#large_scale_forcing large_scale_forcing] = .T.. || ||[=#PA0398 PA0398] ||run will be terminated because user forced a job finialization using a flag file: DO_STOP_NOW: "..." DO_RESTART_NOW: "..." ||The user can force an unscheduled termination/restart of the running job by creating one of the flag files {{{DO_STOP_NOW}}} or {{{DO_RESTART_NOW}}} in the temporary directory of the job. || ||[=#PA0399 PA0399] ||lsm requires setting of bc_pt_b = "dirichlet" and bc_q_b = "dirichlet" ||In case the land surface model (LSM) is used, the surface fluxes have to be calculated by means of surface values of potential temperature and humidity (that are provided by the LSM), which reflects setting dirichlet boundary conditions. || ||[=#PA0400 PA0400] ||lsm requires ...||When using the LSM it is required to use a constant flux layer and a radiation scheme. || ||[=#PA0401 PA0401] ||veg_type = 0 (user defined) requires setting of ...||In case a user-defined vegetation is used, all LSM parameters must be explicitly set by the user. || ||[=#PA0402 PA0402] ||data_output_pr = ... is not implemented for land_surface = .FALSE. ||The chosen quantity is related to the LSM, but the LSM was not activated. || ||[=#PA0403 PA0403] ||soil_type = 0 (user_defined) requires setting of ...||In case a user-defined soil type is used, all soil parameters must be explicitly set by the user. || ||[=#PA0404 PA0404] ||output of ... requires land_surface = .TRUE. ||The requested output quantity is only available when using the LSM. || ||[=#PA0405 PA0405] ||unknown radiation_scheme = ... ||For a list of available radiation schemes see [wiki:doc/app/radpar#radiation_scheme radiation_scheme]. || ||[=#PA0406 PA0406] ||output of ... requires radiation = .TRUE. and radiation_scheme = "rrtmg"||The requested output quantity is only available when using the RRTMG radiation scheme. || ||[=#PA0407 PA0407] ||radiation_scheme = "rrtmg" requires compilation of PALM with pre-processor directive -D__rrtmg||In order to use RRTMG, the radiation code must be installed as external (shared or static) library and PALM must be compiled with {{{-D__rrtmg}}} listed in the {{{%cpp_options}}}. For further details, see [wiki:doc/tec/radiation#Installation here] || ||[=#PA0408 PA0408] ||data_output_pr = ... is not available for radiation = .FALSE. or radiation_scheme = "constant"||The desired output (here radiation fluxes) is only available for radiation_scheme = "clear-sky" or "rrtmg". || ||[=#PA0409 PA0409] ||output of ... requires radiation = .TRUE. and radiation_scheme = "rrtmg" || The desired output (here: surface albedos) is only available when using radiation_scheme = "rrtmg" || ||[=#PA0410 PA0410] ||radiation_scheme = "clear-sky" in combination with albedo_type = 0 requires setting of albedo /= 9999999.9' ||The choice of a user-defined albedo requires manual setting of the albedo as there is no default value set. See [../radpar#radiation_scheme radiation_scheme] || ||[=#PA0411 PA0411] ||radiation_scheme = "rrtmg" in combination with albedo_type = 0 requires setting of albedo_lw_dif /= 9999999.9, albedo_lw_dir /= 9999999.9, albedo_sw_dif /= 9999999.9 and albedo_sw_dir /= 9999999.9 ||The choice of a user-defined albedo requires manual setting of all four albedos for direct/diffuse longwave/shortwave radiation as there is no default value set. See [../radpar#radiation_scheme radiation_scheme] || ||[=#PA0412 PA0412] ||radiation_scheme = "rrtmg" requires the use of NetCDF (preprocessor directive -D__netcdf' ||The RRTMG library reads atmospheric profiles unsing NetCDF by default. Therefore NetCDf must be activated when using RRTMG. || ||[=#PA0413 PA0413] ||data_output_pr = "..." is not avalable for radiation = .FALSE. or radiation_scheme /= "rrtmg" ||Radiative heating rates are only available when using the full RRTMG radiation scheme. || ||[=#PA0414 PA0414] ||radiation scheme cannot be used in combination with topography /= "flat" ||At the moment, the radiation schemes are not adapted for use with non-flat topography || ||[=#PA0416 PA0416] ||most_method = "..." is unknown ||Allowed values for [../inipar#most_method most_method] are "circular", "newton", or "lookup". || ||[=#PA0417 PA0417] ||illegal nesting mode: ... ||Allowed values for [../nestpar#nesting_mode nesting_mode] are 'one-way', 'two-way' or 'vertical'. || ||[=#PA0418 PA0418] ||illegal nesting datatransfer mode: ... ||Allowed values for [../nestpar#nesting_datatransfer_mode nesting_datatransfer_mode] are 'cascade', 'mixed' or 'overlap'. || ||[=#PA0419 PA0419] ||mismatch between root model and client settings \\ (root) = ... \\ (client) = ... \\ client value is set to root value ||The displayed parameter has been assigned different values for the root domain and a client domain (the id of the client domain is listed in the first line of the message) but it must have the same value for all domains. PALM automatically adjusts the client domain value to the one given for the root domain. In order to get rid of this warning message, adjust the parameter in the respective NAMELIST-parameter file of the client (or root) domain.|| ||[=#PA0420 PA0420] ||unknown collision algorithm: collision_algorithm = ... || The allowed values of [../parpar#collision_algrithm collision_algorithm] are 'all_or_nothing' and 'average_impact'. || ||[=#PA0421 PA0421] ||recycling_yshift = .T. requires more than one processor in y direction|| The distance of the y-shift is calculated by INT( npey / 2 ). With only one processor in y direction, no y-shift is possible. || ||[=#PA0422 PA0422] ||data_output_pr = ... is not available for cloud_scheme = saturation_adjust || If the output is not necessary, delete the variable from the namelist. If it is necessary, use [../inipar#cloud_scheme cloud_scheme] = kessler or seifert_beheng. || ||[=#PA0423 PA0423] ||output of "..." is not available for cloud_scheme = saturation_adjust || If the output is not necessary, delete the variable from the namelist. If it is necessary, use [../inipar#cloud_scheme cloud_scheme] = kessler or seifert_beheng. || ||[=#PA0424 PA0424] ||roughness_length must be smaller than dz/2 || The roughness length has to be smaller than the constant flux layer, which is dz/2. || ||[=#PA0425 PA0425] ||nested child domain does not fit into its parent domain || A nest domain does not completely fit in its parent domain, or in case of vertical nesting mode, the horizontal boundaries of a nest domain do not exactly match the horizontal boundaries of its parent domain. || ||[=#PA0426 PA0426] ||nested parallel child domains overlap || Two or more parallel nest domains overlap each other in space. Parallel nest domains must never overlap. || ||[=#PA0427 PA0427] ||at least one dimension of lower left corner of one domain is not 0. All lower left corners were set to (0, 0) || In case of vertical nesting mode all domains must have lower left corner at x=0, y=0. If defined otherwise in PARIN, palm will reset it. || ||[=#PA0428 PA0428] ||bc_lr and bc_ns were set to cyclic for vertical nesting || In case of vertical nesting mode bc_lr and bc_ns must be cyclic for all domains. If defined otherwise in PARIN_*, palm will reset them. || ||[=#PA0429 PA0429] ||parent buffer too small || Pmc: parent buffer too small || ||[=#PA0430 PA0430] ||hole(s) resolved by only one grid point were filled || Topography was filtered, i.e. holes resolved by only one grid point are filled. These holes are suspected to possibly lead to a velocity blow-up. Moreover, continuity equation cannot be fulfilled in such holes on a discrete grid. || ||[=#PA0431 PA0431] || Start x position is outside the model domain || Start position for virtual flight must be within the model domain. || ||[=#PA0432 PA0432] || Start y position is outside the model domain || Start position for virtual flight must be within the model domain. || ||[=#PA0433 PA0433] || Cyclic flight leg does not match lateral boundary condition || Virtual flights can only be in cyclic-mode if lateral model boundary are cyclic. || ||[=#PA0434 PA0434] || Flight leg or parts of it are outside the model domain || End position must be within the model domain in case of return-legs. || ||[=#PA0435 PA0435] || Unknown flight mode || [../flpar/#leg_mode leg_mode] can either be 'cyclic' or 'return'. || ||[=#PA0436 PA0436] || x_start position must be <= x_end position for return legs || For return legs x start position must be <= x end position. || ||[=#PA0437 PA0437] || y_start position must be <= y_end position for return legs || For return legs y start position must be <= y end position. || ||[=#PA0438 PA0438] || Flight level is outside the model domain || Flight level is above domain top or below 0. || ||[=#PA0439 PA0439] || netcdf_data_format must be > 2 || Data output for virtual flights has 4 unlimited dimensions - time, x-, y-, and z-position. Unfortunately, assignment of more than one unlimited dimension per NC file is only possible with NetCDF4 / HDF5. || ||[=#PA0440 PA0440] || The usage of large scale forcing from external file LSF_DATA is not implemented for passive scalars || So far, large-scale forcing for passive scalars is not implemented. || ||[=#PA0441 PA0441] ||boundary condition: bc_s_t = "..." is not allowed with top_scalarflux /= 0.0' ||You have tried to set both, a Dirichlet boundary condition for scalar at the top (with [../inipar#bc_s_t bc_s_t] = '' 'dirichlet' ''), or an initial-gradient boundary condition, and a scalar flux at the top (with [../inipar#top_scalarflux top_scalarflux] /= ''0.0''). || ||[=#PA0442 PA0442] ||cloud_physics = .TRUE. is not allowed with cloud_droplets = .TRUE. ||Either second-order moment adjustment scheme or Lagrangian cloud physics can be applied, not both at the same time || ||[=#PA0443 PA0443] ||wall_heatflux additionally requires setting of surface_heatflux ||As [../inipar#wall_heatflux wall_heatflux] only describes the kinematic flux at topography walls at non-zero height levels, additional setting of [../inipar#surface_heatflux surface_heatflux] is required for the kinematic flux at the surface. || ||[=#PA0444 PA0444] ||wall_humidityflux additionally requires setting of surface_waterflux ||As [../inipar#wall_humidityflux wall_humidityflux] only describes the kinematic flux at topography walls at non-zero height levels, additional setting of [../inipar#surface_waterflux surface_waterflux] is required for the kinematic flux at the surface. || ||[=#PA0445 PA0445] ||wall_scalarflux additionally requires setting of surface_scalarflux ||As [../inipar#wall_scalarflux wall_scalarflux] only describes the kinematic flux at topography walls at non-zero height levels, additional setting of [../inipar#surface_scalarflux surface_scalarflux] is required for the kinematic flux at the surface. || ||[=#PA0446 PA0446] ||unknown approximation ||This error message appears if the parameter [../inipar#approximation approximation] is not set to one of the allowed values 'boussinesq' or 'anelastic'. || ||[=#PA0447 PA0447] ||invalid advection scheme ||The anelastic approximation requires: [../inipar#momentum_advec momentum_advec] = 'ws-scheme'. Currently no other advection scheme is allowed with [../inipar#approximation approximation] = 'anelastic'. || ||[=#PA0448 PA0448] ||invalid pressure solver ||The anelastic approximation requires: [../inipar#psolver psolver] to be set to one of 'poisfft', 'sor' or 'multigrid_noopt'. Currently no other pressure solver is allowed with [../inipar#approximation approximation] = 'anelastic'. || ||[=#PA0449 PA0449] ||volume flow conservation not allowed ||The anelastic approximation is not allowed with: [../inipar#conserve_volume_flow conserve_volume_flow] = .TRUE. || ||[=#PA0450 PA0450] ||unknown flux input mode ||This error message appears if the parameter [../inipar#flux_input_mode flux_input_mode] is not set to one of the allowed values 'dynamic', 'kinematic' or 'approximation-specific'. || ||[=#PA0451 PA0451] ||unknown flux output mode ||This error message appears if the parameter [../inipar#flux_output_mode flux_output_mode] is not set to one of the allowed values 'dynamic', 'kinematic' or 'approximation-specific'. || ||[=#PA0452 PA0452] ||'manual setting of zs requires adequate setting of root_fraction /= 9999999.9 and SUM(root_fraction) = 1 || 'If [../lsmpar#zs zs] is set manually, [../lsmpar#root_fraction root_fraction] /= 9999999.9 and SUM([../lsmpar#root_fraction root_fraction]) = 1 must hold. || ||[=#UI0001 UI0001] ||unknown location "..." ||The location 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'. || ||[=#UI0002 UI0002] ||location "..." is not allowed to be called with parameters "i" and "j" || || ||[=#UI0003 UI0003] ||no output possible for: ... || No CASE statement defined for '...' ||[=#UI0004 UI0004] ||unknown mode "..." || The mode has to be either 'particles' or 'slicer' || ||[=#UI0005 UI0005] ||topography "..." not available yet || There was no usable user-defined topography found. || ||[=#UI0006 UI0006] ||unknown topography "..." || This error message appears if the parameter [../inipar#topography topography] is not set to one of the allowed values 'flat', 'single_building', 'single_street_canyon' or 'tunnel'. || ||[=#UI0007 UI0007] ||canopy_mode "..." not available yet || There was no usable user-defined plant canopy found. || ||[=#UI0008 UI0008] ||unknown canopy_mode "..." || || ||[=#UI0009 UI0009] ||the number of user-defined profiles given in data_output_pr (...) does not match the one found in the restart file (...) || || ||[=#UI0010 UI0010] ||Spectra of ... can not be calculated || No CASE statement defined for '...' || ||[=#UI0011 UI0011] ||Spectra of ... are not defined || No CASE statement defined for '...' || ||[=#UI0012 UI0012] ||unknown variable named "..." found in data from prior run on PE || || ||[=#NC NC!**!**] ||!**!** contains numbers in the range from 1-521 ||Internally, PALM calls the netCDF function {{{NF90_STRERROR}}} which returns an error message string provided by netCDF. Hence, no exact assignment between PALM error number and netCDF error string can be given. Most of the netCDF errors should never appear if the default code is used. The following list gives errors which may be caused by wrong steering or errors due to problems in the user interface. || ||[=#NC0079 NC0079] ||String match to name in use ||A netCDF variable name has been used twice. Possible reasons: a variable in the parameter file has been listed twice (e.g. in [../d3par#data_output data_output]) or a variable name that has been defined in the user interface is already used by PALM. || ||[=#NC0253 NC0253] ||Name contains illegal characters ||netCDF variable names consist of arbitrary sequences of alphanumeric characters. These names are e.g. assigned by the user in the user-interface to variables {{{dots_label}}} or {{{dopr_label}}}. Due to the netCDF convention, they must not start with a digit. Also, usage of {{{/}}} as special character is not allowed. Older netCDF versions (before 3.6.3) have further restrictions on special characters. [[BR]][[BR]] Please check if your string settings in the user-interface follow the above rules. ||