You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current third-order fluxes of temperature and salinity flux (code linked below) are limited by the inequality $\overline{w'w'\theta'}\leq \sqrt{\sigma^3(1-\sigma)^3(w_u-w_d)^4(\theta_u-\theta_d)^2}$
Which I think is equivalent to $\overline{w'w'\theta'}\leq \sqrt{min[\left(\overline{w'\theta'}\right)^2\overline{w'w'}, \quad \overline{\theta'\theta'}\left(\overline{w'w'}\right)^2]}$
However, the appendix of this paper (Eq. A1) suggests the inequality should apply to the absolute value and depend on the product of a fourth-order moment and a second-order moment, instead of the product of three second-order moments:
$|\overline{w'w'\theta'}|\leq \sqrt{min[\left(\overline{w'w'\theta'\theta'}\right)\overline{w'w'}, \quad \overline{\theta'\theta'}\left(\overline{w'w'w'w'}\right)]}$
or $|\overline{w'w'\theta'}| \leq \sqrt{\sigma(1-\sigma)(1-3\sigma+3\sigma^2)(w_u-w_d)^4(\theta_u-\theta_d)^2}$
@BrodiePearson sorry for missing this for so long, I apparently don't get notifications even though it is my fork. Anyway, I think you are definitely right. I had started thinking about this w/ regard to w3, but agree this should be fixed here too.
The current third-order fluxes of temperature and salinity flux (code linked below) are limited by the inequality
$\overline{w'w'\theta'}\leq \sqrt{\sigma^3(1-\sigma)^3(w_u-w_d)^4(\theta_u-\theta_d)^2}$
$\overline{w'w'\theta'}\leq \sqrt{min[\left(\overline{w'\theta'}\right)^2\overline{w'w'}, \quad \overline{\theta'\theta'}\left(\overline{w'w'}\right)^2]}$
Which I think is equivalent to
However, the appendix of this paper (Eq. A1) suggests the inequality should apply to the absolute value and depend on the product of a fourth-order moment and a second-order moment, instead of the product of three second-order moments:
or
Should we change the current code:
MPAS-Model/src/core_ocean/shared/mpas_ocn_adcReconstruct.F
Lines 308 to 310 in 9a1a2dd
to
and similar for the salinity limiter?
The text was updated successfully, but these errors were encountered: