Changes between Version 244 and Version 245 of doc/app/errmsg


Ignore:
Timestamp:
Apr 8, 2016 8:01:43 AM (9 years ago)
Author:
gronemeier
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v244 v245  
    4242||[=#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. ||
    4343||[=#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 [../inipar#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). ||
    44 ||[=#PA0019 PA0019]   ||   ||error number not in use ||
     44||[=#PA0019 PA0019]   ||   ||message number is unused ||
    4545||[=#PA0020 PA0020]   ||unknown multigrid cycle: cycle_mg = "..."   ||See parameter [../inipar#cycle_mg cycle_mg] for allowed values, and appropriately correct your parameter file. ||
    4646||[=#PA0021 PA0021]   ||unknown fft-algorithm: fft_method = "..."   ||See parameter [../inipar#fft_method fft_method] for allowed values, and appropriately correct your parameter file. ||
     
    5858||[=#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]. ||
    5959||[=#PA0034 PA0034]   ||cloud_physics = .T. is not allowed with humidity = .F.   || It is necessary to turn on humidity for the use of cloud physics.  ||
    60 ||[=#PA0035 PA0035]   ||   || error number not in use ||
     60||[=#PA0035 PA0035]   ||   || message number is unused ||
    6161||[=#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. ||
    6262||[=#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. ||
     
    221221||[=#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. ||
    222222||[=#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. ||
    223 ||[=#PA0181 PA0181]   ||no output provided for: ...   || ||
    224 ||[=#PA0182 PA0182]   ||if humidity/passive_scalar = FALSE output of ... is not provided   || ||
    225 ||[=#PA0183 PA0183]   ||if cloud_physics = FALSE output of ... is not provided   || Theres ||
    226 ||[=#PA0184 PA0184]   ||if cloud_physics = FALSE output of ... is not provided   || Theres ||
    227 ||[=#PA0185 PA0185]   ||data_output_profiles: normalizing cross ... is not possible since one of the normalizing factors is zero! cross_normx_factor(...,...) = ... cross_normy_factor(...,...) = ...   || ||
     223||[=#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. ||
     224||[=#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. ||
     225||[=#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.. ||
     226||[=#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.. ||
     227||[=#PA0185 PA0185]   ||  || message number is unused ||
    228228||[=#PA0186 PA0186]   ||no spectra data available   ||  ||
    229229||[=#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. ||
     
    454454||[=#PA0377 PA0377]   ||The usage of large scale forcing from external file LSF_DATA is not implemented for non-flat topography  ||Please use topography = 'flat'.  ||
    455455||[=#PA0378 PA0378]   ||The usage of large scale forcing from external file LSF_DATA is not implemented for ocean runs ||Please use ocean = .F..  ||
    456 ||[=#PA0379 PA0379]   ||   ||error number not in use    ||
     456||[=#PA0379 PA0379]   ||   || message number is unused ||
    457457||[=#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. ||
    458458||[=#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..||