Changes between Version 120 and Version 121 of doc/app/errmsg
- Timestamp:
- Sep 14, 2012 2:59:07 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v120 v121 41 41 ||[=#PA0016 PA0016] ||unknown solver for perturbation pressure: psolver = "..." || Siggi || 42 42 ||[=#PA0017 PA0017] ||psolver = "..." only works for a 1d domain-decomposition along x please do not set npey/=1 in the parameter file || Siggi || 43 ||[=#PA001 7 PA0018] ||psolver = ".." does not work for subdomains with unequal size please set grid_matching = ''strict'' in the parameter file || Siggi||43 ||[=#PA0018 PA0018] || ||error number free to use || 44 44 ||[=#PA0019 PA0019] ||psolver = "..." only works for a parallel environment || Siggi || 45 45 ||[=#PA0020 PA0020] ||unknown multigrid cycle: cycle_mg = "..." || Siggi || … … 63 63 ||[=#PA0038 PA0038] ||humidity = .TRUE. and passive_scalar = .TRUE. is not allowed simultaneously' || In PALM, one additional prognostic equation is available to calculate the transport of a scalar quantity. This quantity can either be the [../inipar#humidity humidity] or a [../inipar#passive_scalar passive scalar]. || 64 64 ||[=#PA0039 PA0039] || ||error number free to use || 65 ||[=#PA0040 PA0040] || illegal value "..." found for parameter grid_matching || For the adjustment of the subdomain size in parallel runs, the parameter [../inipar#grid_matching grid_matching] may be set to '' 'strict' '' or '' 'match' ''.||65 ||[=#PA0040 PA0040] || ||error number free to use || 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 || ||