CliMA / LESbrary.jl

📚Generating Oceananigans large eddy simulation (LES) data for calibrating parameterizations
MIT License
27 stars 10 forks source link

Use 1D kernel to compute coarse-grained Richardson number profile #114

Open ali-ramadhan opened 3 years ago

ali-ramadhan commented 3 years ago

See: https://github.com/CliMA/LESbrary.jl/pull/113#pullrequestreview-668547689

glwagner commented 3 years ago

Until we have support for this in Oceananigans it probably makes sense just to work with arrays. This is also easily computed in post processing, so we could speed up the simulation a bit by not calculating it online.