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

Adding Advection Schemes #120

Open
anthony-meza opened this issue May 16, 2024 · 3 comments
Open

Adding Advection Schemes #120

anthony-meza opened this issue May 16, 2024 · 3 comments

Comments

@anthony-meza
Copy link
Contributor

anthony-meza commented May 16, 2024

Leaving this note here for myself. I think it would be nice to implement some of the MITgcm advection schemes pkg/generic_advdiff.

In particular, I am interested in implementing things like this. Could be useful if working with model output that does not contain the proper diagnostics, and the model is not worth re-running.

@gaelforget
Copy link
Member

Agreed. Maybe we could start by porting this (below) to MeshArrays.jl ?

https://github.com/JuliaOcean/PlanktonIndividuals.jl/tree/614223547c87a85eab030125ee8bf8e5f0d347fb/src/Biogeochemistry/Advection

@gaelforget
Copy link
Member

could be a good topic for ECCO hackweek 2024, next week, maybe?

@anthony-meza
Copy link
Contributor Author

anthony-meza commented Oct 11, 2024

I think so! To clarify my initial issue (because it was very vague), I was interested in computing advective flux convergences using the MITgcm diagnostics of temperature and velocity. My thought was that it would be nice if a function that looked something like advective_flux convergence(temperature, velocity, advection_scheme = "third_order_upwind bias_advection". But you should take it in whatever direction you like :)

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