Changes between Version 182 and Version 183 of doc/app/initialization_parameters
- Timestamp:
- Sep 27, 2012 11:48:19 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/initialization_parameters
v182 v183 1088 1088 {{{#!td 1089 1089 Bottom boundary condition of the TKE.\\\\ 1090 '''bc_e_b''' m ay be set to '' 'neumann' '' or '' '(u*){{{**}}}2+neumann' ''. '''bc_e_b''' = '' 'neumann' '' yields to e(k=0)=e(k=1) (Neumann boundary condition), where e(k=1) is calculated via the prognostic TKE equation. Choice of '' '(u*){{{**}}}2+neumann' '' also yields to e(k=0)=e(k=1), but the TKE at the Prandtl-layer top (k=1) is calculated diagnostically by e(k=1)=(us/0.1){{{**}}}2. However, this is only allowed if a Prandtl-layer is used ([#prandtl_layer prandtl_layer]). If this is not the case, a warning is given and '''bc_e_b''' is reset to '' 'neumann' ''.\\\\1090 '''bc_e_b''' must be set to '' 'neumann' '' i.e. e(k=0)=e(k=1) (Neumann boundary condition), where e(k=1) is calculated via the prognostic TKE equation.\\\\ 1091 1091 At the top boundary a Neumann boundary condition is generally used: (e(nz+1) = e(nz)). 1092 1092 }}} … … 1399 1399 Parameter to switch on a Prandtl layer.\\\\ 1400 1400 By default, a Prandtl layer is switched on at the bottom boundary between z = 0 and z = 0.5 * [#dz dz] (the first computational grid point above ground for u, v and the scalar quantities). In this case, at the bottom boundary, free-slip conditions for u and v (see [#bc_uv_b bc_uv_b]) are not allowed. Likewise, laminar simulations with constant eddy diffusivities ([#km_constant km_constant]) are forbidden.\\\\ 1401 With Prandtl-layer switched off, the TKE boundary condition [#bc_e_b bc_e_b] = '' '(u*){{{**}}}2+neumann' '' must not be used and is automatically changed to '' 'neumann' '' if necessary. Also, thepressure boundary condition [#bc_p_b bc_p_b] = '' 'neumann+inhomo' '' is not allowed.\\\\1401 With Prandtl-layer switched off, the pressure boundary condition [#bc_p_b bc_p_b] = '' 'neumann+inhomo' '' is not allowed.\\\\ 1402 1402 If the Prandtl-layer is switched off and fluxes shall be prescribed at the surface (by setting [#surface_heatflux surface_heatflux]), it is required to set the parameter [#use_surface_fluxes use_surface_fluxes] = ''.T.''.\\\\ 1403 1403 The roughness length is declared via the parameter [#roughness_length roughness_length].