How to output the terms in velocity equations online? #4517
Unanswered
zwei961120
asked this question in
Computational science!
Replies: 1 comment 2 replies
-
|
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
Recently, I have been trying to diagnose each term in the velocity equations, especially for the 'w' equation. According to the previous discussion (#3363), I already knew how to output the advection term calculated online.
I also want to output other terms shown in (https://github.com/CliMA/Oceananigans.jl/blob/66d43e1f0d0c9ff9b9143f4202a21263e693984d/src/Models/NonhydrostaticModels/nonhydrostatic_tendency_kernel_functions.jl):
One approach I’m considering is to export these functions in the NonhydrostaticModels.jl file and use them through
KernelFunctionOperation
. Would this be a valid method? Or is there a simpler way to achieve this?Thank you all!
Beta Was this translation helpful? Give feedback.
All reactions