Changes between Version 98 and Version 99 of doc/app/errmsg
- Timestamp:
- Nov 25, 2011 3:19:54 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v98 v99 64 64 ||[=#PA0039 PA0039] ||UPS-scheme is not implemented for passive_scalar = .TRUE. || || 65 65 ||[=#PA0040 PA0040] ||illegal value "..." found for parameter grid_matching || || 66 ||[=#PA0041 PA0041] ||plant_canopy = .TRUE. requires a non-zero drag coefficient given value is drag_coefficient = 0.0 || Farah||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 68 ||[=#PA0043 PA0043] ||ABS( alpha_surface = ... ) must be< 90.0 || || … … 129 129 ||[=#PA0105 PA0105] ||output of "..." requires humidity = .TRUE. || || 130 130 ||[=#PA0106 PA0106] ||output of "..." requires cloud_physics = .TRUE. or cloud_droplets = .TRUE. || || 131 ||[=#PA0107 PA0107] ||output of "..." requires cloud_droplets = .TRUE. || Farah||132 ||[=#PA0108 PA0108] ||output of "..." requires cloud_physics = .TRUE. || F arah||133 ||[=#PA0109 PA0109] ||output of "..." requires ocean = .TRUE. || Farah||134 ||[=#PA0110 PA0110] ||output of "..." requires passive_scalar = .TRUE. || Farah||131 ||[=#PA0107 PA0107] ||output of "..." requires cloud_droplets = .TRUE. || The quantities ql_c, ql_v, ql_vp are only calculated in the case of [../inipar#cloud_droplets cloud_droplets] = ''.TRUE.''. || 132 ||[=#PA0108 PA0108] ||output of "..." requires cloud_physics = .TRUE. || For the output of the water vapor content qv (specific humidity) set [../inipar#cloud_physics cloud_physics] = ''.TRUE.'' to switch on the condensation scheme. Also, [../inipar#humidity humidity] = ''.TRUE.'' must be set. If you want to simulate the humidity without condensation/evaporation processes, use only [../inipar#humidity humidity] = ''.TRUE.'' and choose output quantity q for output of the specific humidity. || 133 ||[=#PA0109 PA0109] ||output of "..." requires ocean = .TRUE. || Jens || 134 ||[=#PA0110 PA0110] ||output of "..." requires passive_scalar = .TRUE. || The output of the passive scalar s is only available if the prognostic equation for a passive scalar is solved by setting [../inipar#passive_scalar passive_scalar] = ''.TRUE.''. || 135 135 ||[=#PA0111 PA0111] ||illegal value for data_output: "..." only 2d-horizontal cross sections are allowed for this value || || 136 136 ||[=#PA0112 PA0112] ||output of "..." requires precipitation = .TRUE. || ||