Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calculate velocity gradient decomposition and Lagrangian averages #12

Open
rabernat opened this issue Feb 19, 2021 · 1 comment
Open
Assignees

Comments

@rabernat
Copy link
Contributor

rabernat commented Feb 19, 2021

Many of the LCS methods are based on "velocity gradient tensor"

In 2D this is

$$ \nabla \mathbf{u} = \begin{bmatrix} \frac{\partial u}{\partial x} & \frac{\partial u}{\partial y} \\ \frac{\partial v}{\partial x} & \frac{\partial v}{\partial y} \end{bmatrix} $$

This can be decomposed into a couple of different components. A key one is the divergence

$$ \delta = \frac{\partial u}{\partial x} + \frac{\partial v}{\partial y} $$

This is always ZERO for QG flow and for geostrophic flow in general it is approximately zero.

Another component is vorticity

$$ \zeta = -\frac{\partial u}{\partial y} + \frac{\partial v}{\partial x} $$

A final one is strain

All of these quantities can be averaged along particle paths and are the foundation for many LCS methods.

@rabernat
Copy link
Contributor Author

I need to write some notes on this to be more specific about what we want to calculate.

@rabernat rabernat self-assigned this Mar 19, 2021
@hscannell hscannell added this to the 8. Unsupervised Learning milestone Mar 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants