Changes between Version 14 and Version 15 of doc/tec/sgs
- Timestamp:
- Mar 27, 2020 1:17:57 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/tec/sgs
v14 v15 46 46 \frac{\partial{\theta_{\mathrm{v}}}}{\partial z}\right)^{-\frac{1}{2}} \right) &\text{for~} 47 47 \frac{\partial{\theta_{\mathrm{v}}}}{\partial z} > 0, \\ 48 \ \boldsymbol{\varDelta} &\text{for~} \frac{\partial{\theta_{\mathrm{v}}}}{\partial z} \leq 0.48 \boldsymbol{\varDelta} &\text{for~} \frac{\partial{\theta_{\mathrm{v}}}}{\partial z} \leq 0. 49 49 \end{cases} 50 50 \end{align*} … … 110 110 111 111 == [=#deardorff_sgs-dai Modified Deardorff subgrid-scale model] == 112 A modificaiton of the Deardorff scheme described above is available that provides an improved mixing length calculation for locally stable stratification, particularly if used with fine grid spacings. Details about the deficiencies of the Deardorff scheme and the following modified version are given by [#dai Dai et al. (2020)]. In the following, we only describe the modifications of the Deardorff scheme.113 114 The mixing length is calculated as112 A modificaiton of the Deardorff scheme described above is available that provides an improved mixing length calculation for locally stable stratification, particularly if used with fine grid spacings. Details about the deficiencies of the Deardorff scheme and the following modified version are given by [#dai Dai et al. (2020)]. In the following, we only describe the two modifications that are applied to the Deardorff scheme described above. 113 114 First, the mixing length is calculated as 115 115 {{{ 116 116 #!Latex … … 125 125 }}} 126 126 127 Seocnd, the eddy diffusivities are defined as 128 {{{ 129 #!Latex 130 \begin{align*} 131 & K_h = 132 \begin{cases} 133 K_h = K_m & \frac{\partial{\theta_{\mathrm{v}}}}{\partial z} > 0, \\ 134 K_h = 3 K_m & \text{for~} \frac{\partial{\theta_{\mathrm{v}}}}{\partial z} \leq 0. 135 \end{cases} 136 \end{align*} 137 127 138 == [=#dynamic_sgs Dynamic subgrid-scale model] == 128 139