Changes between Version 469 and Version 470 of doc/app/errmsg


Ignore:
Timestamp:
Aug 10, 2017 12:03:39 PM (8 years ago)
Author:
kanani
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v469 v470  
    424424||[=#PA0345 PA0345]   ||uv_heights(1) must be 0.0 ||** ||
    425425||[=#PA0346 PA0346]   ||u_profile(1) and v_profile(1) must be 0.0 ||** ||
    426 ||[=#PA0347 PA0347]   ||maxtry > 40 in Rosenbrock method ||Error may appear if curvature and solution effects are included in the calculation of droplet growth by condensation (see [../inipar#curvature_solution_effects curvature_solution effects]. \\\\It means that the Rosenbrock method, used for integrating the stiff droplet growth equation, was unable to find an internal timestep which gives a sufficiently small truncation error within 40 tries. \\\\So far, this problem has not appeared. It might happen if some of the cloud physics parameters, which determine the growth by condensation, are given unrealistic values or if the droplet radius is extremely small. ||
    427 ||[=#PA0348 PA0348]   ||zero stepsize in Rosenbrock method ||Error may appear if curvature and solution effects are included in the calculation of droplet growth by condensation (see [../inipar#curvature_solution_effects curvature_solution effects]. \\\\It means that within the Rosenbrock method, used for integrating the stiff droplet growth equation, the internal timestep has become zero, so that the integration cannot be performed. \\\\So far, this problem has not appeared. It might happen if some of the cloud physics parameters, which determine the growth by condensation, are given unrealistic values or if the droplet radius is extremely small. ||
     426||[=#PA0347 PA0347]   ||Coriolis force must be switched off... || Construction of the initial wind profile by means of u_profile and v_profile can only be used when the flow is NOT forced by a geostrophic wind (equilibrium between pressure gradient and Coriolis force), hence, when omega = 0.0 is set. Otherwise, inconsistencies in the flow forcing would occur. The u/v_profile mechanism is typically used for wind-tunnel applications, where Coriolis force is neglected. ||
     427||[=#PA0348 PA0348]   || || Not used anymore. ||
    428428||[=#PA0349 PA0349]   || || Not used anymore. ||
    429429||[=#PA0350 PA0350]   ||unknown collision kernel: collision_kernel = "..." ||see package parameter [../parpar#collision_kernel collision_kernel] for allowed values ||