Changes between Version 297 and Version 298 of doc/app/initialization_parameters
- Timestamp:
- Aug 12, 2016 1:53:23 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/initialization_parameters
v297 v298 1386 1386 }}} 1387 1387 {{{#!td style="vertical-align:top" 1388 ' neumann'1388 'initial_gradient' 1389 1389 }}} 1390 1390 {{{#!td 1391 1391 Top boundary condition of the scalar concentration.\\\\ 1392 Allowed are the values '' 'dirichlet' '' (s(k=nz) and s(k=nz+1) do not change during the run) and '' 'neumann' ''. With the Neumannboundary condition the value of the scalar concentration gradient at the top is calculated from the initial scalar concentration profile (see [#s_surface s_surface], [#s_vertical_gradient s_vertical_gradient]) by: bc_s_t_val = (s_init(k=nz) - s_init(k=nz-1)) / dzu(nz).1392 Allowed are the values '' 'dirichlet' '' (s(k=nz) and s(k=nz+1) do not change during the run), '' 'neumann' '' (s(k=nz+1) = s(k=nz)), and '' 'initial_gradient' ''. With the '' 'initial_gradient' '' boundary condition the value of the scalar concentration gradient at the top is calculated from the initial scalar concentration profile (see [#s_surface s_surface], [#s_vertical_gradient s_vertical_gradient]) by: bc_s_t_val = (s_init(k=nz) - s_init(k=nz-1)) / dzu(nz). 1393 1393 Using this value (assumed constant during the run) the concentration boundary values are calculated as 1394 1394 … … 1396 1396 1397 1397 (up to k=nz the prognostic equation for the scalar concentration is solved). 1398 1399 When a constant scalar flux is used at the top boundary ([#top_scalarflux top_scalarflux]), bc_s_t = 'neumann' must be used, because otherwise the resolved scale may contribute to the top flux so that a constant value cannot be guaranteed. 1398 1400 }}} 1399 1401 |---------------- … … 1762 1764 The application of a salinity flux at the model top additionally requires the setting of initial parameter [#use_top_fluxes use_top_fluxes] = ''.T.''.\\\\ 1763 1765 See also [#bottom_salinityflux bottom_salinityflux]. 1766 }}} 1767 |---------------- 1768 {{{#!td style="vertical-align:top" 1769 [=#top_scalarflux '''top_scalarflux'''] 1770 }}} 1771 {{{#!td style="vertical-align:top" 1772 R 1773 }}} 1774 {{{#!td style="vertical-align:top" 1775 no prescribed\\ 1776 scalarflux 1777 }}} 1778 {{{#!td 1779 Scalar flux at the top boundary (in kg/kg m/s).\\\\ 1780 If a value is assigned to this parameter, the internal two-dimensional surface scalar flux field {{{sswst}}} is initialized with the value of '''top_scalarflux''' as the top (horizontally homogeneous) boundary condition for the scalar equation. This additionally requires that a Neumann condition must be used for the scalar (see [#bc_s_t bc_s_t]), because otherwise the resolved scale may contribute to the top flux so that a constant flux value cannot be guaranteed.\\\\ 1781 '''Note:'''\\ 1782 The application of a top scalar flux additionally requires the setting of initial parameter [#use_top_fluxes use_top_fluxes] = ''.T.''.\\\\ 1783 No constant flux layer is available at the top boundary so far. 1764 1784 }}} 1765 1785 |----------------