Changes between Version 206 and Version 207 of doc/app/errmsg


Ignore:
Timestamp:
Oct 27, 2015 8:25:50 AM (10 years ago)
Author:
maronga
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v206 v207  
    8080||[=#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.  ||
    8181||[=#PA0056 PA0056]   ||illegal value for reference_state: "..."    ||See parameter [../inipar#reference_state reference_state] for allowed values, and appropriately correct your parameter file. ||
    82 ||[=#PA0057 PA0057]   ||boundary condition bc_e_b changed to "..."   ||You have set both [../inipar#bc_e_b bc_e_b] = {{{(u*)**+neumann}}}, and [../inipar#prandtl_layer prandtl_layer] = ''.FALSE.'', which is in conflict, since this type of boundary condition requires a Prandtl layer. [../inipar#bc_e_b bc_e_b] has been set to '' 'neumann' '' instead. ||
     82||[=#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. ||
    8383||[=#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. ||
    8484||[=#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. ||
     
    9898||[=#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. ||
    9999||[=#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]). ||
    100 ||[=#PA0075 PA0075]   ||boundary condition: bc_uv_b = "..." is not allowed with prandtl_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 Prandtl layer between the surface and the first vertical grid point (with [../inipar#prandtl_layer prandtl_layer] = ''.TRUE.''), which are contradicting conditions. Either set [../inipar#prandtl_layer prandtl_layer] = ''.FALSE.'' or [../inipar#bc_uv_b bc_uv_b] = '' 'dirichlet' '' in the parameter file. ||
     100||[=#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. ||
    101101||[=#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.  ||
    102102||[=#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.  ||
     
    145145||[=#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.   ||
    146146||[=#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.  ||
    147 ||[=#PA0123 PA0123]   ||prandtl_layer is not allowed with fixed value of km   ||For laminar flows with a constant eddy diffusivity  [../inipar#km_constant km_constant]=.T., the Prandtl layer has to be switched of via [../inipar#prandtl_layer prandtl_layer]=.T.. ||
     147||[=#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.. ||
    148148{{{#!tr
    149149   {{{#!td
     
    165165   }}}
    166166}}}
    167 ||[=#PA0125 PA0125]   ||rif_min = ... must be less than rif_max = ...   ||The flux-Richardson number which is calculated interactively in PALM can be limited to prevent reaching unrealistic values under certain circumstances. Make sure that [../inipar#rif_min rif_min] is smaller than  [../inipar#rif_max rif_max]. ||
     167||[=#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]. ||
    168168||[=#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). ||
    169169||[=#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).   ||
     
    629629||[=#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. ||
    630630||[=#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. ||
    631 ||[=#PA0400 PA0400]   ||lsm requires ...||When using the LSM it is required to use a Prandtl layer (constant flux layer) and a radiation scheme.  ||
     631||[=#PA0400 PA0400]   ||lsm requires ...||When using the LSM it is required to use a constant flux layer and a radiation scheme.  ||
    632632||[=#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. ||
    633633||[=#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. ||