Changes between Version 574 and Version 575 of doc/app/errmsg
- Timestamp:
- Oct 1, 2018 11:44:02 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v574 v575 114 114 ||[=#PA0089 PA0089] ||dt_averaging_input_pr = ... must be <= averaging_interval_pr = ... ||The sampling interval (set by [../d3par#dt_averaging_input_pr dt_averaging_input_pr]) for averaging profile data must be less or equal to the averaging interval (set by [../d3par#averaging_interval_pr averaging_interval_pr]). Adjust settings of these variables appropriately in the parameter file. || 115 115 ||[=#PA0090 PA0090] ||precipitation_amount_interval = ... must not be larger than dt_do2d_xy = ... ||Choose a value for [../d3par#precipitation_amount_interval precipitation_amount_interval] smaller than or equal to [../d3par#dt_do2d_xy dt_do2d_xy]. Adjust the settings of [../d3par#precipitation_amount_interval precipitation_amount_interval] appropriately in the parameter file.|| 116 ||[=#PA0091 PA0091] || data_output_pr = ... is not implemented for ocean = .FALSE. ||The listed entries in the parameter file under [../d3par#data_output_pr data_output_pr] are only avialable for [../inipar#ocean ocean]= .T.. There could also be a typo in [../d3par#data_output_pr data_output_pr] (an output variable was used that does not exist in PALM).||116 ||[=#PA0091 PA0091] ||wrong component of Stokes force: ... ||Only the three Cartesian components 1, 2, and 3 are allowed for the Stokes force in ocean mode. || 117 117 ||[=#PA0092 PA0092] ||data_output_pr = ... is not implemented for humidity = .FALSE. ||The listed entries in the parameter file under [../d3par#data_output_pr data_output_pr] are only available for [../inipar#humidity humidity]= .T.. There could also be a typo in [../d3par#data_output_pr data_output_pr] (an output variable was used that does not exist in PALM). || 118 118 ||[=#PA0093 PA0093] ||data_output_pr = ... is not implemented for passive_scalar = .FALSE. ||The listed entries in the parameter file under [../d3par#data_output_pr data_output_pr] are only available for [../inipar#passive_scalar passive_scalar]= .T.. There could also be a typo in [../d3par#data_output_pr data_output_pr] (an output variable was used that does not exist in PALM).|| … … 132 132 ||[=#PA0107 PA0107] ||output of "..." requires cloud_droplets = .TRUE. || The quantities ql_c, ql_v, ql_vp are only calculated in case of [../inipar#cloud_droplets cloud_droplets] = ''.T.''. || 133 133 ||[=#PA0108 PA0108] ||output of "..." requires cloud_physics = .TRUE. || For the output of some quantities related to clouds and humidity [../inipar#cloud_physics cloud_physics] = ''.T.'' must be set. For example, the water vapor mixing ratio qv requires [../inipar#cloud_physics cloud_physics] = ''.T.''. Also, [../inipar#humidity humidity] = ''.T.'' must be set. If you want to simulate the humidity without condensation/evaporation processes, use only [../inipar#humidity humidity] = ''.T.'' and choose output quantity q for output of the water vapor mixing ratio. || 134 ||[=#PA0109 PA0109] ||output of "..." requires ocean = .TRUE. || The quantities rho_ocean and sa are only calculated in case of [../inipar#ocean ocean] = ''.T.''. ||134 ||[=#PA0109 PA0109] ||output of "..." requires ocean mode || The quantities rho_ocean and sa are only calculated in case that ocean mode has been activated by giving the {{{&ocean_parameters}}} namelist. || 135 135 ||[=#PA0110 PA0110] ||output of "s" 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] = ''.T.''. || 136 136 ||[=#PA0111 PA0111] ||illegal value for data_output: "..." only 2d-horizontal cross sections are allowed for this value ||The listed quantities are pure two-dimensional xy-cross-sections. They are not available as 3d data or xz/yz cross-sections. Note that these quantities are always marked by an asterisk as last character. See also [../d3par#data_output data_output]. || … … 366 366 ||[=#PA0322 PA0322] ||output of qsws* requires humidity=.TRUE. || Variables connected with humidity, e.g. the surface latent heatflux qsws*, can only be output if the moist version of PALM is used, i.e. if [../inipar#humidity humidity] = '''.TRUE.''' || 367 367 ||[=#PA0323 PA0323] ||output of averaged quantity "..." requires to set a non-zero averaging interval || If 2d or 3d data shall be output as a time average over a certain time interval, the parameter [../d3par#averaging_interval averaging_interval] must be set to a non-zero value. The default is [../d3par#averaging_interval averaging_interval] = 0.0, i.e. by default no averaging is applied to the output variables. || 368 ||[=#PA0324 PA0324] ||Applying large scale vertical motion is not allowed for ocean runs ||Large scale subsidence is only reasonable and implemented for atmospheric runs. The setting of [../inipar#subs_vertical_gradient subs_vertical_gradient] and [../inipar#subs_vertical_gradient_level subs_vertical_gradient_level] is not possible in [../inipar#ocean ocean]-runs. ||368 ||[=#PA0324 PA0324] ||Applying large scale vertical motion is not allowed for ocean mode ||Large scale subsidence is only reasonable and implemented for atmospheric runs. The setting of [../inipar#subs_vertical_gradient subs_vertical_gradient] and [../inipar#subs_vertical_gradient_level subs_vertical_gradient_level] is not available for the ocean mode. || 369 369 ||[=#PA0325 PA0325] ||illegal value: masks must be >= 0 and <= "..."(=max_masks) || If more than max_masks are needed, the value for max_maskes can be changed in [[source:palm/trunk/SOURCE/modules.f90| modules.f90]]. See documentation of the [../userint user interface] and [../d3par#data_output_masks data_output_masks]. || 370 370 ||[=#PA0326 PA0326] ||illegal value: mask_scale_x, mask_scale_y and mask_scale_z must be > 0.0 || [../d3par#mask_scale_x mask_scale_x] (or [../d3par#mask_scale_y y] or [../d3par#mask_scale_z z]) ||