Changes between Version 728 and Version 729 of doc/app/errmsg


Ignore:
Timestamp:
Feb 26, 2021 5:09:37 PM (4 years ago)
Author:
wagner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v728 v729  
    6464||[=#PA0039 PA0039]   ||  Using synthetic turbulence generator in combination with turbulent_inflow = .T. is not allowed || A turbulent inflow can only be generated by either the synthetic turbulence generator or the turbulence recycling method. Using both at the same time is impossible. ||
    6565||[=#PA0040 PA0040]   ||LWC is not conserved during collision! LWC after condensation: ... LWC after collision: ... || LWC means liquid water content. This should not happen. Please write a [https://palm.muk.uni-hannover.de/trac/newticket ticket].  ||
    66 ||[=#PA0041 PA0041]   ||plant_canopy = .TRUE. 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 {{{&plant_canopy_parameters}}}. 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 [../initialization_parameters#humidity humidity] = ''.TRUE.'' or [../initialization_parameters#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.  ||
     66||[=#PA0041 PA0041]   ||plant_canopy = .TRUE. requires a non-zero drag coefficient, given value is canopy_drag_coeff = 0.0   || When simulating a plant canopy, a non-zero [../plant_canopy_parameters#canopy_drag_coeff canopy_drag_coeff] must be set in the parameter file under NAMELIST {{{&plant_canopy_parameters}}}. The [/wiki/doc/app/plant_canopy_parameters 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 [../initialization_parameters#humidity humidity] = ''.TRUE.'' or [../initialization_parameters#passive_scalar passive_scalar] = ''.TRUE.'', an additional source/sink term is added to the prognostic equation of the respective scalar.\\ If [../plant_canopy_parameters#canopy_drag_coeff canopy_drag_coeff] = 0.0, the additional terms equal zero and there would be no effect on the flow.  ||
    6767||[=#PA0042 PA0042]   ||use_top_fluxes must be .TRUE. in ocean mode   ||In [../initialization_parameters#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. ||
    6868||[=#PA0043 PA0043]   ||ABS( alpha_surface = ... ) must be< 90.0   ||Upright surfaces are not allowed in case of sloping surfaces. ||
     
    141141||[=#PA0116 PA0116]   || to_netcdf = .True. requires parallel NetCDF || surface output with NetCDF requires parallel NetCDF ||
    142142||[=#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 ({{{pmc_interface_mod.f90}}}).  ||
    143 ||[=#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 (leaf area density) 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. ||
    144 ||[=#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 (leaf area density) 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. ||
    145 ||[=#PA0120 PA0120]   ||simultaneous setting of alpha_lad /= 9999999.9 combined with beta_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 (leaf area density) 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]. ||
     143||[=#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 (leaf area density) profile of a vegetation canopy is to be constructed using a beta distribution, parameters [/wiki/doc/app/plant_canopy_parameters#alpha_lad alpha_lad], [/wiki/doc/app/plant_canopy_parameters#beta_lad beta_lad] must be set and [/wiki/doc/app/plant_canopy_parameters#lai_beta lai_beta] must be given a non-zero value. ||
     144||[=#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 (leaf area density) profile of a vegetation canopy is to be constructed using a beta distribution, parameters [/wiki/doc/app/plant_canopy_parameters#alpha_lad alpha_lad], [/wiki/doc/app/plant_canopy_parameters#beta_lad beta_lad] must be set and [/wiki/doc/app/plant_canopy_parameters#lai_beta lai_beta] must be given a non-zero value. ||
     145||[=#PA0120 PA0120]   ||simultaneous setting of alpha_lad /= 9999999.9 combined with beta_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 (leaf area density) profile of a vegetation canopy can be either constructed with a beta function by prescribing parameters [/wiki/doc/app/plant_canopy_parameters#alpha_lad alpha_lad], [/wiki/doc/app/plant_canopy_parameters#beta_lad beta_lad] and [/wiki/doc/app/plant_canopy_parameters#lai_beta lai_beta]; or from piecewise linear segments by prescribing [/wiki/doc/app/plant_canopy_parameters#lad_surface lad_surface], [/wiki/doc/app/plant_canopy_parameters#lad_vertical_gradient lad_vertical_gradient] and [/wiki/doc/app/plant_canopy_parameters#lad_vertical_gradient_level lad_vertical_gradient_level]. ||
    146146||[=#PA0121 PA0121]   ||km_constant = ... < 0.0   ||The eddy-diffusivity km has to be positive definite. Change the value of  [../initialization_parameters#km_constant km_constant] accordingly.   ||
    147147||[=#PA0122 PA0122]   ||prandtl_number = ... < 0.0   ||The Prandtl number Pr has to be positive definite. Change the value of  [../initialization_parameters#prandtl_number prandtl_number] accordingly.  ||
     
    438438||[=#PA0358 PA0358]   ||data_output_pr = '...' is not implemented for cloud_scheme /= ... || Output of profiles of rain drop number density (nr) or rain water mixing ratio (qr) is only allowed for [../initialization_parameters#cloud_scheme cloud_scheme] = "seifert_beheng". Output of profiles of cloud drop number density (nc) is only allowed for [../initialization_parameters#cloud_scheme cloud_scheme] = "morrison". ||
    439439||[=#PA0359 PA0359]   ||output of "..." requires cloud_scheme = seifert_beheng || Output of 3d-data, cross-sections or masked data of rain drop number concentration (nr) or rain water content (qr) is only allowed for [../initialization_parameters#cloud_scheme cloud_scheme] = "seifert_beheng". Output of cloud drop number density (nc) is only allowed for [../initialization_parameters#cloud_scheme cloud_scheme] = "morrison". ||
    440 ||[=#PA0360 PA0360]   ||plant_canopy = .TRUE. requires cloud_scheme /= seifert_beheng || It is not allowed to use [../canpar plant_canopy] with the [../initialization_parameters#cloud_scheme cloud_scheme] = "seifert_beheng". ||
     440||[=#PA0360 PA0360]   ||plant_canopy = .TRUE. requires cloud_scheme /= seifert_beheng || It is not allowed to use [../plant_canopy_parameters plant_canopy] with the [../initialization_parameters#cloud_scheme cloud_scheme] = "seifert_beheng". ||
    441441||[=#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 [../initialization_parameters#passive_scalar passive_scalar] = '''.TRUE.'''   ||
    442442||[=#PA0362 PA0362]   ||nz >= 14 is required ||Due to an internal restriction, PALM currently requires more than 13 vertical grid levels. Increase the number of vertical grid levels in the initialization_parameters namelist (parameter nz). ||