Changes between Version 109 and Version 110 of doc/app/errmsg


Ignore:
Timestamp:
Jul 11, 2012 12:44:03 PM (13 years ago)
Author:
kanani
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v109 v110  
    5050||[=#PA0025 PA0025]   ||use_upstream_for_tke set .TRUE. because use_sgs_for_particles = .TRUE.    ||  ||
    5151||[=#PA0026 PA0026]   ||use_upstream_for_tke = .TRUE. not allowed with timestep_scheme = "..."   || Matthias ||
    52 ||[=#PA0027 PA0027]   ||unknown timestep scheme: timestep_scheme = "..."   || ||
     52||[=#PA0027 PA0027]   ||unknown timestep scheme: timestep_scheme = "..."   || Different [../inipar#timestep_scheme timestep schemes] are available in PALM. Please set [../inipar#timestep_scheme timestep_scheme] to either '' 'runge-kutta-3' '', '' 'runge-kutta-2' '', '' 'leapfrog' '', '' 'leapfrog+euler' '' or '' 'euler' ''. ||
    5353||[=#PA0028 PA0028]   ||scalar advection scheme "..." does not work with timestep_scheme "..."   || Matthias ||
    5454||[=#PA0029 PA0029]   ||momentum advection scheme "..." does not work with timestep_scheme "..."  || Matthias ||
     
    5959||[=#PA0034 PA0034]   ||cloud_physics = ... is not allowed with humidity = ...   || Theres  ||
    6060||[=#PA0035 PA0035]   ||precipitation = ... is not allowed with cloud_physics = ...   || Theres ||
    61 ||[=#PA0036 PA0036]   ||humidity = .TRUE. and sloping_surface = .TRUE. are not allowed simultaneously     || ||
    62 ||[=#PA0037 PA0037]   ||UPS-scheme is not implemented for humidity = .TRUE.   || ||
     61||[=#PA0036 PA0036]   ||humidity = .TRUE. and sloping_surface = .TRUE. are not allowed simultaneously   || If [../inipar#alpha_surface alpha_surface] is set to a non-zero value in order to incline the model domain, the parameter sloping_surface is internally set ''.TRUE.''. I.e., in the case of [../inipar#alpha_surface alpha_surface] /= 0.0 the simultaneous use of [../inipar#humidity humidity] = ''.TRUE.'' is not allowed. ||
     62||[=#PA0037 PA0037]   ||UPS-scheme is not implemented for humidity = .TRUE.   || If [../inipar#humidity humidity] = ''.TRUE.'', [../inipar#scalar_advec scalar_advec] may only be set to either '' 'ws-scheme' '', '' 'pw-scheme' '' or '' 'bc-scheme' ''. ||
    6363||[=#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 ||[=#PA0039 PA0039]   ||UPS-scheme is not implemented for passive_scalar = .TRUE.   || ||
    65 ||[=#PA0040 PA0040]   ||illegal value "..." found for parameter grid_matching   || ||
     64||[=#PA0039 PA0039]   ||UPS-scheme is not implemented for passive_scalar = .TRUE.   || If [../inipar#passive_scalar passive_scalar] = ''.TRUE.'', [../inipar#scalar_advec scalar_advec] may only be set to either '' 'ws-scheme' '', '' 'pw-scheme' '' or '' 'bc-scheme' ''. ||
     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' ''. ||
    6666||[=#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.  ||
    6767||[=#PA0042 PA0042]   ||use_top_fluxes must be .TRUE. in ocean version   ||  ||