Changes between Version 99 and Version 100 of doc/app/errmsg
- Timestamp:
- Nov 29, 2011 11:55:24 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v99 v100 66 66 ||[=#PA0041 PA0041] ||plant_canopy = .TRUE. requires a non-zero drag coefficient, given value is drag_coefficient = 0.0 || If [../inipar#plant_canopy plant_canopy] = ''.TRUE.'' a non-zero [../inipar#drag_coefficient drag_coefficient] must be set to account for the effect of the plant canopy on the flow. The canopy model in PALM adds an additional source/sink term to the momentum equations, the prognostic equation for temperature and the subgrid scale turbulent kinetic energy. 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 [../inipar#drag_coefficient drag_coefficient] = 0.0, the additional terms equal zero and there is no effect on the flow. || 67 67 ||[=#PA0042 PA0042] ||use_top_fluxes must be .TRUE. in ocean version || || 68 ||[=#PA0043 PA0043] ||ABS( alpha_surface = ... ) must be< 90.0 || ||68 ||[=#PA0043 PA0043] ||ABS( alpha_surface = ... ) must be< 90.0 || Micha || 69 69 ||[=#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. || 70 70 ||[=#PA0045 PA0045] ||cfl_factor = ... out of range 0.0 < cfl_factor <= 1.0 is required || Matthias || … … 72 72 ||[=#PA0047 PA0047] ||baroclinicity (vg) not allowed simultaneously with galilei transformation || Matthias || 73 73 ||[=#PA0048 PA0048] ||variable translation speed used for galilei-transformation, which may cause instabilities in stably stratified regions || || 74 ||[=#PA0049 PA0049] ||unknown boundary condition: bc_lr = "..." || ||75 ||[=#PA0050 PA0050] ||unknown boundary condition: bc_ns = "..." || ||74 ||[=#PA0049 PA0049] ||unknown boundary condition: bc_lr = "..." || Micha || 75 ||[=#PA0050 PA0050] ||unknown boundary condition: bc_ns = "..." || Micha || 76 76 ||[=#PA0051 PA0051] ||non-cyclic lateral boundaries do not allow psolver = "..." || Using non-cyclic lateral boundary conditions requires the multi-grid method for solving the Poisson equation for the perturbation pressure. You can choose this method by setting the parameter [../inipar#psolver psolver] = '' 'multigrid' ''. || 77 77 ||[=#PA0052 PA0052] ||non-cyclic lateral boundaries do not allow momentum_advec = "..." || Using non-cyclic lateral boundary conditions requires either the scheme of Wicker and Skamarock or the scheme of Piacsek and Williams for the advection of momentum. You can choose one of these methods by setting the parameter [../inipar#momentum_advec momentum_advec]. || … … 81 81 ||[=#PA0056 PA0056] ||adjust_mixing_length = FALSE and bc_e_b = "..." || || 82 82 ||[=#PA0057 PA0057] ||boundary condition bc_e_b changed to "..." || || 83 ||[=#PA0058 PA0058] ||unknown boundary condition: bc_e_b = "..." || ||84 ||[=#PA0059 PA0059] ||unknown boundary condition: bc_p_b = "..." || ||83 ||[=#PA0058 PA0058] ||unknown boundary condition: bc_e_b = "..." || Micha || 84 ||[=#PA0059 PA0059] ||unknown boundary condition: bc_p_b = "..." || Micha || 85 85 ||[=#PA0060 PA0060] ||boundary condition: bc_p_b = "..." not allowed with prandtl_layer = .FALSE. || || 86 ||[=#PA0061 PA0061] ||unknown boundary condition: bc_p_t = "..." || ||87 ||[=#PA0062 PA0062] ||unknown boundary condition: bc_pt_b = "..." || ||88 ||[=#PA0063 PA0063] ||unknown boundary condition: bc_pt_t = "..." || ||86 ||[=#PA0061 PA0061] ||unknown boundary condition: bc_p_t = "..." || Micha || 87 ||[=#PA0062 PA0062] ||unknown boundary condition: bc_pt_b = "..." ||Micha || 88 ||[=#PA0063 PA0063] ||unknown boundary condition: bc_pt_t = "..." ||Micha || 89 89 ||[=#PA0064 PA0064] ||both, top_momentumflux_u AND top_momentumflux_v must be set || Jens || 90 90 ||[=#PA0065 PA0065] ||boundary_condition: bc_pt_b = "..." is not allowed with constant_heatflux = .TRUE. || ||