MeshArrays.jl icon indicating copy to clipboard operation
MeshArrays.jl copied to clipboard

Adding Advection Schemes

Open anthony-meza opened this issue 1 year ago • 3 comments

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.

anthony-meza avatar May 16 '24 03:05 anthony-meza

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

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

gaelforget avatar May 16 '24 03:05 gaelforget

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

gaelforget avatar Oct 11 '24 11:10 gaelforget

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 :)

anthony-meza avatar Oct 11 '24 14:10 anthony-meza