Changes between Version 722 and Version 723 of doc/app/errmsg
- Timestamp:
- Feb 24, 2021 5:13:42 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v722 v723 42 42 ||[=#PA0017 PA0017] ||output of more than 300 profiles requested || The total sum of output profiles given via parameters [wiki:doc/app/runtime_parameters#data_output_pr data_output_pr] and [wiki:doc/app/user_parameters#data_output_pr_user data_output_pr_user] is greater than 300. You may either reduce the number of output profiles, or ask the PALM group (via the trouble-ticket system) to extend the bounds of PALM internal arrays to allow for more than 300 profiles. || 43 43 ||[=#PA0018 PA0018] || illegal value for data_output_masks or data_output_masks_user: ... || Possible reasons are: (a) a typo in the parameter file related to masked data output, (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]). For possible output quantities see [../runtime_parameters#data_output_masks data_output_masks]. || 44 ||[=#PA0019 PA0019] || unknown surface type: surface_type = "..." ||See parameter [../l smpar#surface_type surface_type] for allowed values, and appropriately correct your parameter file. ||44 ||[=#PA0019 PA0019] || unknown surface type: surface_type = "..." ||See parameter [../land_surface_parameters#surface_type surface_type] for allowed values, and appropriately correct your parameter file. || 45 45 ||[=#PA0020 PA0020] ||unknown multigrid cycle: cycle_mg = "..." ||See parameter [../initialization_parameters#cycle_mg cycle_mg] for allowed values, and appropriately correct your parameter file. || 46 46 ||[=#PA0021 PA0021] ||unknown fft-algorithm: fft_method = "..." ||See parameter [../initialization_parameters#fft_method fft_method] for allowed values, and appropriately correct your parameter file. || … … 181 181 ||[=#PA0138 PA0138] ||dissipation_1d = "..." is unknown ||See parameter [../initialization_parameters#dissipation_1d dissipation_1d] for allowed values, and appropriately correct your parameter file. || 182 182 ||[=#PA0139 PA0139] ||'pavement_type = 0 (user_defined) requires setting of pavement_heat_conduct /= 9999999.9 ||In case of a user-defined pavement type, the heat conductivity of the pavement must be given || 183 ||[=#PA0140 PA0140] || invalid soil layer configuration found (dz_soil_center(k) <= 0.0) ||By setting zs (the center of the soil layers), the depths of the individual layers is calculated by PALM itself. This errors points towards a misconfiguration because a soil level is set within an already established soil layer. Check [../l smpar#dz_soil dz_soil]. ||183 ||[=#PA0140 PA0140] || invalid soil layer configuration found (dz_soil_center(k) <= 0.0) ||By setting zs (the center of the soil layers), the depths of the individual layers is calculated by PALM itself. This errors points towards a misconfiguration because a soil level is set within an already established soil layer. Check [../land_surface_parameters#dz_soil dz_soil]. || 184 184 ||[=#PA0141 PA0141] ||coupling requires PALM to be compiled with cpp-option "-D_parallel" ||Coupling is only allowed in parallel and not in serial mode. You have to compile PALM with the preprocessor option "-D_parallel". Add this option to the {{{%cpp_options}}} line in your configuration file {{{.palm.config....}}} || 185 185 ||[=#PA0142 PA0142] ||absolute temperature < 0.0 at zu(...) = ... || Within the PALM code (in {{{bcm_init}}}), 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 ([../initialization_parameters#nz nz]), switch on the grid stretching at larger heights (see [../initialization_parameters#dz_stretch_level dz_stretch_level]) or reduce the grid stretching factor ([../initialization_parameters#dz_stretch_factor dz_stretch_factor]). || … … 335 335 ||[=#PA0292 PA0292] ||mismatch between actual data and data from prior run on PE ... \\nzt on file = ... \\nzt = ... || The vertical extent of the model domain must be the same in precursor and main run. See documentation of [../examples/turbinf tubulent inflow] for detailed information on the use of restart data for precursor runs. || 336 336 ||[=#PA0293 PA0293] || data_output_pr = ... is not implemented for air_chemistry = .FALSE. || || 337 ||[=#PA0294 PA0294] || vegetation_type = 1 (bare soil) requires vegetation_coverage = 0 || Self-explanatory. Change the value of [../l smpar#vegetation_type vegetation_type] or [../lsmpar#vegetation_coverage vegetation_coverage]. ||337 ||[=#PA0294 PA0294] || vegetation_type = 1 (bare soil) requires vegetation_coverage = 0 || Self-explanatory. Change the value of [../land_surface_parameters#vegetation_type vegetation_type] or [../land_surface_parameters#vegetation_coverage vegetation_coverage]. || 338 338 ||[=#PA0295 PA0295] || complex_terrain requires topography = 'read_from_file' || Self-explanatory. See [../initialization_parameters#complex_terrain complex_terrain] and [../initialization_parameters#topography topography]. || 339 339 ||[=#PA0296 PA0296] ||version mismatch concerning binary_version_global: version on file = "..." version on program = "..." || The precursor run was carried out with a different version than the main run. Repeat the precurser with the current version or carry out the main run with the same version as the precursor. || … … 457 457 ||[=#PA0377 PA0377] ||The usage of large scale forcing from external file LSF_DATA is not implemented for non-flat topography ||Please use [../initialization_parameters#topography topography] = 'flat' or refrain from using large scale [../initialization_parameters#large_scale_forcing forcing]. || 458 458 ||[=#PA0378 PA0378] ||The usage of large scale forcing from external file [../../app/iofiles#LSF_DATA LSF_DATA] is not implemented for ocean runs ||Please use [../initialization_parameters#ocean ocean] = .F. or refrain from using large scale [../initialization_parameters#large_scale_forcing forcing]. || 459 ||[=#PA0379 PA0379] ||water_type = 0 (user_defined) requires setting of water_temperature /= 9999999.9 || When the [../l smpar#water_type water_type] is set to be user-defined, a water temperature must be prescribed. ||459 ||[=#PA0379 PA0379] ||water_type = 0 (user_defined) requires setting of water_temperature /= 9999999.9 || When the [../land_surface_parameters#water_type water_type] is set to be user-defined, a water temperature must be prescribed. || 460 460 ||[=#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 [../initialization_parameters#large_scale_subsidence large_scale_subsidence] = .T. but without [../initialization_parameters#large_scale_forcing large_scale_forcing] a profile for the subsidence velocity w_subs has to be prescribed. See [../initialization_parameters#subs_vertical_gradient_level subs_vertical_gradient_level]. || 461 461 ||[=#PA0381 PA0381] ||Enable usage of large scale subsidence by setting large_scale_subsidence = .T.. ||[../initialization_parameters#subs_vertical_gradient_level subs_vertical_gradient_level] requires [../initialization_parameters#large_scale_subsidence large_scale_subsidence] = .T.. || … … 594 594 }}} 595 595 }}} 596 ||[=#PA0392 PA0392] ||water_type = 0 (user_defined) requires setting of z0h_water /= 9999999.9' ||If the [../l smpar#water_type water_type] is set to be user-specific, it is essential to prescribe a roughness length for heat (in m) for water surface types. ||596 ||[=#PA0392 PA0392] ||water_type = 0 (user_defined) requires setting of z0h_water /= 9999999.9' ||If the [../land_surface_parameters#water_type water_type] is set to be user-specific, it is essential to prescribe a roughness length for heat (in m) for water surface types. || 597 597 {{{#!tr 598 598 {{{#!td … … 623 623 ||[=#PA0399 PA0399] ||lsm requires setting of [../initialization_parameters#bc_pt_b bc_pt_b] = "dirichlet" and [../initialization_parameters#bc_q_b 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. || 624 624 ||[=#PA0400 PA0400] ||lsm requires ...||When using the LSM it is required to use a [../initialization_parameters#constant_flux_layer constant_flux_layer] and the [../radpar#RadiationParameters radiation model]. || 625 ||[=#PA0401 PA0401] ||vegetation_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. See [../l smpar#vegetation_type vegetation_type] ||625 ||[=#PA0401 PA0401] ||vegetation_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. See [../land_surface_parameters#vegetation_type vegetation_type] || 626 626 ||[=#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. || 627 ||[=#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. See [../l smpar#soil_type soil_type] ||627 ||[=#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. See [../land_surface_parameters#soil_type soil_type] || 628 628 ||[=#PA0404 PA0404] ||output of ... requires land_surface = .TRUE. (or urban_surface = .TRUE.) ||The requested output quantity is only available when using the LSM (or USM). || 629 629 ||[=#PA0405 PA0405] ||unknown radiation_scheme = ... ||For a list of available radiation schemes, see [wiki:doc/app/radpar#radiation_scheme radiation_scheme]. || … … 637 637 ||[=#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. || 638 638 ||[=#PA0414 PA0414] ||nested child domain lower left corner [and upper right corner and height] must match its parent grid lines ||nested child domain lower left corner (x,y) [and upper right corner (x,y) and top (z)] coordinates must match the parent grid lines, i.e. they must be integer divisible by the parent grid spacings in the respective coordinate direction || 639 ||[=#PA0415 PA0415] ||water_type = 0 (user_defined) requires setting of z0_water /= 9999999.9' ||If the [../l smpar#water_type water_type] is set to be user-specific, it is essential to prescribe a roughness length for momentum (in m) for water surface types. ||639 ||[=#PA0415 PA0415] ||water_type = 0 (user_defined) requires setting of z0_water /= 9999999.9' ||If the [../land_surface_parameters#water_type water_type] is set to be user-specific, it is essential to prescribe a roughness length for momentum (in m) for water surface types. || 640 640 ||[=#PA0416 PA0416] ||nesting grid-spacing ratio ( parent dx / child dx [or dy or dz, respectively] ) must have an integer value [for each z-level] || Parent / child grid spacing ratios in each coordinate direction must be integer valued. This also implies that vertical grid stretching is not allowed in nested runs except in the root domain above the top level of the highest nest-domain || 641 641 ||[=#PA0417 PA0417] ||illegal nesting mode: ... ||Allowed values for [../nestpar#nesting_mode nesting_mode] are 'one-way', 'two-way' or 'vertical'. || … … 680 680 ||[=#PA0456 PA0456] ||Tunnel width too large ||[../initialization_parameters#tunnel_width_y tunnel_width_y] must be <= ([../initialization_parameters#ny ny]+1)*[../initialization_parameters#dy dy] || 681 681 ||[=#PA0457 PA0457] ||The maximumn number of agents durin this run was <maximum_number_of_agents>. Consider adjusting the INPUT parameter [../agtpar#dim_size_agtnum_manual dim_size_agtnum_manual] accordingly for the next run. ||This informative message is given at the end of every job that uses the [wiki:doc/tec/mas Multi Agent System]. In order to avoid unnecessarily large files, try to set [../agtpar#dim_size_agtnum_manual dim_size_agtnum_manual] as close to the maximum number of agents during the simulation. || 682 ||[=#PA0458 PA0458] || soil_moisture must not exceed its saturation value ||This error can occur when the soil moisture is higher than the saturation moisture for the given vegetation type. Check and may adjust parameters [../l smpar#saturation_moisture saturation_moisture] or [../lsmpar#soil_moisture soil_moisture]. ||682 ||[=#PA0458 PA0458] || soil_moisture must not exceed its saturation value ||This error can occur when the soil moisture is higher than the saturation moisture for the given vegetation type. Check and may adjust parameters [../land_surface_parameters#saturation_moisture saturation_moisture] or [../land_surface_parameters#soil_moisture soil_moisture]. || 683 683 ||[=#PA0459 PA0459] || unknown aerosol type 'aero_type = ...' ||Chose an appropriate value for [../parpar#aero_type aero_type]. || 684 684 ||[=#PA0460 PA0460] || wrong settings for stokes_wavelength and/or stokes_waveheight || If you set parameters stokes_wavelength and stokes_waveheight to switch on the Stokes force in ocean mode, they must '''both''' be set > 0.0. Values < 0.0 are not allowed. || … … 687 687 ||[=#PA0463 PA0463] || rcx, rcy, rcz have to be given for each turbine. || The position of each turbine has to be specified. See [../wind_turbine_par#rcx rcx], [../wind_turbine_par#rcy rcy] and [../wind_turbine_par#rcz rcz]. || 688 688 ||[=#PA0464 PA0464] || file WTM_DATA does not exist || Make sure that the file [../iofiles#WTM_DATA WTM_DATA] containing physical characteristics of the blades, as described in [[source:/palm/trunk/EXAMPLES/wind_turbine/example_wtm.txt| example_wtm.txt]], is provided in the INPUT folder of the respective run on the host where the job is running. || 689 ||[=#PA0465 PA0465] || surface_type = netcdf requires static input file. || Either provide the file [../iofiles#PIDS_STATIC PIDS_STATIC] or change the value of [../l smpar#surface_type surface_type] to a value different than netcdf. ||689 ||[=#PA0465 PA0465] || surface_type = netcdf requires static input file. || Either provide the file [../iofiles#PIDS_STATIC PIDS_STATIC] or change the value of [../land_surface_parameters#surface_type surface_type] to a value different than netcdf. || 690 690 ||[=#PA0466 PA0466] || wrong component of wave breaking: ... || Only the two Cartesian components 1 and 2 are allowed for adding wave breaking effects in ocean mode. || 691 691 ||[=#PA0467 PA0467] || y_shift /= 0 is only allowed for cyclic boundary conditions in both directions || y_shift defines a shift in the cyclic boundary conditions. It can therefore only be used with cyclic boundary conditions. See [../initialization_parameters#y_shift y_shift]. || … … 693 693 ||[=#PA0469 PA0469] || unknown aerosol species for bulk microphysics || aerosol species must be set to a known type. See [../initialization_parameters#aerosol_bulk aerosol_bulk]. || 694 694 ||[=#PA0470 PA0470] || unknown aerosol species for lagrangian cloud microphysics || aerosol species must be set to a known type. See [../parpar#aero_species aero_species]. || 695 ||[=#PA0471 PA0471] || number of soil layers (...) does not match to the number of layers specified in soil_temperature (...) || For each soil layer an initial soil temperature must be prescribed (see [wiki:doc/app/l smpar#soil_temperature soil_temperature]). The number of soil layers is defined by [wiki:doc/app/lsmpar#dz_soil dz_soil]. ||696 ||[=#PA0472 PA0472] || deep_soil_temperature is not set but must be /= 9999999.9 || Since r2729 the [../l smpar#deep_soil_temperature deep_soil_temperature] is no longer part of the soil_temperature array and must be specific separately. The deep soil temperature serves as bottom boundary condition for heat diffusion in the soil model. Note that there is no analogous value for soil moisture as the bottom of the soil can either be set to bedrock (water accumulates) or free drainage (water is lost). ||695 ||[=#PA0471 PA0471] || number of soil layers (...) does not match to the number of layers specified in soil_temperature (...) || For each soil layer an initial soil temperature must be prescribed (see [wiki:doc/app/land_surface_parameters#soil_temperature soil_temperature]). The number of soil layers is defined by [wiki:doc/app/land_surface_parameters#dz_soil dz_soil]. || 696 ||[=#PA0472 PA0472] || deep_soil_temperature is not set but must be /= 9999999.9 || Since r2729 the [../land_surface_parameters#deep_soil_temperature deep_soil_temperature] is no longer part of the soil_temperature array and must be specific separately. The deep soil temperature serves as bottom boundary condition for heat diffusion in the soil model. Note that there is no analogous value for soil moisture as the bottom of the soil can either be set to bedrock (water accumulates) or free drainage (water is lost). || 697 697 ||[=#PA0473 PA0473] || Vertical grid stretching is not allowed for complex_terrain = .T. || Self-explanatory. See [../initialization_parameters#complex_terrain complex_terrain] and [../initialization_parameters#dz_stretch_level dz_stretch_level]. || 698 ||[=#PA0474 PA0474] ||pavement_type = 0 (user_defined) requires setting of pavement_depth_level /= 0 ||When a user-defined pavement is prescribed, a depth must be asigned that determines how deep the pavement extends into the ground. The [../l smpar#pavement_heat_capacity pavement heat capacity] and [../lsmpar##pavement_heat_cond pavement heat conductivty] are then asigned to all those levels. ||698 ||[=#PA0474 PA0474] ||pavement_type = 0 (user_defined) requires setting of pavement_depth_level /= 0 ||When a user-defined pavement is prescribed, a depth must be asigned that determines how deep the pavement extends into the ground. The [../land_surface_parameters#pavement_heat_capacity pavement heat capacity] and [../land_surface_parameters##pavement_heat_cond pavement heat conductivty] are then asigned to all those levels. || 699 699 ||[=#PA0475 PA0475] || Particle violated CFL-criterion: particle with id ... will be deleted! || This is a warning that some of your particles moves too fast. Therefore they will be deleted. || 700 700 ||[=#PA0476 PA0476] || Humidity has to be set to .T. in the _p3d file for coupled runs between ocean and atmosphere. || Set [../initialization_parameters#humidity humidity] = .T. in the _p3d. ||