Seeking for help in making the TKE budget equation closed #3159
Unanswered
zwei961120
asked this question in
Computational science!
Replies: 2 comments 2 replies
-
Can you remake the plot showing fewer terms? I can't figure out which line is the residual. I'd also test dependence on resolution, and choice of closure (AnisotropicMinimumDissipation vs SmagorinskyLilly) and advection scheme (WENO(order=9) vs Centered(order=2) for example). Some people that might be able to help: @tomchor @qingli411 @simone-silvestri |
Beta Was this translation helpful? Give feedback.
0 replies
-
Also, you have to ensure that
I would suggest a couple of changes
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
Hope you all are doing well! I am writing to seek your help regarding a problem I encountered while calculating the terms of TKE budget equation and making the equation closed. For a simple pure convection case, the TKE budget equation always fails to close (although I don't expect it to close perfectly, there is always a relatively large residual term). I am not sure if it is due to the model configuration (maybe the time stepper or advection scheme issues?) or some calculation errors in the TKE budget terms. Therefore, I would appreciate it if you could take a look at my code and point out any possible issues. I also hope that my code can clearly show the potential problems.
The TKE budget equation that my calculation follows is shown as below (note that p is the total kinematic pressure and there's no need for ρ₀ in code, the calculation of some terms uses Oceanostics.jl):
And the result shows like (averaged over an inertial oscillation period in quasi steady state):
As you can see, there is a relatively large residual term (the sum of the right hand side terms of TKE budget equation) which can not be balanced by the relatively small tendency term (the left hand side term of TKE budget equation). So, do you have any ideas or suggestions about this issue? Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions